forked from KordingLab/KordingLab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (37 loc) · 1.4 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
---
layout: default
---
<div class='container'>
<header class="masthead text-center">
<p>
Page under construction. Please check back soon.
</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>Coming soon</u>
<span style="display: block; margin-bottom: 1em"></span>
<div class="news">
{% capture now %}{{'now' | date: '%s' | minus: 7776000 %}}{% 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>
<span style="display: block; margin-bottom: 3em"></span>
Visualization Imaging and Data Analysis Center (VIDA)<br>
370 Jay Street 11th Floor, Brooklyn, NY 11201.
<span style="display: block; margin-bottom: 3em"></span>
</header>
</div>