-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (104 loc) · 4.63 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>IMG Recruitment 2020</title>
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900|Playfair+Display:700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="mainmobile.css" type="text/css">
</head>
<body>
<div class="top">
<div id="nav-bar">
<div class="left">
<img src="imglogo.png" alt="logo" width="40 vw" height="auto" class="logo"></img>
<pre class="para">Recruitment
2020
</pre>
</div>
<div class="topright">
<ul class="header">
<li><a href="./home.html">Home</a></li>
<li><a href="./main.html">About Us</a></li>
<li><a href="./main.html">Design</a></li>
<li><a href="./main.html" style="font-weight: 900;">Development</a></li>
</ul>
</div>
<div class="icon">
<img src="Hamburger_icon.svg.png" width="40em" height="40em"></img>
</div>
</div>
</div>
<div class="bod">
<div class="con" >
<div>
<div class="devbox"></div>
<div class="development">Development</div>
</div>
</div>
<div style="max-width:60% ; justify-content: center">
<div>
<div class="devbox1"></div>
<h3>First year Students</h3>
</div>
<p class="subtitle">Join the team by either of the two paths</p>
<div class="recruit">
<h2 style="font-size:24px;">Recruitment Test</h2>
<p class="content" style="line-height: 1.4rem;font-size: 0.67em;">
Test date: 13 January, 2020 06:15 PM<br>
Test venue: LHC<br>
Want to join the esteemed school of code wizardry? We shall have our recruitment test for the talented and dedicated programming magicians among you. Don’t forget to brush up your HTML, CSS, JS and PHP spells. Logic is always helpful though. ;)
</p>
</div>
<div class="winter">
<h2 style="font-size:24px;font-family: Nunito Sans;">Winter Assignments</h2>
<div class="col">
<div>
<h6 style="font-size:20px;padding-right: 20px;font-family: Nunito Sans;">Codeditch</h6>
<p style="color: #666666;margin-bottom: 1.4em;margin-top: 0.7em;font-size: 16.08px;padding:20px;font-family: Nunito Sans;">[Submissions Closed] <br>
Try your hands on the coding wizardry’s annual challenge Codeditch and cast all your developer spells while gliding on your keyboards. This major assignment is the rulebook for an interesting and useful major project which you can try this winter and gain some real hands-on experience at web development.
</p>
</div>
<div class="o"><div class="lin"></div><div class="or">OR</div><div class="lin"></div></div>
<div>
<br>
<h6 style="font-size:20px;padding-left:20px;font-family: Nunito Sans;">Little Horcruxes</h6>
<p style="color: #666666;margin-bottom: 1.4em;margin-top: 0.7em;font-size: 16.08px;padding:20px;font-family: Nunito Sans;">[Submissions Closed] <br>
You want to get into the game, but prefer it slow? Show your programming magic to finish these little Horcruxes and destroy the-bugs-which-must-not-be-named. These minor projects are designed to get you started in the world of dev slowly but steadily.
</p>
<img src="download.svg" alt="Dowload logo" style="width:16.08px;"></img>
<p style="display:inline;font-size: 16.08px;font-family: Nunito Sans;">Dowload problem statement</p>
</div>
</div>
</div>
<div>
<div class="devbox1"></div>
<h3>Second year Students</h3>
</div>
<div class="recruit">
<h2 style="font-size:24px">Devly Hallows (Portfolio Submission)</h2>
<p style="color: #666666;margin-bottom: 1.4em;margin-top: 0.7em;font-size: 16.08px;font-family: Nunito Sans;">[Submissions Closed]
This is no child’s play. We want some real dev magic here. Show us your portfolio to give us a glimpse of your real potential. Charm us with your Patronus and earn the Devly Hallows.
</p>
<img src="download.svg" alt="Download logo" style="width:16.08px;"></img>
<p style="display:inline;font-size: 16.08px;font-family: Nunito Sans;">Download Guidelines</p>
</div>
</div>
</div>
<footer class="foot">
<div class="footimage">
<img src="website.svg" alt="Website" width="20 vw" height="20 vw"></img>
<img src="fb.svg" alt="facebook" width="20 vw" height="20 vw"></img>
<img src="instagram.svg" alt="instagram" width="20 vw" height="20 vw"></img>
<img src="github.svg" alt="Github" width="20 vw" height="20 vw"></img>
<img src="gitter.svg" alt="gitter" width="20 vw" height="20 vw"></img>
</div>
<div class ="last">
<ul class="bottomright" style="display:inline";>
<li><a href="./main.html">About Us</a></li>
<li><a href="./main.html">Design</a></li>
<li><a href="./main.html">Development</a></li>
</ul>
</div>
</footer>
</body>
</html>