-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
221 lines (191 loc) · 9.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> SNAIL | Home </title>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Custom Theme files -->
<!---- animated-css ---->
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!---- animated-css ---->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<link href="css/mediaStyle.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!----webfonts--->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<!---//webfonts--->
<!-- Add mousewheel plugin (this is optional) -->
<script type="text/javascript" src="fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
<!-- Add fancyBox -->
<link rel="stylesheet" href="fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
<script type="text/javascript" src="fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<!-- Optionally add helpers - button, thumbnail and/or media -->
<link rel="stylesheet" href="fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
<script type="text/javascript" src="fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
<script type="text/javascript" src="fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
<link rel="stylesheet" href="fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
<script type="text/javascript" src="fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
<!----//shadowbox--->
<!----Back to top--->
<link rel="stylesheet" href="css/backtop.css"> <!-- Gem style -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<!----//Back to top--->
<!-- News feed -->
<script type="text/javascript">
$( document ).ready(function() {
var feed = document.getElementById("newsfeed");
$.getJSON("news.json", function(json) {
json.news.forEach(function(item){
var newdiv = document.createElement('div');
newdiv.setAttribute('class',"history-lines");
if(item.photo)
{
newdiv.innerHTML = '<ul><li class="date"><span id="dateSpan">' + item.date + '</span></li><li class="date-info"><p><label>' + item.label + '</label>' + item.text + '</p></li><li><a class ="fancybox portfolio_item float alpha" rel="News" title="'+ item.photo.text +'" href="'+ item.photo.linkref+'"><span>' + item.photo.title + '</span><img src="' + item.photo.imgsource + '" alt=""></img></li></ul><div class="clearfix"> </div>';
}else{
newdiv.innerHTML = '<ul><li class="date"><span id="dateSpan">' + item.date + '</span></li><li class="date-info"><p><label>' + item.label + '</label>' + item.text + '</p></li></ul><div class="clearfix"> </div>';
}
feed.appendChild(newdiv);
});
});
$(".fancybox").fancybox();
});
</script>
<!--// News feed -->
</head>
<body>
<div class="bg">
<div class="container">
<!----- start-header---->
<div id="home" class="header wow bounceInDown" data-wow-delay="0.4s">
<div class="top-header">
<div class="logo wow bounceInDown" data-wow-delay="0.4s">
<a href=""><img src="images/logo4.png" title="dreams" /></a>
</div>
<!----start-top-nav---->
<nav class="top-nav wow bounceInDown" data-wow-delay="0.4s">
<span class="menu"> </span>
<ul class="top-nav">
<li class="active"><a href="index.html" class="scroll">Home</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="team.html">Lab members</a></li>
<li><a href="photo.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<script>
$("span.menu").click(function(){
$(".top-nav ul").slideToggle(200);
});
</script>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!----- //End-header---->
<!----- top-grids ----->
<div class="container">
<div class="welcome-note">
<div class="welcome-note-grids">
<div class="col-md-4 wow fadeInLeft" data-wow-delay="0.4s">
<div class="welcome-note-left text-right">
<h2>Welcome</h2>
<span>to SNAIL Website</span>
</div>
</div>
<div class="col-md-8 welcome-grid">
<div class="welcome-note-right ">
<div class="col-md-8">
<div class="welcome-note-right-left">
<h3>Sherbrooke Neuro Analysis and Imaging Lab</h3>
<p> You have access to members publications, projects and to the team calendar.</p>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="clearfix"> </div>
<!----- top-grids ----->
<!----- mid-grids ----->
<div class="mid-grids">
<div class="container">
<div class="mid-grid wow bounceInLeft" data-wow-delay="0.4s">
<p>Welcome ! The lab is headed by <a style="color:#fe5433" href="http://www.usherbrooke.ca/medecine/recherche/profils-de-chercheurs/whittingstall-kevin/english-version/" target="_blank"> Professor Kevin Whittingstall, Ph.D </a> and focuses on the detection of even the most subtle changes in neurovascular coupling. For this, we are developing methods that can simultaneously track neural activity (EEG) and blood flow (fMRI) in the brain with great spatial and temporal precision.</p>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--history-->
<div class="container wow bounceInRight " data-wow-delay="0.4s">
<div id="newsfeed" class="team-history">
<h3>News feed</h3>
<!-- Element are added via news.json and javascript on top -->
</div>
</div>
<!--history-->
<!----- mid-grids ----->
<a href="#0" class="cd-top">Top</a>
<script src="js/backtop.js"></script> <!-- Gem jQuery -->
<!---- footer ---->
<div class="footer">
<div class="container">
<div class="footer-grids">
<div class="col-md-3 footer-grid ftr-sec wow fadeInLeft" data-wow-delay="0.4s">
<h3>Navigation</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="team.html">Lab members</a></li>
<li><a href="photo.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!--
<div class="col-md-3 footer-grid ftr-sec wow fadeInRight" data-wow-delay="0.4s">
<h3>Follows</h3>
<ul class="social-icons">
<li><a class="twitter" href="#"><span> </span>twitter</a></li>
<li><a class="facebook" href="#"><span> </span>Facebook</a></li>
<li><a class="googlepluse" href="#"><span> </span>google+</a></li>
</ul>
</div>
-->
<div class="col-md-3 footer-grid ftr-sec ftr wow fadeInRight" data-wow-delay="0.4s">
<h3>Our Location</h3>
<ul class="location">
<li><a class="hm"><span> </span> CHUS - Faculté de médecine et des sciences de la santé
3001, 12e avenue Nord
Sherbrooke (Qc) J1H 5N4
Canada </a></li>
<!--<li><a class="phn" href="#"><span> </span> Phone : ?</a></li>-->
</ul>
</div>
<div class="clearfix"> </div>
</div>
<p class="copy-right wow fadeInRight" data-wow-delay="0.4s"">2014 © Design by <a href="http://w3layouts.com/">W3layouts</a></p>
</div>
</div>
<!---- footer ---->
</body>
</html>