initial commit
This commit is contained in:
commit
ccde02d880
|
@ -0,0 +1,5 @@
|
|||
cache
|
||||
.doit.db
|
||||
__pycache__
|
||||
output
|
||||
posts/directory
|
|
@ -0,0 +1,18 @@
|
|||
<!--
|
||||
.. title: Contact
|
||||
.. slug: contact
|
||||
.. date: 2017-01-06 14:24:09 UTC-05:00
|
||||
.. tags:
|
||||
.. category:
|
||||
.. link:
|
||||
.. description:
|
||||
.. type: text
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,42 @@
|
|||
<!--
|
||||
.. title: About Us
|
||||
.. slug: who-we-are
|
||||
.. date: 2017-01-06 14:24:09 UTC-05:00
|
||||
.. tags:
|
||||
.. category:
|
||||
.. link:
|
||||
.. description:
|
||||
.. type: text
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
|
||||
|
||||
<p>The LIS Scholarship Archive (LISSA) was created to XYZ.</p>
|
||||
|
||||
<p>The steering committee of LISSA includes:
|
||||
|
||||
<table style="height: 100%; width:100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><img src="/images/people/juliana.jpg" alt="Juliana Freire"/><p><a href="http://vgc.poly.edu/~juliana/">Vicky Steeves, director</a></p></td>
|
||||
<td><img src="/images/people/claudio.jpg" alt="Claudio T. Silva"/><p><a href="http://www.cs.utah.edu/~csilva/">April Hathcock</a></p></td>
|
||||
<td><img src="/images/people/dennis.jpg" alt="Dennis Shasha"/><p><a href="http://www.cs.nyu.edu/shasha/">Cecily Walker</a></p></td>
|
||||
<td><img src="/images/people/kyle.jpg" alt="Kyle Cranmer"/><p><a href="http://theoryandpractice.org/">Lisa Hinchliffe</a></p></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><img src="/images/people/fernando.jpg" alt="Fernando Seabra Chirigati"/><p><a href="http://vgc.poly.edu/~fchirigati/">Micah Vandergrift</a></p></td>
|
||||
<td><img src="/images/people/remi.jpg" alt="Remi Rampin"/><p><a href="https://github.com/remram44">Chelsea Bowley</a></p></td>
|
||||
<td><img src="/images/people/vicky.jpg" alt="Vicky Steeves"/><p><a href="https://vickysteeves.com/">Kevin Smith</a></p></td>
|
||||
<td><img src="/images/people/matthias.jpg" alt="Matthias Troyer"/><p><a href="http://www.comp.phys.ethz.ch/people/troyer.html">Megan Wacha</a></p></td>
|
||||
<td><img src="/images/people/vistrails.png" alt="VisTrails"/><p><a href="http://www.vistrails.org/">Charlotte Roh</a></p></td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,18 @@
|
|||
<!--
|
||||
.. title: Annoucning LISSA + COS
|
||||
.. slug: cos-lissa
|
||||
.. date: 2017-05-01 14:08:25 UTC-04:00
|
||||
.. tags:
|
||||
.. category:
|
||||
.. link:
|
||||
.. description:
|
||||
.. type: text
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
|
||||
<p>yay!</P>
|
||||
|
||||
</body>
|
||||
</html>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,4 @@
|
|||
/* NAVBAR */
|
||||
navbar navbar-inverse navbar-static-top {
|
||||
min-height:50%;
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
bootstrap3
|
Loading…
Reference in New Issue