-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.html
65 lines (63 loc) · 2.74 KB
/
event.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
59
60
61
62
63
64
65
<html>
<head>
<title>URECKON School Portal</title>
<link rel="icon" href="fav.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/event.css">
</head>
<body>
<nav>
<img src="logo_with_wordmark_sky.svg">
<ul>
<li> <a href="login.html">Log In</a> </li>
<li> <a href="signup.html">Sign Up</a> </li>
<li> <a href="contact.html">Contact Us</a> </li>
<li> <a href="event.html">Events</a> </li>
<li> <a href="index.html">Home</a> </li>
</ul>
</nav>
<div class="content1">
<div class="card">
<h1> CODING </h1>
<div id="content">Confident of your coding style?
Believe that you write the most optimized code? Come join us at UREKON 2k19, prove your mettle, and claim cash prizes.
Code Golf is a game designed to let you show off your code-fu by solving problems in the least number of characters.
Optimize, minimize, and win.</div>
<div class=circle>
<div class='horizontal-plus'></div>
<div class='vertical-plus'></div>
</div>
</div>
</div>
<div class="content2">
<div class="card">
<h1> QUIZ </h1>
<div id="content">So Quiz gives you chills? Do you want to prove your general IQ?
Then drop down at Ureckon and prove your mental skills.
Press the BUZZER and ANSWER it.
Cheating on a quiz show? That's sort of like plagiarizing a comic strip.
Cheating on a quiz show? That's sort of like plagiarizing a comic strip.
</div>
<div class=circle>
<div class='horizontal-plus'></div>
<div class='vertical-plus'></div>
</div>
</div>
</div>
<div class="content3">
<div class="card">
<h1> MODEL </h1>
<div id="content">You claim your robot is the most destructive ?
Okay then, our octagon ready for your robot to compete with the best of the globe.
People love the scene when metal gets torn apart.
When you drop down into this event, teach your bot :
DO or DIE, because face the most advanced haunting experience inside octagon.
</div>
<div class=circle>
<div class='horizontal-plus'></div>
<div class='vertical-plus'></div>
</div>
</div>
</div>
</body>
</html>