This repository has been archived by the owner on Jun 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
143 lines (111 loc) · 4.88 KB
/
index.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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<meta name="title" content="Summer Hacks">
<meta name="description" content="Summer Hacks by SOA Code Room">
<meta name="author" content="SOA Code Room">
<meta name="keywords" content="SOA Code Room">
<meta property="og:image" content="https://raw.githubusercontent.com/SOACodeRoom/Summer-Hacks/main/img/header.png">
<title>Summer Hacks</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="./css/nav.css">
</head>
<!-- Apply Now Sticker tba -->
<body>
<div class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center no-select">
<h1 class="mx-auto my-0 title-text">Summer Hacks</h1>
<br>
<h2 class="mx-auto mt-2 mb-1 sub-heading title-text">Hack-a-warm-thon</h2>
<br><br>
<h2 class="orange mx-auto mt-2 mb-1 sub-heading" style="width: 100%;">7<sup>th</sup>-9<sup>th</sup> May 2021</h2>
<h2 class="white mx-auto mt-2 mb-3 sub-heading" style="width: 100%;">SOA Code Room, Siksha 'O' Anusandhan (Deemed to be University)</h2>
<div id="button-box">
<a href="#" class="btn btn-primary js-scroll-trigger" style="z-index: 1; position: relative;">Thank you! It over now</a>
</div>
</div>
</div>
</div>
<div id="particles-js"></div>
<section class="text-center">
<section>
<h1 class="sub-heading diagonal-text orange sub-heading-title">About</h1>
</section>
<section class="diagonal-section white-bg">
<div class="mx-auto diagonal-section-content">
<div class="container nexa">
<p class="black bold">Summer Hacks is the first online hackathon organized by SOA Code Room in the month of May'21 to start engaging the students in hackathon activities.
</br></br>
In this hackathon we encourage students to experince a 2 day continous hackathon, explore different ideas and technology, meet and greet people and learn some awesome things that they couldn't be able to learn before. This hackathon mainly focuses on contributing to GitHub and is fully operated on GitHub.
<br><br>
The theme of the hackathon circles around the summer season. Students have to make a cool portfolio website with reference to our set of rules for this hackathon.
</p>
</div>
</div>
</section>
<section>
<h1 class="sub-heading diagonal-text orange sub-heading-title" style="padding-bottom: 100px; padding-top: 100px; margin-bottom: 0;">Problem Statement</h1>
</section>
<section class="diagonal-section white-bg">
<div class="mx-auto diagonal-section-content">
<div class="container nexa">
<p class="black bold">Make a cool portfolio website for yourself with summer themed.
</p>
</div>
</div>
</section>
<section>
<h1 class="sub-heading diagonal-text orange sub-heading-title" style="padding-bottom: 100px; padding-top: 100px; margin-bottom: 0;">Schedule</h1>
</section>
<section class="diagonal-section white-bg">
<div class="mx-auto diagonal-section-content">
<div class="schedule">
<div id="schedSat">
<h3 style="font-weight: bold;">Friday 7th</h3>
<br>
<table class="table table-hover" id="fridayContainer">
</table>
</div>
<div id="schedSat">
<h3 style="font-weight: bold;">Saturday 8th</h3>
<br>
<table class="table table-hover" id="saturdayContainer">
</table>
</div>
<div id="schedSun">
<h3 style="font-weight: bold;">Sunday 9th</h3>
<br>
<table class="table table-hover" id="sundayContainer">
</table>
</div>
</div>
<br>
<p style="font-weight: bold;">W - Workshop , M - Mini Events</p>
</div>
</section>
<section class="footer-section ">
<div style="padding-top: 0">
<div class="small text-center white">
<div class="social d-flex justify-content-center"></div>
<div class="white mb-4 sub-heading-small" style="padding-bottom: 0.2%; padding-top: 100px; margin-bottom: 0;">
Copyright © SOA Code Room 2021
</div>
</div>
</div>
</section>
</section>
<!-- Custom javascript -->
<script src="js/script.js"></script>
<script src="./js/particles.js"></script>
<script src="./js/app.js"></script>
<script src="./js/nav.js"></script>
</body>
</html>