-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (116 loc) · 6.69 KB
/
index.html
File metadata and controls
121 lines (116 loc) · 6.69 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!Doctype html>
<html>
<head>
<title>Tech Fest</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="static/js/countdown.js">
</script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/all.css" crossorigin="anonymous" />
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/tailwind.min.css">
</head>
<body>
<header class="text-gray-600 body-font bg-gray-900" id="navbar">
<div class="mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<span class="ml-3 text-xl text-white">Tech Fest</span>
</a>
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
<a class="mr-5 hover:text-blue-500 text-white" href="#">Home</a>
<a class="mr-5 hover:text-blue-500 text-white" href="#events">Events</a>
<a class="mr-5 hover:text-blue-500 text-white" href="our-team.html">Our Team</a>
<a class="mr-5 hover:text-blue-500 text-white" href="contact.html">Contact Us</a>
</nav>
<a href="login.html"><button class="inline-flex items-center bg-gray-100 border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0 hover:text-blue-500">Login/Signup
</button></a>
</div>
</header>
<section id="home" class="bg-gray-800">
<div class="container px-5 py-24 mx-auto flex flex-wrap flex-col">
<div class="flex flex-col text-center w-full">
<h1 class="text-6xl font-medium title-font mb-4 text-white">Ctrl Alt Elite </h1>
<h3 class="lg:w-2/3 mx-auto leading-relaxed text-base text-white">A Tech Fest to unleash the best of you!</h3>
<h5 class="lg:w-2/3 mx-auto leading-relaxed text-base text-white">
Organized by Department of Computer Science, Dev Sanskriti Vishwavidyalaya, Haridwar.
</h5>
<p id="countdown" class="text-red-800 text-4xl font-semibold"></p>
</div>
</div>
<a href="#events" class="scroll-down arrows">
<span></span>
<span></span>
<span></span>
</a>
</section>
<section class="text-white body-font bg-gray-900" id="events">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h1 class="sm:text-3xl text-4xl font-medium title-font mb-4 text-white">Events</h1>
<!-- <p class="lg:w-2/3 mx-auto leading-relaxed text-base"></p> -->
</div>
<div class="flex flex-wrap -m-4">
<div class="lg:w-1/3 sm:w-1/2 p-4">
<div class="flex relative">
<img alt="gallery" class="absolute inset-0 w-full h-full object-cover object-center" src="static/img/eve3.png">
<div class="px-8 py-10 relative z-10 w-full border-4 border-green-200 bg-gray-800 opacity-25 hover:opacity-100">
<h1 class="title-font text-lg font-medium text-white mb-3">Competitive Coding</h1>
<p class="leading-relaxed">2 rounds of coding, powered by HackerEarth and HackeRank.</p>
<a href="events/competitive_coding.html"><h2 class="tracking-widest text-sm title-font font-medium text-indigo-500 mb-1">View Details</h2></a>
</div>
</div>
</div>
<div class="lg:w-1/3 sm:w-1/2 p-4">
<div class="flex relative">
<img alt="gallery" class="absolute inset-0 w-full h-full object-cover object-center" src="static/img/eve4.png">
<div class="px-8 py-10 relative z-10 w-full border-4 border-green-200 bg-gray-800 opacity-25 hover:opacity-100">
<h1 class="title-font text-lg font-medium text-white mb-3">D-Bug</h1>
<p class="leading-relaxed">Find the error(s) in the given codes.</p>
<a href="events/dbug.html"><h2 class="tracking-widest text-sm title-font font-medium text-indigo-500 mb-1">View Details</h2></a>
</div>
</div>
</div>
<div class="lg:w-1/3 sm:w-1/2 p-4">
<div class="flex relative">
<img alt="gallery" class="absolute inset-0 w-full h-full object-cover object-center" src="static/img/img3.jpeg">
<div class="px-8 py-10 relative z-10 w-full border-4 border-green-200 bg-gray-800 opacity-25 hover:opacity-100">
<h1 class="title-font text-lg font-medium text-white mb-3">Tech Trivia</h1>
<p class="leading-relaxed">Technical Quiz.</p>
<a href="events/competitive_coding.html"><h2 class="tracking-widest text-sm title-font font-medium text-indigo-500 mb-1">View Details</h2></a>
</div>
</div>
</div>
<div class="lg:w-1/3 sm:w-1/2 p-4">
<div class="flex relative">
<img alt="gallery" class="absolute inset-0 w-full h-full object-cover object-center" src="static/img/eve3.png">
<div class="px-8 py-10 relative z-10 w-full border-4 border-green-200 bg-gray-800 opacity-25 hover:opacity-100">
<h1 class="title-font text-lg font-medium text-white mb-3">Creative Coding</h1>
<p class="leading-relaxed">Show your creativity using your code, either it is CSS, JS or Python, Java.</p>
<a href="events/competitive_coding.html"><h2 class="tracking-widest text-sm title-font font-medium text-indigo-500 mb-1">View Details</h2></a>
</div>
</div>
</div>
<div class="lg:w-1/3 sm:w-1/2 p-4">
<div class="flex relative">
<img alt="gallery" class="absolute inset-0 w-full h-full object-cover object-center" src="static/img/eve4.png">
<div class="px-8 py-10 relative z-10 w-full border-4 border-green-200 bg-gray-800 opacity-25 hover:opacity-100">
<h1 class="title-font text-lg font-medium text-white mb-3">Blog Writing</h1>
<p class="leading-relaxed">Show your hidden technical scripter, write awesome technical blogs/articles.</p>
<a href="events/competitive_coding.html"><h2 class="tracking-widest text-sm title-font font-medium text-indigo-500 mb-1">View Details</h2></a>
</div>
</div>
</div>
<div class="lg:w-1/3 sm:w-1/2 p-4">
<div class="flex relative">
<img alt="gallery" class="absolute inset-0 w-full h-full object-cover object-center" src="static/img/event1.png">
<div class="px-8 py-10 relative z-10 w-full border-4 border-green-200 bg-gray-800 opacity-25 hover:opacity-100">
<h1 class="title-font text-lg font-medium text-white mb-3">Brain Spark</h1>
<p class="leading-relaxed">Basic but tricky puzzles and riddles.</p>
<a href="events/competitive_coding.html"><h2 class="tracking-widest text-sm title-font font-medium text-indigo-500 mb-1">View Details</h2></a>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>