Skip to content

Commit 9e5dbe6

Browse files
authored
Merge pull request #2 from swaaz/swaaz
added new event
2 parents 916a7a2 + 19de967 commit 9e5dbe6

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

events.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,29 @@ <h1>Events</h1>
7272
<div class="row">
7373
<div class="[ col-xs-12 col-sm-offset-2 col-sm-8 ]">
7474
<ul class="event-list">
75+
<li>
76+
<time datetime="2020-06-02 0000">
77+
<span class="day">29</span>
78+
<span class="month">Jan</span>
79+
<span class="year">2019</span>
80+
<span class="time">12:00 AM</span>
81+
</time>
82+
<div class="info">
83+
<h2 class="title">Connectome to behaviour: modelling C. elegans at cellular resolution </h2>
84+
<p class="desc">The Royal Society, London, 6-9 Carlton House Terrace, London, SW1Y 5AG</p>
85+
<ul>
86+
<li style="width:50%;"><a href="https://www.sainsburywellcome.org/web/blog/openworm-building-virtual-nervous-system"><span class="fa fa-globe"></span> Website</a></li>
87+
</ul>
88+
</div>
89+
<div class="social">
90+
<ul>
91+
<li class="facebook" style="width:33%;"><a href="#facebook"><span class="fa fa-facebook"></span></a></li>
92+
<li class="twitter" style="width:34%;"><a href="#twitter"><span class="fa fa-twitter"></span></a></li>
93+
<li class="google-plus" style="width:33%;"><a href="#google-plus"><span class="fa fa-google-plus"></span></a></li>
94+
</ul>
95+
</div>
96+
</li>
7597

76-
7798
<li>
7899
<time datetime="2020-06-02 0000">
79100
<span class="day">25</span>

0 commit comments

Comments
 (0)