forked from KordingLab/KordingLab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
59 lines (50 loc) · 2.77 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
---
layout: default
---
<div class='container'>
<header class="masthead text-center">
<img class='img-responsive center-block' src="/images/logo/lab_logo_large.png" width="100%" height="100%" />
<p>
<i>Department of Aerospace Engineering and Engineering Mechanics</i><br>
<i>Oden Institute for Computational Engineering and Sciences</i><br>
<i>Center for Autonomy</i><br>
<i>Texas Robotics</i><br>
<i>The University of Texas at Austin</i>
<span style="display: block; margin-bottom: 3em"></span>
<a href="https://github.com/CLeARoboticsLab"><i class="fa fa-github"></i> CLeAR Lab on GitHub</a>
<a href="https://www.youtube.com/@CLeARLabUT/featured"><i class="fa fa-youtube-play"></i> CLeAR Lab on YouTube</a>
<a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i> [email protected]</a>
</p>
<div class="w3-container" style=" background: #f0f8ff; padding: 25px; border-radius:10px; border: 1px solid #5d8aa8">
<div style="text-align:left">
<h3> Recent News </h3>
<u>Happenings of the last three months. Updated {{ 'now' | date: "%m/%d/%y" }}.</u>
<span style="display: block; margin-bottom: 1em"></span>
<div class="news">
{% capture now %}{{'now' | date: '%s' | minus: 7862000 %}}{% endcapture %}
<ul style="list-style-position:outside;padding:20px" >
{% for new in site.data.news %}
{% capture date %}{{new.date | date: '%s' | plus: 0 %}}{% endcapture %}
{% if date > now %}
<li>
<span>
{{ new.details }}
</span>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div >
</div>
<!--
<span style="display: block; margin-bottom: 3em"></span>
<a class="twitter-timeline" href="https://twitter.com/KordingLab" data-widget-id="695051708246941697">Tweets by @KordingLab</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<span style="display: block; margin-bottom: 3em"></span>
Department of Bioengineering and Department of Neuroscience at University of Pennsylvania<br>
404 Richards Building, 3700 Hamilton Walk, Philadelphia, PA 19104, Philadelphia, PA 19104
<span style="display: block; margin-bottom: 3em"></span>
-->
</header>
</div>