Skip to content

Commit

Permalink
updated all template github rise icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Meiers committed Sep 3, 2014
1 parent 3c4fdd0 commit 299f3a9
Show file tree
Hide file tree
Showing 11 changed files with 183 additions and 58 deletions.
63 changes: 58 additions & 5 deletions events/events.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,71 @@
@charset "UTF-8";
/* CSS Document */

btn {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
#github {
width:13%;
height:4%;
left:7.5%;
top:92.5%;
z-index:4;
margin-left:-1%;
position:absolute;
z-index:4;
}

#gitbtn {
color:white;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
text-decoration: none;
font-size:34px;
opacity:.5;
z-index:4;
}

@media only screen and (min-width: 1280px) {
#gitbtn {
font-size:25px;
}
}

/* 1360x768 */
@media only screen and (min-width: 1360px) {
#gitbtn {
font-size:24px;
}
}

/* 1920x1080*/
@media only screen and (min-width: 1920px) {
#gitbtn {
font-size: 34px;
}
}

/* 3840x2160 */
@media screen and (min-width: 2200px) {
#gitbtn {
font-size: 64px;
}
}

#rise {
opacity:.5;
width:5%;
height:4%;
left:2.5%;
top:92.5%;
z-index:5;
margin-left:-1%;
position:absolute;
z-index:5;
}

/* Header Text */

#title {
font-family: 'Oswald', sans-serif;
background: -webkit-linear-gradient(top, rgba(254,255,255,0.2) 0%,rgba(255,255,255,0.7) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 144px;
font-weight: bold;
Expand Down
23 changes: 12 additions & 11 deletions events/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<link rel="stylesheet" type="text/css" href="events.css">
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">


<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="text-transition_edgePreload.js"></script>
Expand All @@ -25,17 +27,6 @@
<div id="background">
<img src="https://s3.amazonaws.com/creativelibrary/presentation-templates/events/images/background-buildings-1920.jpg">
</div>

<!--github icon-->
<div id="github" style="width:2.5%;height:5%;left:2.5%;top:92.5%;z-index:6;position:absolute;">

<a href="https://github.com/Rise-Vision/content-templates" target="_blank"><img class="image" src="images/github-icon.png" width="100%" height="auto" alt=""/></a>
</div>

<!--rise icon-->
<div id="rise" style="width:2.5%;height:5%;left:6%;top:92.5%;z-index:6;position:absolute;">
<a href="http://www.risevision.com/" target="_blank"><img class="image" src="images/rise-icon.png" width="100%" height="auto" alt=""/></a>
</div>

<!--header-->
<div id="title" style="width:100%;height:30%;left:0%;top:3.5%;z-index:4;position:absolute;">UPCOMING EVENTS</div>
Expand All @@ -50,6 +41,16 @@
<div id="logo" style="width:25%;height:10%;left:72.5%;top:92.5%;z-index:1;position:absolute;">
<img class="image" src="images/sample-logo.png" width="100%" height="auto" alt=""/>
</div>

<!--github icon-->
<div id="github">
<a type="button" id="gitbtn" href="https://github.com/Rise-Vision/content-templates" target="_blank">Contribute <i class="fa fa-github fa-lg "></i></a>
</div>

<!--rise icon-->
<div id="rise">
<a href="http://www.risevision.com/" target="_blank"><img class="image" src="images/rise-icon.png" width="auto" height="100%"/></a>
</div>

</body>
</html>
Expand Down
Binary file modified events/images/rise-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 48 additions & 12 deletions restaurant-promotion/chef-profile/chef-profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,57 @@
}

#github {
width:2.5%;
height:5%;
right:2.5%;
top:92.5%;
width:13%;
height:4%;
right:1.5%;
top:95%;
z-index:4;
margin-right:-1%;
position:absolute;
text-align:right;

}

#gitbtn {
color:white;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
text-decoration: none;
font-size:34px;
opacity:.5;
}

@media only screen and (min-width: 1280px) {
#gitbtn {
font-size:25px;
}
}

/* 1360x768 */
@media only screen and (min-width: 1360px) {
#gitbtn {
font-size:24px;
}
}

/* 1920x1080*/
@media only screen and (min-width: 1920px) {
#gitbtn {
font-size: 34px;
}
}

/* 3840x2160 */
@media screen and (min-width: 2200px) {
#gitbtn {
font-size: 64px;
}
}

#rise {
width:2.5%;
height:5%;
right:6%;
top:92.5%;
z-index:5;
margin-right:-1%;
position:absolute;
opacity:.6;
width:auto;
height:4%;
left:83%;
top:95%;
z-index:5;
position:absolute;
}
7 changes: 4 additions & 3 deletions restaurant-promotion/chef-profile/chef-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
href="http://rise-vision.github.io/content-templates/favicon.ico" />
<link rel="stylesheet" type="text/css" href="chef-profile.css">
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>

<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">

<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="text-transition_edgePreload.js"></script>
<style>
Expand Down Expand Up @@ -42,12 +43,12 @@

<!--github icon-->
<div id="github">
<a href="https://github.com/Rise-Vision/content-templates" target="_blank"><img class="image" src="images/github-icon.png" width="100%" height="auto"/></a>
<a type="button" id="gitbtn" href="https://github.com/Rise-Vision/content-templates" target="_blank">Contribute <i class="fa fa-github fa-lg "></i></a>
</div>

<!--rise icon-->
<div id="rise">
<a href="http://www.risevision.com/" target="_blank"><img class="image" src="images/rise-icon.png" width="100%" height="auto"/></a>
<a href="http://www.risevision.com/" target="_blank"><img class="image" src="images/rise-icon.png" width="auto" height="100%"/></a>
</div>

</body>
Expand Down
Binary file modified restaurant-promotion/chef-profile/images/rise-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 49 additions & 14 deletions restaurant-promotion/fresh-prepared/fresh-prepared.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,57 @@
}

#github {
width:2.5%;
height:auto;
left:2.5%;
top:92.5%;
z-index:4;
margin-left:-1%;
position:absolute;
width:13%;
height:4%;
left:7.5%;
top:92.5%;
z-index:4;
margin-left:-1%;
position:absolute;
}

#gitbtn {
color:white;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
text-decoration: none;
font-size:34px;
opacity:.6;
}

@media only screen and (min-width: 1280px) {
#gitbtn {
font-size:25px;
}
}

/* 1360x768 */
@media only screen and (min-width: 1360px) {
#gitbtn {
font-size:24px;
}
}

/* 1920x1080*/
@media only screen and (min-width: 1920px) {
#gitbtn {
font-size: 34px;
}
}

/* 3840x2160 */
@media screen and (min-width: 2200px) {
#gitbtn {
font-size: 64px;
}
}

#rise {
width:2.5%;
height:auto;
left:6%;
top:92.5%;
z-index:5;
margin-left:-1%;
position:absolute;
opacity:.5;
width:5%;
height:4%;
left:2.5%;
top:92.5%;
z-index:5;
margin-left:-1%;
position:absolute;
}
6 changes: 4 additions & 2 deletions restaurant-promotion/fresh-prepared/fresh-prepared.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
href="http://rise-vision.github.io/content-templates/favicon.ico" />
<link rel="stylesheet" type="text/css" href="fresh-prepared.css">
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">


<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="text-transition_edgePreload.js"></script>
Expand Down Expand Up @@ -37,12 +39,12 @@

<!--github icon-->
<div id="github">
<a href="https://github.com/Rise-Vision/content-templates" target="_blank"><img class="image" src="images/github-icon.png" width="100%" height="auto"/></a>
<a type="button" id="gitbtn" href="https://github.com/Rise-Vision/content-templates" target="_blank">Contribute <i class="fa fa-github fa-lg "></i></a>
</div>

<!--rise icon-->
<div id="rise">
<a href="http://www.risevision.com/" target="_blank"><img class="image" src="images/rise-icon.png" width="100%" height="auto"/></a>
<a href="http://www.risevision.com/" target="_blank"><img class="image" src="images/rise-icon.png" width="auto" height="100%"/></a>
</div>

</body>
Expand Down
Binary file modified restaurant-promotion/fresh-prepared/images/rise-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 7 additions & 10 deletions restaurant-promotion/sourced-locally/sourced-locally.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@charset "UTF-8";
/* CSS Document */


#container {
height:100%;
width:100%;
Expand Down Expand Up @@ -29,6 +28,7 @@
opacity:1;
}
}

#logo {
width:8%;
height:auto;
Expand Down Expand Up @@ -58,10 +58,8 @@
margin-left:-1%;
position:absolute;
}


#btn {

#gitbtn {
color:white;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
text-decoration: none;
Expand All @@ -70,29 +68,29 @@
}


@media only screen and (min-width: 1280px) {
#btn {
@media only screen and (min-width: 1280px) {
#gitbtn {
font-size:25px;
}
}

/* 1360x768 */
@media only screen and (min-width: 1360px) {
#btn {
#gitbtn {
font-size:24px;
}
}

/* 1920x1080*/
@media only screen and (min-width: 1920px) {
#btn {
#gitbtn {
font-size: 34px;
}
}

/* 3840x2160 */
@media screen and (min-width: 2200px) {
#btn {
#gitbtn {
font-size: 64px;
}
}
Expand All @@ -107,7 +105,6 @@
z-index:5;
margin-left:-1%;
position:absolute;

}


2 changes: 1 addition & 1 deletion restaurant-promotion/sourced-locally/sourced-locally.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!--github icon-->
<div id="github">
<a type="button" id="btn" href="https://github.com/Rise-Vision/content-templates" target="_blank">Contribute <i class="fa fa-github fa-lg "></i></a>
<a type="button" id="gitbtn" href="https://github.com/Rise-Vision/content-templates" target="_blank">Contribute <i class="fa fa-github fa-lg "></i></a>
</div>

<!--rise icon-->
Expand Down

0 comments on commit 299f3a9

Please sign in to comment.