Skip to content

Commit d9667b5

Browse files
committed
Moved all to templates
1 parent 02964cf commit d9667b5

11 files changed

+296
-842
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
77

8-
<link rel='stylesheet' type='text/css' href='main_style.css' />
8+
<link rel='stylesheet' type='text/css' href='css/main_style.css' />
99
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,700,400italic,700italic' rel='stylesheet' type='text/css' />
1010

1111
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>

_includes/pub_header.html

+229
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,229 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>{{page.title}} | The Boyle Lab</title>
5+
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
8+
<link rel='stylesheet' type='text/css' href='css/main_style.css' />
9+
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,700,400italic,700italic' rel='stylesheet' type='text/css' />
10+
11+
<style type='text/css'>
12+
a{color:#000;}
13+
.button_pubmed {
14+
-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
15+
-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
16+
box-shadow:inset 0px 1px 0px 0px #97c4fe;
17+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
18+
background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
19+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
20+
background-color:#3d94f6;
21+
-moz-border-radius:4px;
22+
-webkit-border-radius:4px;
23+
border-radius:4px;
24+
border:1px solid #337fed;
25+
display:inline-block;
26+
color:#ffffff;
27+
font-family:arial;
28+
font-size:10px;
29+
font-weight:bold;
30+
padding:0px 9px;
31+
text-decoration:none;
32+
text-shadow:1px 1px 0px #1570cd;
33+
}.button_pubmed:hover {
34+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
35+
background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
36+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
37+
background-color:#1e62d0;
38+
}.button_pubmed:active {
39+
position:relative;
40+
top:1px;
41+
}
42+
.button_bibtex {
43+
-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
44+
-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
45+
box-shadow:inset 0px 1px 0px 0px #fed897;
46+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
47+
background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
48+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
49+
background-color:#f6b33d;
50+
-moz-border-radius:4px;
51+
-webkit-border-radius:4px;
52+
border-radius:4px;
53+
border:1px solid #eda933;
54+
display:inline-block;
55+
color:#ffffff;
56+
font-family:arial;
57+
font-size:10px;
58+
font-weight:bold;
59+
padding:0px 9px;
60+
text-decoration:none;
61+
text-shadow:1px 1px 0px #cd8a15;
62+
}.button_bibtex:hover {
63+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
64+
background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
65+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
66+
background-color:#d29105;
67+
}.button_bibtex:active {
68+
position:relative;
69+
top:1px;
70+
}
71+
.button_doi {
72+
-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
73+
-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
74+
box-shadow:inset 0px 1px 0px 0px #a4e271;
75+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
76+
background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
77+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
78+
background-color:#89c403;
79+
-moz-border-radius:4px;
80+
-webkit-border-radius:4px;
81+
border-radius:4px;
82+
border:1px solid #74b807;
83+
display:inline-block;
84+
color:#ffffff;
85+
font-family:arial;
86+
font-size:10px;
87+
font-weight:bold;
88+
padding:0px 9px;
89+
text-decoration:none;
90+
text-shadow:1px 1px 0px #528009;
91+
}.button_doi:hover {
92+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
93+
background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
94+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
95+
background-color:#77a809;
96+
}.button_doi:active {
97+
position:relative;
98+
top:1px;
99+
}
100+
.button_pdf {
101+
-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
102+
-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
103+
box-shadow:inset 0px 1px 0px 0px #f29c93;
104+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
105+
background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
106+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
107+
background-color:#fe1a00;
108+
-moz-border-radius:4px;
109+
-webkit-border-radius:4px;
110+
border-radius:4px;
111+
border:1px solid #d83526;
112+
display:inline-block;
113+
color:#ffffff;
114+
font-family:arial;
115+
font-size:10px;
116+
font-weight:bold;
117+
padding:0px 9px;
118+
text-decoration:none;
119+
text-shadow:1px 1px 0px #b23e35;
120+
}.button_pdf:hover {
121+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
122+
background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
123+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
124+
background-color:#ce0100;
125+
}.button_pdf:active {
126+
position:relative;
127+
top:1px;
128+
}
129+
.button_f1000 {
130+
-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
131+
-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
132+
box-shadow:inset 0px 1px 0px 0px #f5978e;
133+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
134+
background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
135+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
136+
background-color:#f24537;
137+
-moz-border-radius:4px;
138+
-webkit-border-radius:4px;
139+
border-radius:4px;
140+
border:1px solid #d02718;
141+
display:inline-block;
142+
color:#ffffff;
143+
font-family:arial;
144+
font-size:10px;
145+
font-weight:bold;
146+
padding:0px 9px;
147+
text-decoration:none;
148+
text-shadow:1px 1px 0px #810e05;
149+
}.button_f1000:hover {
150+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
151+
background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
152+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
153+
background-color:#c62d1f;
154+
}.button_f1000:active {
155+
position:relative;
156+
top:1px;
157+
}
158+
.button_web {
159+
-moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
160+
-webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
161+
box-shadow:inset 0px 1px 0px 0px #e184f3;
162+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd) );
163+
background:-moz-linear-gradient( center top, #c123de 5%, #a20dbd 100% );
164+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd');
165+
background-color:#c123de;
166+
-moz-border-radius:4px;
167+
-webkit-border-radius:4px;
168+
border-radius:4px;
169+
border:1px solid #a511c0;
170+
display:inline-block;
171+
color:#ffffff;
172+
font-family:arial;
173+
font-size:10px;
174+
font-weight:bold;
175+
padding:0px 9px;
176+
text-decoration:none;
177+
text-shadow:1px 1px 0px #9b14b3;
178+
}.button_web:hover {
179+
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de) );
180+
background:-moz-linear-gradient( center top, #a20dbd 5%, #c123de 100% );
181+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de');
182+
background-color:#a20dbd;
183+
}.button_web:active {
184+
position:relative;
185+
top:1px;
186+
}
187+
188+
/* This imageless css button was generated by CSSButtonGenerator.com */
189+
</style>
190+
191+
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
192+
<script type="text/javascript">
193+
194+
var _gaq = _gaq || [];
195+
_gaq.push(['_setAccount', 'UA-33218724-1']);
196+
_gaq.push(['_trackPageview']);
197+
198+
(function() {
199+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
200+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
201+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
202+
})();
203+
204+
</script>
205+
</head>
206+
<body class='short-header-page'>
207+
<div id="header-wrap">
208+
<div class="container">
209+
<table id="header">
210+
<tr>
211+
<td id="header-right">
212+
<table>
213+
<tr>
214+
<td class="phone-number"><img src="images/U-M_2color-HorizontalReversed.30px.png" height=30></td>
215+
<td>
216+
<div style="text-align:left;">
217+
<span class="wsite-social">
218+
<a class='wsite-social-item wsite-social-flickr' href='http://scholar.google.com/citations?user=yAqEpxMAAAAJ' target='_blank'></a><a class='wsite-social-item wsite-social-plus' href='ABoyle_CV.pdf' target='_blank' onclick="var that=this;_gaq.push(['_trackEvent','Download','PDF',this.href]);setTimeout(function(){location.href=that.href;},500);return false;"></a><a class='wsite-social-item wsite-social-twitter' href='http://twitter.com/ap_boyle' target='_blank'></a><a class='wsite-social-item wsite-social-linkedin' href='http://www.linkedin.com/profile/view?id=38624939' target='_blank'></a><a class='wsite-social-item wsite-social-mail' href='mailto:[email protected]' target='_blank'></a>
219+
</span>
220+
</div>
221+
</td>
222+
</tr>
223+
</table>
224+
</td>
225+
</tr>
226+
</table>
227+
</div><!-- end container -->
228+
</div><!-- end header-wrap -->
229+

_layouts/publications.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{% include pub_header.html %}
2+
3+
{% include nav.html %}
4+
5+
<div id="banner-wrap">
6+
<div class="container">
7+
<div id="banner">
8+
<div class="wsite-header"></div>
9+
<div style="clear:both;"></div>
10+
</div><!-- end banner -->
11+
</div><!-- end container -->
12+
</div><!-- end banner-wrap -->
13+
14+
<div id="main-wrap">
15+
<div class="container">
16+
<div class="wsite-content">
17+
{{content}}
18+
</div>
19+
</div><!-- end container -->
20+
</div><!-- end main-wrap -->
21+
22+
{% include footer.html %}

_layouts/simple.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
4+
<title>Publications - The Boyle Lab</title>
5+
6+
<script type="text/javascript">
7+
8+
var _gaq = _gaq || [];
9+
_gaq.push(['_setAccount', 'UA-33218724-1']);
10+
_gaq.push(['_trackPageview']);
11+
12+
(function() {
13+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
14+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
15+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
16+
})();
17+
18+
</script>
19+
</head>
20+
21+
<body>
22+
{{content}}
23+
</body>
24+
</html>
File renamed without changes.

0 commit comments

Comments
 (0)