-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
84 lines (74 loc) · 3.13 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
layout: home
css: page_home.css
---
<!--
<section class="projects">
<div class="container">
<h2>Check Out Our Projects</h2>
<div class="row">
<div class="one-third column project">
<img src="public/images/website-scrot.png">
<h3>VC++ Website</h3>
<p class="project-description">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
<div class="one-third column project">
<img src="public/images/frood-scrot.png">
<h3>Frood</h3>
<p class="project-description">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
<div class="one-third column project">
<img src="public/images/the-clove-scrot.png">
<h3>The Clove</h3>
<p class="project-description">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
</div>
</div>
</section>
<section class="events">
<div class="container">
<h2>Some Upcoming Events</h2>
<ol>
<li class="event">
<h4>Interest Meeting</h4>
<time datetime="2001-05-15T20:00">
<span class="month">May</span>
<span class="day">15,</span>
<span class="year">2001</span>
<span class="time">8:00pm</span>
</time>
<span class="location">Sanders Physics 309</span>
<a href="#addToCalendar" class="cal_add">Add to Calendar</a>
</li>
<li class="event">
<h4>Interest Meeting</h4>
<time datetime="2002-05-15T20:00">
<span class="month">May</span>
<span class="day">15,</span>
<span class="year">2002</span>
<span class="time">8:00pm</span>
</time>
<span class="location">Sanders Physics 309</span>
<a href="#addToCalendar" class="cal_add">Add to Calendar</a>
</li>
<li class="event">
<h4>Interest Meeting</h4>
<time datetime="2003-05-15T20:00">
<span class="month">May</span>
<span class="day">15,</span>
<span class="year">2003</span>
<span class="time">8:00pm</span>
</time>
<span class="location">Sanders Physics 309</span>
<a href="#addToCalendar" class="cal_add">Add to Calendar</a>
</li>
</ol>
</div>
</div>
</section>
<section class="collaborators">
<div class="container">
<h2>Our Collaborators</h2>
</div>
</section>
-->