Skip to content

Commit c43ad90

Browse files
Added New Domains & Registration Page
1 parent e4342c8 commit c43ad90

21 files changed

+504
-92
lines changed

assets/app_icon.png

4.84 KB
Loading

assets/app_icon1.png

4.01 KB
Loading

assets/cloud_icon.png

12.2 KB
Loading

assets/cloud_icon1.png

56.3 KB
Loading

assets/cloud_iconBlack.png

20.3 KB
Loading

assets/cursors/input.cur

766 Bytes
Binary file not shown.

assets/dino3_0.gif

386 KB
Loading

assets/dino3_0_noloop.gif

386 KB
Loading

assets/hack-3.0-png.png

15.5 KB
Loading

assets/web_icon.png

5.97 KB
Loading

assets/web_iconOG.png

6.89 KB
Loading

css/styles.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ body {
3535
/* height: 100%; */
3636
width: 768px;
3737
position: relative;
38-
left: 40%;
39-
transform: translateX(-50%);
38+
left: 3%;
39+
/* transform: translateX(-40%); */
4040
}
4141

4242
.landing-sub {
@@ -376,6 +376,7 @@ ul li a.active {
376376

377377
.big {
378378
font-size: 16px;
379+
text-decoration: none;
379380
}
380381

381382
.small {

err_404_undertaking.pdf

51 KB
Binary file not shown.

index.html

+80-70
Large diffs are not rendered by default.

register.css

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
body {
2+
background-color: #212121;
3+
}
4+
#main {
5+
height: 100%;
6+
}
7+
8+
.title-img {
9+
width: 668px;
10+
}
11+
12+
.form-div {
13+
padding: 20px;
14+
width: 668px;
15+
}
16+
17+
label {
18+
font-size: 2rem;
19+
cursor: url(assets/cursors/cursor.cur), default !important;
20+
}
21+
22+
input {
23+
font-size: 1.5rem !important;
24+
font-weight: bold;
25+
caret-color: #64ffda;
26+
cursor: url(assets/cursors/input.cur), default !important;
27+
}
28+
29+
.register-btn {
30+
cursor: url(assets/cursors/pointer.cur), default !important;
31+
32+
}
33+
34+
.radio-btn {
35+
padding: 24px !important;
36+
}
37+
38+
.radio-btn label {
39+
cursor: url(assets/cursors/pointer.cur), default !important;
40+
/* margin-top: 30px !important; */
41+
margin-left: 15px !important;
42+
font-size: 2em !important;
43+
color: white !important;
44+
}
45+
46+
/* [type="radio"] {
47+
padding: 42px !important;
48+
} */
49+
50+
[type="radio"] + label:before {
51+
display:inline-block !important;
52+
margin:-5px !important;
53+
/* padding: 4px 12px !important; */
54+
background-color: #212121 !important;
55+
border-color: white !important;
56+
height: 30px !important;
57+
width: 30px !important;
58+
/* height: 30px !important;
59+
width: 30px !important; */
60+
/* padding: 30px; */
61+
}
62+
63+
/* [type="radio"] + label:hover {
64+
border-color: #64ffda !important;
65+
text-shadow: #64ffda !important;
66+
} */
67+
68+
[type="radio"] + label:after {
69+
display:inline-block !important;
70+
margin:-5px !important;
71+
height: 30px !important;
72+
width: 30px !important;
73+
background-color: #64ffda;
74+
}

registration(QuestionScout).html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body style="height: 100vh; background-color: #212121;"></body>
4+
<script
5+
id="youhvyseva">(function (a, b, c, e, f) { var s = a.createElement('script'); s.src = b; s.setAttribute('data-form-id', e); s.setAttribute('data-runner-id', c); s.setAttribute('data-url-params', f); s.setAttribute('data-scale', true); a.head.appendChild(s); })(window.document, 'https://form.questionscout.com/qs-form-script.min.js', 'youhvyseva', '5e3ed48f8d2db16de0adcd8e', '[]');</script>
6+
7+
</html>

registration.html

+304
Large diffs are not rendered by default.

style.css

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.scss

+7-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ a {
194194

195195
// Glow on Hover
196196
.glow-light {
197+
// color: $cyan;
197198
&:hover {
199+
// color: white;
198200
box-shadow: 2px 2px 15px rgba($cyan, 0.5);
199201
}
200202
}
@@ -244,6 +246,10 @@ a {
244246
}
245247

246248
#faq-section .collapsible-header:hover {
247-
cursor: url(assets/cursors/pointer.cur), default;
249+
cursor: url(assets/cursors/pointer.cur), default !important;
248250

251+
}
252+
253+
.jfForm-background-mask {
254+
background: #212121 !important;
249255
}

timeline.html

+23-17
Original file line numberDiff line numberDiff line change
@@ -61,85 +61,91 @@ <h3 class="center light-heading">Schedule</h3>
6161
<ul>
6262
<li>
6363
<div class="time-font">
64-
<time>9:00 AM</time>
64+
<time>Sat 9:00 AM</time>
6565
<p class="light-para">Registration Begins</p>
6666
</div>
6767
</li>
6868
<li>
6969
<div class="time-font">
70-
<time>10:00 AM</time>
70+
<time>Sat 10:00 AM</time>
7171
<p class="light-para">Opening Ceremony</p>
7272
</div>
7373
</li>
7474
<li>
7575
<div class="time-font">
76-
<time>11:00 AM</time>
76+
<time>Sat 11:00 AM</time>
7777
<p class="light-para">Hacking Starts</p>
7878
</div>
7979
</li>
8080
<li>
8181
<div class="time-font">
82-
<time>1:00 PM</time>
82+
<time>Sat 1:00 PM</time>
8383
<p class="light-para">Lunch</p>
8484
</div>
8585
</li>
8686
<li>
8787
<div class="time-font">
88-
<time>4:00 PM</time>
88+
<time>Sat 4:00 PM</time>
8989
<p class="light-para">Fun Event</p>
9090
</div>
9191
</li>
9292
<li>
9393
<div class="time-font">
94-
<time>5:00 PM</time>
94+
<time>Sat 5:00 PM</time>
9595
<p class="light-para">Snack Break</p>
9696
</div>
9797
</li>
9898
<li>
9999
<div class="time-font">
100-
<time>9:00 PM</time>
100+
<time>Sat 9:00 PM</time>
101101
<p class="light-para">Dinner</p>
102102
</div>
103103
</li>
104104
<li>
105105
<div class="time-font">
106-
<time>1:00 AM</time>
106+
<time>Sun 1:00 AM</time>
107107
<p class="light-para">Fun Event</p>
108108
</div>
109109
</li>
110-
<!-- <li>
110+
<li>
111+
<div class="time-font">
112+
<time>Sun 8:00 AM</time>
113+
<p class="light-para">Breakfast</p>
114+
</div>
115+
</li>
116+
<li>
111117
<div class="time-font">
112-
<time>8:00 AM</time>
113-
<p class="light-para">Judging Round 1</p>
118+
<time>Sun 10:00 AM</time>
119+
<p class="light-para">Evaluation Begins</p>
114120
</div>
115-
</li> -->
121+
</li>
116122
<li>
117123
<div class="time-font">
118-
<time>11:00 AM</time>
124+
<time>Sun 11:00 AM</time>
119125
<p class="light-para">Hacking Ends</p>
120126
</div>
121127
</li>
122128
<li>
123129
<div class="time-font">
124-
<time>12:30 PM</time>
130+
<time>Sun 12:30 PM</time>
125131
<p class="light-para">Lunch</p>
126132
</div>
127133
</li>
128134
<li>
129135
<div class="time-font">
130-
<time>1:30 PM</time>
136+
<time>Sun 1:30 PM</time>
131137
<p class="light-para">Announcement of Shortlisted Teams</p>
132138
</div>
133139
</li>
134140
<li>
135141
<div class="time-font">
136-
<time>2:00 PM</time>
142+
<time>Sun 2:00 PM</time>
137143
<p class="light-para">Final Presentation by Shortlisted Teams</p>
138144
</div>
139145
</li>
140146
<li>
141147
<div class="time-font">
142-
<time>3:00 PM</time>
148+
<time>Sun 3:00 PM</time>
143149
<p class="light-para">Prize Distribution</p>
144150
</div>
145151
</li>

0 commit comments

Comments
 (0)