forked from turington/turington.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sudoku.html
170 lines (129 loc) · 5.03 KB
/
sudoku.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
<!DOCTYPE html>
<html>
<head>
<title>Sudoku</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<!--our css files-->
<link rel="stylesheet" type="text/css" href="stylesheets/eventPage.css">
<link rel="stylesheet" type="text/css" href="stylesheets/contacts.css">
<!-- Add social media icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Quicksand" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Chelsea+Market" rel="stylesheet">
<script type="text/javascript" src="data.js"></script>
</head>
<body>
<a href="index.html">
<div id="backButton" onmouseenter="toggleNav(this)" onmouseleave="toggleNav(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</a>
<script>
function toggleNav(y)
{
var x = document.getElementById("backButton");
x.classList.toggle("change");
}
</script>
<br>
<br>
<center>
<h1>Sudoku</h1>
</center>
<h2>Intro</h2>
<div class="content">Fill up the 9*9 square block of "SUDOKO" as fast as you can.
</div>
<h2>Rules:</h2>
<div class="content">
<ul>
<li>Participants register individually for Sudoku.</li>
<li>Round 1:- Easy level The time limit is 5 minutes.</li>
<li>Round 2:- Hard level The time limit is 10 minutes.</li>
<li>The decision of judges will be final and binding.</li>
<li>All the participants must bring their college or institution id card.</li>
<li>Use of internet or any devices are not allowed.</li>
</ul>
</div>
<div id="contacts">
<div id="boxContainer">
<div class="box">
<a class="quick-links" href="index.html" style="font-size: 1.5em">Turington</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#intro">Home</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#about">About</a>
</div>
<br>
<!--
<div class="box">
<a class="quick-links" href="speakers.html">Speakers</a>
<a class="quick-links small-links" href="#speaker1">speaker1</a>
<a class="quick-links small-links" href="#speaker2">speaker1</a>
<a class="quick-links small-links" href="#speaker3">speaker1</a>
<a class="quick-links small-links" href="#speaker4">speaker1</a>
<a class="quick-links small-links" href="#speaker5">speaker1</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="team.html">Team</a>
<a class="quick-links small-links" href="#president">president</a>
<a class="quick-links small-links" href="#manager">manager</a>
<a class="quick-links small-links" href="#hrHead">Human resource head</a>
</div>
<br>
-->
<div class="box">
<a class="quick-links" href="index.html#events">Events</a>
<a class="quick-links small-links" href="goc.html">Game of Codes</a>
<a class="quick-links small-links" href="judge.html">Judge me if you can</a>
<a class="quick-links small-links" href="qrhunt.html">QR-Hunt</a>
<a class="quick-links small-links" href="cog.html">Clash of gamers</a>
<a class="quick-links small-links" href="webiesta.html">Webiesta</a>
<a class="quick-links small-links" href="sudoku.html">Sudoku</a>
<a class="quick-links small-links" href="techtambola.html">Tech-Tambola</a>
<a class="quick-links small-links" href="cube.html">Rubix Cube</a>
</div>
<br>
<!--
<div class="box">
<a class="quick-links" href="glimpses.html">Glimpses</a>
<a class="quick-links small-links" href="#1edition">Turington 1'edition</a>
<a class="quick-links small-links" href="#2edition">Turington 2'edition</a>
<a class="quick-links small-links" href="#3edition">Turington 2'edition</a>
</div>
<br>
-->
<div class="box">
<a class="quick-links" href="index.html#sponsors">Sponsors</a>
<a class="quick-links small-links" href="#techtombola"></a>
<a class="quick-links small-links" href="#techtombola"></a>
<a class="quick-links small-links" href="#techtombola"></a>
<a class="quick-links small-links" href="#techtombola"></a>
</div>
<br>
<div class="box">
<center>
<a href="mailto:[email protected]" class="fa fa-2x fa-envelope-o mail"></a>
</center>
</div>
<br>
</div>
<div id="footer-text" >
© 2019 Turington | made with Turing Sir<!--<a href="">Policy Privacy</a> | <a href="">Terms of Use</a> | <a href="" > Contact </a> -->
</div>
<a href="https://www.youtube.com/channel/UCEJ3JccswK-90yLWip1Nf_w" class="fa fa-2x fa-youtube fa-right"></a>
<a href="https://twitter.com/Turington_" class="fa fa-2x fa-twitter fa-right"></a>
<a href="https://www.instagram.com/turington.rcdu/" class="fa fa-2x fa-instagram fa-right"></a>
<a href="https://www.facebook.com/Turingtonreboot/" class="fa fa-2x fa-facebook fa-right"></a>
<a href="https://goo.gl/maps/BLQd36xpo532" class="fa fa-2x fa-map-marker fa-right" ></a>
</div>
</body>
</html>