-
Notifications
You must be signed in to change notification settings - Fork 6
/
techhunt.html
58 lines (42 loc) · 2.89 KB
/
techhunt.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style1.css">
<link rel="stylesheet" href="static/back.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body style="background-color: black">
<div class="back-button" onclick="location.href='index3.html'">
<div class="arrow-wrap">
<span class="arrow-part-1"></span>
<span class="arrow-part-2"></span>
<span class="arrow-part-3"></span>
</div>
</div>
<div id="particles-js"style="position:fixed; top: 0;left:0;width: 100%; height: 100%; z-index: -88"></div>
<img id="cbit_logo" src="cbitlogo.png" alt="cbitlogo">
<div class="main_div">
<div class="desc-box">
<h1 style="font-family: 'batma';color:white; text-align:center;">Description</h1>
<p style="font-size:20px; color:white; padding:30px;opacity:1;line-height:160%; font-family: 'batma'">
<span style="font-size: 15px;"> Ever tried treasure hunt via coding? <br>All you need to do is solve a problem statement that may be logical reasoning or code snippet.<br>TECH HUNT is an event of TECSTASY 2k19 organized as a part of SUDHEE by IT department of CBIT. It is an event where you need to hunt your brains for logic behind the code and solve them by using previous code.Reach the maximum possible stage of the treasure hunt before time runs out.
<br> Venue - L-303
</span>
</div>
<div class="contact_div">
<h1 style="font-family: 'batma';text-align:center;color:red;font-size:30px;">Contact Info</h1>
<p style="font-family: 'batma'; text-align:center;color:white;font-size:15px;font-style:italic;"><i class="fa fa-mobile" style="font-size: 20px;padding-top:10px;"aria-hidden="true"></i> Aditi R.-9502207034</p>
<p style="font-family: 'batma';text-align:center;color:white;font-size:15px;font-style:italic;"><i class="fa fa-mobile" style="font-size: 20px;padding-top:10px;"aria-hidden="true"></i> R. Poojitha-9573921648</p>
<button class="btn-5" onclick="window.location.href='https://docs.google.com/forms/d/1NTKAtgq3OdSDr0HQfgEdq4k1RXwFhNGDlsHpUzpERKU/edit?chromeless=1'" style="">Register</button>
</div>
<div>
<img src='LOGOSS.png' style="height: 300px;">
</div>
</div>
<!-- <span style="z-index: 300; top: 0; right: 0;"><img src="cbitlogo.png" style="height: 50px; "></span> -->
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
<script src="JS/back.js"></script>
</body>
</html>