-
Notifications
You must be signed in to change notification settings - Fork 4
/
workshop_embed.php
executable file
·20 lines (20 loc) · 1.27 KB
/
workshop_embed.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="row">
<div class="col-md-4">
<div class="sidebar">
<center><h1 style="color: #02bdd5">Our Workshops</h1></center>
<div class="categories widget">
<h3 class="widget-head">Our Workshops (Over)</h3>
<ul>
<li>
<a>Linux Installation fest</a> <span class="badge" style="color: #800080">17 February, 2017</span>
</li>
<li>
<a>AI Game theory</a> <span class="badge" style="color: #800080">18-19 February, 2017</span>
</li>
<li>
<a>GIT & Web designing</a> <span class="badge" style="color: #800080">7-8 March, 2017</span>
</li>
</ul>
</div>
</div>
</div>