-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkeysorter.html
106 lines (87 loc) · 3.66 KB
/
keysorter.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
<html>
<head>
<title>Key Sorter</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="images/icon.png">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script>alert("Participants, who want food to be arranged have to register separately for food on the form shown on the main menu")</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.png" alt="" /></span><span class="title">VERISMO</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="assets/Verismo Brochure.pdf">Brochure</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Key Sorter</h1>
<blockquote>
Registration Fee : 100<br>
First Prize : 750<br>
</blockquote>
<p>Do you think you got the best memory power.
Let's give it a shot.</p>
<pre><code>Key Sorter Rules and Regulations
1. This is an individual event.
2. Total duration of the event will be 3 minute. 1 minute for analyzing the model of the keyboard and 2 minute for arranging the keys.
3. Participants will be given a model of the keyboard with keys separated. The keys must be set up in the same order as on the typical computer keyboard.
4. Materials will be provided.
5. Misplacements of keys and unnecessary gaps against the given model of the keyboard are not considered as points.
6. In case of no winners within the time, the one who placed maximum keys in the right order will be considered as the winner.
7. Any misbehavior will lead to disqualification of the candidate.
8. To conduct the event atleast 5 participants should register for the event.
9. Judges decision will be final.
</code></pre>
<p>Contact : Riya - 77362 60371, Jisha - 85940 01154
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdkX0y4E1aF4i5SFaAwlgYqR3UURqE0oJ2uZfqR7uwqAcIyfg/viewform?usp=sf_link" class="button primary fit">Register</a>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Get in touch</h2>
<ul class="icons">
<li><a href="tel:+91623531297" class="icon solid style2 fa-phone"><span class="label">Phone</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid style2 fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://www.instagram.com/verismo.lmcst/" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© Verismo. All rights reserved</li><li>ReVamped by: <a href="https://www.instagram.com/ananthu_dev">Ananthu Dev D V</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>