-
Notifications
You must be signed in to change notification settings - Fork 6
/
event_embed.php
executable file
·87 lines (83 loc) · 6.37 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<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 (Online)</h3>
<ul>
<li></li>
<li>
<a href="./events.php?e_id=2" target="_blank">Paradox 13.0</a><span class="badge" style="color: #00FF00">Coming Soon</span>
</li>
<li>
<a href="./events.php?e_id=1">Exeplore 7.0</a> <span class="badge" <!--style="color: #800080">New</span>
</li>
<li>
<a href="./events.php?e_id=4">Game Of Codes 7.0</a> <span class="badge" <!--style="color: #800080">New</span>
</li>
<li>
<a href="./events.php?e_id=6">APP-E-Matic</a> <span class="badge" <!--style="color: #800080">New</span>
</li>
<!-- <li>
<a>Big-Oh(Long Challenge)</a> <span class="badge" <!--style="color: #800080">New</span>
</li>
<li>
<a>Websmash 4.0</a> <span class="badge" <!--style="color: #800080">New</span>
</li>
<li>
<a>Code Golf</a> <span class="badge" <!--style="color: #800080">New</span>
</li>
<li>
<a>Decodance</a> <span class="badge" <!--style="color: #800080">New</span>
</li>
<li></li> -->
</ul>
</div>
<div class="categories widget">
<h3 class="widget-head">Our Events (Onsite)</h3>
<ul>
<li></li>
<li>
<a href="./events.php?e_id=5">Capture The Flag (NITH-CTF 1.0)</a> <span class="badge" <!--style="color: #800080">New</span>
</li>
<li>
<a href="./events.php?e_id=3">Code Swap</a> <span class="badge" <!--style="color: #800080">New</span>
</li>
<li></li>
</ul>
</div>
<!--<div class="categories widget">
<h3 class="widget-head">Our Events (Offline)</h3>
<ul>
<li></li>
<li>
<a>Exeplore 5.0</a> <span class="badge" <!--style="color: #800080">New</span>
</li>
<li>
<a>Debugging 4.0</a> <span class="badge">New</span>
</li>
<li></li>
</ul>
</div>-->
</div>
</div>