Skip to content

Commit dfc4b3b

Browse files
authored
Add files via upload
1 parent 74258ce commit dfc4b3b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1621
-0
lines changed

css/main.css

Lines changed: 922 additions & 0 deletions
Large diffs are not rendered by default.

css/responsive.css

Lines changed: 263 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,263 @@
1+
@media(max-width: 768px){
2+
.header .nav .head {
3+
display: block;
4+
}
5+
6+
.header {
7+
width: 100%;
8+
left: -100%;
9+
}
10+
11+
.content.active {
12+
left: 100%;
13+
}
14+
15+
body.active {
16+
overflow: hidden;
17+
}
18+
19+
.hamburger img {
20+
height: 20px;
21+
}
22+
23+
.appteam-logo img {
24+
height: 40px;
25+
width: 35px;
26+
}
27+
28+
.github-home-icon {
29+
width: 70px;
30+
padding-right: 0px;
31+
}
32+
33+
.frame5 {
34+
padding: 100px 0px;
35+
}
36+
37+
.frame5 .sponsor-icons {
38+
width: 90%;
39+
}
40+
41+
.sponsor-icons .sponsor-icon img {
42+
width: 80%
43+
}
44+
45+
.sponsor-icons .sponsor-icon {
46+
width: 49%;
47+
padding: 5px;
48+
}
49+
50+
.sponsor-icons .sponsor-icon.main-sponsor {
51+
width: 100%;
52+
display: block;
53+
text-align: center;
54+
}
55+
56+
.sponsor-icons .sponsor-icon.main-sponsor img {
57+
width: 50%;
58+
height: auto;
59+
}
60+
61+
.faq {
62+
font-size: 0.8em;
63+
}
64+
65+
.frame6 {
66+
padding: 40px 0px;
67+
}
68+
69+
.frame2 .name, .frame3 .name, .frame4 .name {
70+
font-size: 1.7em;
71+
}
72+
73+
.frame4 .img-back-left, .frame2 .img-back-left {
74+
width: 400px;
75+
top: 5%;
76+
}
77+
78+
.frame4 .img-back-right, .frame2 .img-back-left {
79+
top: 40%;
80+
right: -10%;
81+
}
82+
83+
.frame3 .track-icons {
84+
width: 70%;
85+
}
86+
87+
.frame3 .a-track {
88+
width: 100%;
89+
}
90+
91+
.frame3 .track-name {
92+
font-size: 1em;
93+
}
94+
95+
.frame4-right {
96+
left: 0px;
97+
}
98+
99+
.sponsor-icons .sponsor-icon.dev-icon img {
100+
width: 90%;
101+
}
102+
103+
.prize {
104+
width: 90%;
105+
margin: 5%;
106+
}
107+
}
108+
109+
@media(max-width: 949px){
110+
.frame1 {
111+
height: auto;
112+
}
113+
114+
.frame1-left {
115+
position: relative;
116+
width: 100%;
117+
height: auto;
118+
text-align: center;
119+
margin-bottom: 80px;
120+
}
121+
122+
.frame1-left .content {
123+
text-align: center;
124+
transform: none;
125+
}
126+
127+
.frame1-right {
128+
position: relative;
129+
width: 100%;
130+
height: auto;
131+
padding-top: 80px;
132+
text-align: center;
133+
}
134+
135+
.frame1-right img {
136+
position: static;
137+
width: 60%;
138+
transform: none;
139+
}
140+
141+
.frame2-left, .frame4-left {
142+
position: relative;
143+
width: 100%;
144+
height: auto;
145+
padding: 0px 10px;
146+
}
147+
148+
.frame1-left .name {
149+
font-size: 2em;
150+
}
151+
152+
.frame1-left .date {
153+
font-size: 1em;
154+
}
155+
156+
.sponsor-name {
157+
font-size: 1.2em;
158+
}
159+
160+
.frame2-right, .frame4-right {
161+
position: relative;
162+
width: 100%;
163+
height: auto;
164+
padding: 0px;
165+
left: 0px;
166+
}
167+
168+
.frame2-left img, .frame4-left img {
169+
position: static;
170+
transform: none;
171+
}
172+
173+
.frame2 .img-back-left, .frame4 .img-back-left {
174+
top: 5%;
175+
}
176+
177+
.frame2 .img-back, .frame4 .img-back {
178+
top: 50%;
179+
width: 500px;
180+
}
181+
182+
.frame2, .frame4 {
183+
height: auto;
184+
}
185+
186+
.frame2-right {
187+
padding: 0px 20px;
188+
}
189+
190+
.frame4-right {
191+
padding-left: 30px;
192+
}
193+
194+
.frame4 .timeline {
195+
width: 100%;
196+
}
197+
198+
.frame2 .content {
199+
font-size: 1em;
200+
padding: 30px 20px;
201+
}
202+
}
203+
204+
@media(min-width: 769px) and (max-width: 949px){
205+
.fullOverlay.active {
206+
display: block;
207+
opacity: 1;
208+
}
209+
210+
.header {
211+
width: 30%;
212+
left: -30%;
213+
}
214+
215+
.content.active {
216+
left: 30%;
217+
filter: blur(1px);
218+
}
219+
220+
body.active {
221+
overflow: hidden;
222+
}
223+
224+
.frame3 .a-track {
225+
width: 40%;
226+
margin-left: 2.5%;
227+
margin-right: 2.5%;
228+
}
229+
230+
.frame3 .track-icons {
231+
width: 70%;
232+
}
233+
234+
.frame3 .track-name {
235+
font-size: 1em;
236+
}
237+
238+
.prize {
239+
width: 45%;
240+
margin: 2.5%;
241+
}
242+
}
243+
244+
@media(min-width: 950px){
245+
.fullOverlay.active {
246+
display: block;
247+
opacity: 1;
248+
}
249+
250+
.header {
251+
width: 25%;
252+
left: -25%;
253+
}
254+
255+
.content.active {
256+
left: 25%;
257+
filter: blur(1px);
258+
}
259+
260+
body.active {
261+
overflow: hidden;
262+
}
263+
}

images/Roads/ai.jpeg

9.54 KB

images/Roads/blockchain.jpeg

14.8 KB

images/Roads/general.png

14.5 KB

images/Roads/iot.jpeg

8.26 KB

images/Roads/vr.jpeg

5.42 KB

images/Roads/webapp.png

7.14 KB

images/Sponsors/coding_blocks.png

5.73 KB

images/Sponsors/hacker_earth.png

4.56 KB

images/bgd.jpg

89.8 KB

images/bgd2.jpeg

69.5 KB

images/bgd3.jpeg

7.32 KB

images/cross.png

3.51 KB

images/email.png

4.32 KB

images/fb.png

925 Bytes

images/git.png

3.76 KB

images/iitm.png

6.92 KB

images/iitmpc.jpg

31.4 KB

images/insta.jpeg

9.75 KB

images/linked.png

1.12 KB

images/logo1.PNG

58.3 KB

images/logo2.PNG

31 KB

images/logo3.png

15.6 KB

images/logo4.PNG

4.97 KB

images/menu.png

973 Bytes

images/peo1.png

3 KB

images/peo2.png

4.9 KB

images/peop1.jpeg

11.1 KB

images/peop1.png

8.1 KB

images/peop2.jpeg

36.5 KB

images/people.jpeg

14.9 KB

images/people.png

79.6 KB

images/people2.jpg

30.1 KB

images/people3.PNG

123 KB

images/people4.PNG

12.8 KB

images/people5.png

48.4 KB

images/people6.jpeg

8.5 KB

images/prizes.jpeg

17.4 KB

images/twitter.png

1.85 KB

images/winning.jpeg

8.97 KB

0 commit comments

Comments
 (0)