-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquickcode.html
More file actions
43 lines (40 loc) · 1.32 KB
/
Copy pathquickcode.html
File metadata and controls
43 lines (40 loc) · 1.32 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Circuitrix</title>
<link rel="stylesheet" href="event.css">
<link rel="shortcut icon" href="images/favicon.jpeg" type="image/x-icon">
</head>
<body>
<section class="hero">
<h1>BANNER</h1>
</section>
<section class="about">
<h1>Quickcode</h1>
<hr class="under">
<p class="info">
QuickCode’18 is an online coding event presented to by TechWeek. If you find cracking complex algorithms exhilarating, then
you may just win, but remember, it’s a race against time!
<div class="register">
<a href="" class="reg">Register</a>
</div>
</p>
<div class="contact">
<h1 class="con">Contact Us</h1>
<hr class="under">
<div>
<span class="name">Shubham Bhargava</span> : +91 8010682529
</div>
<div>
<span class="name">Pratham Nawal</span> : +91 8010682529
</div>
<div>
<span class="name">Pratham Nawal</span> : +91 8010682529
</div>
</div>
</section>
</body>
</html>