forked from chamiduu/BITS-HOME
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (149 loc) · 6.72 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BITS 2020</title>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.12.1/js/all.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="index.css" />
<link href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css"
rel="stylesheet" />
<link rel="icon" type="icon/png" href="../static/images/favicon.png"/>
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="./index.html"><img src="BITS-logo-w.gif" alt="BITS"
class="logo" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link disabled" href="./tasks.html">
Tasks
</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="./onlinetest.html">Online Test</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="./leaderboard.html">Leaderboard</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="./contact.html">Contact Us</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="./about.html">About</a>
</li>
</ul>
</div>
</nav>
<body>
<div class="main">
<h1>BITS 2020</h1>
<h2>COMING SOON !</h2>
<p>The Task Based Online Intra-School ICT Competiton</p>
<a class="btn btn-primary" href="https://docs.google.com/forms/d/e/1FAIpQLSfyiQFQWdhvyFRMa-D1eAhWVCC6w_z0ycWBBOnq7MgBxDXsGw/viewform?fbzx=-310011898092864180" target="_blank">Register</a>
<section class="icon-down">
<a href="#info">
<span class="material-icons">
arrow_downward
</span>
</a>
</section>
</div>
<!-- <div class="logo"> -->
<!-- <img src="./static/images/BITS-logo.gif" /> -->
<!-- </div> -->
<div class="info" id="info">
<section class="description">
<h6>
BITS, The First-Ever Task-Based Intra-School ICT competition, organized by the Ananda College ICT Society to
provide a platform for our school's students to polish and improve their ICT knowledge in many fields of ICT.
</h6>
</section>
</div>
<!-- Footer -->
<footer class="page-footer font-small black pt-4 " style="background-color: rgb(56, 56, 56); color: rgb(255, 255, 255);">
<style>
a { color: rgb(255, 255, 255); } /* CSS link color */
</style>
<!-- Footer Links -->
<div class="container text-center text-md-left" style="width: 100%;">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-4 mx-auto">
<!-- Content -->
<h5 class="font-weight-bold text-uppercase mt-3 mb-4" style="color: rgb(255, 255, 255);" >About BITS</h5>
<p style="color: rgb(255, 255, 255);">BITS, The First-Ever Task-Based Intra-School ICT competition,
organized by the Ananda College ICT Society to provide a platform for our school's
students to polish and improve their ICT knowledge in many fields of ICT.</p>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none">
<!-- Grid column -->
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none">
<!-- Grid column -->
<div class="col-md-2 mx-auto">
<!-- Links -->
<h5 class="font-weight-bold text-uppercase mt-3 mb-4" style="color: rgb(255, 255, 255);">Resources</h5>
<ul class="list-unstyled">
<li>
<a href="https://acicts.github.io/bits-official/">BITS 2018 Archived Website</a>
</li>
<li>
<a href="https://acicts.github.io/BITS-18-Recap/">BITS 2018 Recap Website</a>
</li>
<li>
<a href="https://acicts.github.io/BITS19/">BITS 2019 Archived Website</a>
</li>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<hr>
<!-- Call to action -->
<ul class="list-unstyled list-inline text-center py-2">
<li class="list-inline-item">
<h5 class="mb-1" style="color: rgb(255, 255, 255);">Get Involved !</h5>
</li>
<li class="list-inline-item">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfyiQFQWdhvyFRMa-D1eAhWVCC6w_z0ycWBBOnq7MgBxDXsGw/viewform?fbzx=-310011898092864180" class="btn btn-danger btn-rounded" target="_blank">Register</a>
</li>
</ul>
<!-- Call to action -->
<hr>
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2020 Copyright:
<a href="https://acicts.io/"> ACICTS</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" crossorigin="anonymous">
</script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<script src="static/JS/index.js"></script>
</body>
</html>