-
Notifications
You must be signed in to change notification settings - Fork 6
/
workshop_embed.php
executable file
·30 lines (29 loc) · 1.79 KB
/
workshop_embed.php
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
<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</h3>
<ul>
<li></li>
<li>
<a href="./workshops.php?w_id=1">Capture The Flag(CTF)</a> <span class="badge" style="color: #800080">Coming Soon</span>
</li>
<li></li>
</ul>
</div>
<!--<li>
<a>GIT & Web designing</a> <span class="badge" style="color: #800080">7-8 March, 2017</span>
</li>
-->
<!--<div class="categories widget">
<h3 class="widget-head">Our Workshops (To be Held)</h3>
<ul>
<li></li>
<li>
<a>IOT and Google cloud</a> <span class="badge" <!--style="color: #800080">24-25 March, 2018</span>
</li>
<li></li>
</ul>
</div> -->
</div>
</div>