-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCulture.html
More file actions
59 lines (53 loc) · 2.88 KB
/
Culture.html
File metadata and controls
59 lines (53 loc) · 2.88 KB
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
<header id="header">
<div appheader></div>
</header><!--/header-->
<section id="culture">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown">Cultures</h2>
<p class="text-center wow fadeInDown">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut <br> et dolore magna aliqua. Ut enim ad minim veniam</p>
</div>
<div class="row">
<div class=" col-md-4 col-sm-6">
<div class="thumbnail">
<div class="caption">
<a href="Event.html" target="_blank">
<h4 class="heading">MASH Mixer</h4>
<img class="img-responsive" src="images/blog/01.jpg">
<span class="date"><i class="fa fa-calendar-o"></i> Date</span>
<span class="time pull-right"><i class="fa fa-clock-o"></i> Time</span>
</a>
</div>
</div>
</div>
<div class=" col-md-4 col-sm-6">
<div class="thumbnail">
<div class="caption">
<a href="Event.html" target="_blank">
<h4 class="heading">Rendezvous</h4>
<img class="img-responsive" src="images/blog/01.jpg">
<span class="date"><i class="fa fa-calendar-o"></i> Date</span>
<span class="time pull-right"><i class="fa fa-clock-o"></i> Time</span>
</a>
</div>
</div>
</div>
<div class=" col-md-4 col-sm-6">
<div class="thumbnail">
<div class="caption">
<a href="Event.html" target="_blank">
<h4 class="heading">MASH Mixer</h4>
<img class="img-responsive" src="images/blog/01.jpg">
<span class="date"><i class="fa fa-calendar-o"></i> Date</span>
<span class="time pull-right"><i class="fa fa-clock-o"></i> Time</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--------------------------------------------FOOTER------------------------------------------>
<footer id="footer">
<div appfooter></div>
</footer>