-
Notifications
You must be signed in to change notification settings - Fork 2
/
home.html
61 lines (50 loc) · 2.25 KB
/
home.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
<!DOCTYPE html>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
{% include head.html %}
<body>
{% include header.html %}
<!-- Banner -->
<section id="banner" class="major">
<div class="inner">
<header class="major">
<h1>{{ page.landing-title }}</h1>
</header>
<div class="content">
<div class="row uniform">
<h3>News & Updates</h3>
</div>
<blockquote class="news">
<p><a class="button special date">Nov. 13,2019</a><br>Our newly funded DURIP equipment has arrived. Thanks to NIRX for the training! The new equipment includes three NIRX Sport 2 devices, three Tobii Pro Glasses, and a suite of fieldable wearable physiological sensors.</p>
<p><a class="button special date">Sept. 15,2019</a><br>We're excited to announce that we've received a new award from the National Science Foundation with Tom Williams (as PI) from the Colorado School of Mines called APERTURE: Augmented Reality and Physio-Enhanced Robotic Gesture.</p>
<p><a class="button special date">Sept. 01,2019</a><br>We're excited to announce that we've received a new award from the National Science Foundation with Sidney D'Mello (as PI) called: Modeling Brain and Behavior to Uncover the Eye-Brain-Mind Link during Complex Learning.</p>
<a class="button small">MORE</a>
</blockquote>
</div>
</div>
</section>
<!-- Main -->
<div id="main">
<!-- One -->
{% include tiles.html %}
<!-- Two -->
<section id="two">
<div class="inner">
<header class="major">
<h2><a href="#one" class="scrolly">About</a></h2>
</header>
<p>{{ content }}</p>
<ul class="actions">
<li><a href="current_members.html" class="button small">People</a></li>
<li><a href="joining.html" class="button small">Joining the lab</a></li>
</ul>
</div>
</section>
</div>
{% include footer.html %}
</body>
</html>