-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.html
More file actions
221 lines (203 loc) · 8.71 KB
/
Copy pathscript.html
File metadata and controls
221 lines (203 loc) · 8.71 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
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous" />
<link href="main.css" type="text/css" rel="stylesheet" />
<script src="index.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://kit.fontawesome.com/515d438116.js" crossorigin="anonymous"></script>
<!--GOOGLE FONTS-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato&family=Libre+Caslon+Text&family=Open+Sans&family=Oswald&family=Poiret+One&family=Poppins&family=Raleway:ital@1&display=swap"
rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Abel&family=Arapey&family=Kaushan+Script&family=Lato:wght@300&family=Open+Sans:wght@300;400&family=Poiret+One&family=Poppins:wght@200&family=Raleway:wght@200&display=swap"
rel="stylesheet" />
<title>Ordin@trix | Script@trix</title>
<link rel="icon" type="image/x-icon" href="lib/favicon.png">
</head>
<body onload="load()">
<!--- LOADER --->
<div class="load" id="load">
<centre>
<div class="loader">
<div class="load1"></div>
<div class="load2"></div>
<div class="load3"></div>
<div class="load4"></div>
<div class="load5"></div>
</div>
</centre>
</div>
<!--SCHEDULE MODAL-->
<div class="modal fade" id="schedule" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
The schedule will be updated soon!
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Got it!</button>
</div>
</div>
</div>
</div>
<div class="mainBod" id="mainBod">
<!--NAVBAR-->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="index.html#home"><img class="d-inline-block align-text-top nav-logo"
src="lib/nav-logo.png"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#update">Updates</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<span style="cursor: pointer;" class="nav-link" data-bs-toggle="modal"
data-bs-target="#schedule">Schedule</span>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!--RULES-->
<div class="section events-page">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<i class="fa-solid fa-code"></i>
<span class="section-title">Script@trix</span>
<hr class="section-hr" />
</div>
<div class="col-md-1"></div>
</div>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-8">
<p>
Classes: 9-12 <br />
No of students in a team: 1 <br />
No of teams allowed per school: 1 <br />
<<<<<<< Updated upstream
=======
Date: 1st August, 2022 <br />
>>>>>>> Stashed changes
Mode: Online
</p>
<ul>
<li> The participants will have to solve various problems based on Python basics, data structure, logics and
algorithms
</li>
<li> Platform: Hackerrank </li>
<li> Duration of the test: <b>2 hours</b></li>
<li> Date & timings: <b>1st August 2022, 5pm- 7pm </b></li>
<<<<<<< Updated upstream
<li>Participants are allowed to take help from the internet, but are not allowed to copy/paste the code.
</li>
<li>The teams who are found to have simply copied the code would be immediately disqualified.</li>
<li>Each problem will have a predetermined score and the participants' score would depend on the number of successful test cases.</li>
<li>Participants will be ranked by their scores. If two or more participants achieve the same score, then the tie will be broken by the total time taken to submit the last solution </li>
=======
<li> Participants are allowed to take help from the internet, but are not allowed to copy/paste the code. The teams who are found to have simply copied the code would be immediately disqualified. </li>
<li> Each problem will have a predetermined score and the participants' score would depend on the number of successful test cases.</li>
<li> Participants will be ranked by their scores. If two or more participants achieve the same score,
then the tie will be broken by the total time taken to submit the last solution </li>
>>>>>>> Stashed changes
<li> Judgement criteria:
<ol>
<li>Completion of Programs</li>
<li>Correct Execution/ Clarity</li>
<li>Correct Output - test cases passed </li>
<li>Time Taken</li>
</ol>
</li>
</ul>
</div>
<div class="col-md-1"></div>
</div>
</div>
<!--FOOTER-->
<div class="section fp-auto-height footer" id="footer">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-4">
<h1>HAVE ANY INQUIRIES?</h1>
<p>Email: <br>
<a href="mailto:pyrotech@tagoreint.com"> pyrotech@tagoreint.com </a><br>
<a href="info.vv@tagoreint.com">info.vv@tagoreint.com </a><br><br>
Contact no.: <br>
<a href="tel:+91-011-26142270"> +91-011-26142270 </a><br> <a href="tel:+91-011-26149008">+91-011-26149008
</a>
<br> <br>
<a href="https://discord.gg/vzRYnUgVwq" target="_blank">Join our discord server </a>
</p>
</div>
<div class="col-md-3">
<h1>ABOUT</h1>
<a href="index.html#about">
<img src="lib/nav-logo.png">
</a>
</div>
<div class="col-md-3">
<h1>SAY HI!</h1>
<a href="https://teampyro.tech">
<p><b>Team Pyrotech</b><br><br>
</a>
Tagore International School, <br>Vasant Vihar <br><br>
Made by the Pyrotech Club
</p>
</div>
<div class="col-md-1"></div>
</div>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-4">
<hr class="section-hr">
<h2>© All rights reserved 2022</h2>
</div>
<div class="col-md-6"></div>
<div class="col-md-1"></div>
</div>
</div>
</div>
<!---LINKS-->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.min.js"
integrity="sha384-kjU+l4N0Yf4ZOJErLsIcvOU2qSb74wXpOhqTvwVx3OElZRweTnQ6d31fXEoRD1Jy" crossorigin="anonymous">
</script>
<script src="index.js"></script>
<script src="fontawesome.js"></script>
</body>
</html>