-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathevent_embed.php
executable file
·61 lines (57 loc) · 4.49 KB
/
event_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
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
<div class="row">
<div class="col-md-4">
<div class="sidebar">
<center><h1 style="color: #02bdd5">Our Events</h1></center>
<div class="categories widget">
<h3 class="widget-head">Our Events (Online)</h3>
<ul>
<li>
<a href="hunt_the_code.php" style="color: #02bdd5" class="tooltip-show" data-toggle="tooltip" title="View Details">Hunt the code 3.0</a> <span class="badge" style="color: #800080">Over</span>
</li>
<li>
<a href="https://www.hackerearth.com/challenge/college/game-of-codes-40-1/" target="_blank" style="color: #02bdd5" class="tooltip-show" data-toggle="tooltip" title="View Details">Game of Codes 4.0</a> <span class="badge" style="color: #800080">Over</span>
</li>
<li>
<a href="http://exe.nith.ac.in/confess/" target="_blank" style="color: #02bdd5" class="tooltip-show" data-toggle="tooltip" title="View Details"> NITH Confessions</a> <span class="badge" style="color: #00FF00">Ongoing</span>
</li>
<li>
<a href="https://websmash.hackerearth.com" target="_blank" style="color: #02bdd5" class="tooltip-show" data-toggle="tooltip" title="View Details">Websmash 3.0</a> <span class="badge" style="color: #800080">Over</span>
</li>
<li>
<a href="http://exe.nith.ac.in/paradox/" target="_blank" style="color: #02bdd5" class="tooltip-show" data-toggle="tooltip" title="View Details">Paradox 10.0</a><span class="badge" style="color: #00FF00">Ongoing</span>
</li>
</ul>
</div>
<div class="categories widget">
<h3 class="widget-head">Our Events (Onsite)</h3>
<ul>
<li>
<a>Code swap 3.0</a> <span class="badge" style="color: #800080">Over</span>
</li>
<li>
<a>Nith-Hacks 1.0</a> <span class="badge" style="color: #800080">Over</span>
</li>
</ul>
</div>
<div class="categories widget">
<h3 class="widget-head">Our Events (Offline)</h3>
<ul>
<li>
<a>Exeplore 4.0</a> <span class="badge" style="color: #800080">Over</span>
</li>
<li>
<a>Lib development 2.0</a> <span class="badge">New</span>
</li>
<li>
<a>Debugging 3.0</a> <span class="badge">New</span>
</li>
<li>
<a>Hackhunt 2.0</a> <span class="badge" style="color: #800080">Over</span>
</li>
<li>
<a>Mackey Mackey 2.0</a> <span class="badge" style="color: #00FF00">Ongoing</span>
</li>
</ul>
</div>
</div>
</div>