-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevelopment.html
157 lines (154 loc) · 10.8 KB
/
development.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width , initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./development.css">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/f6a1c0d875.js" crossorigin="anonymous"></script>
<script>
window.addEventListener("scroll",function(){
if(window.scrollY!=0){
document.getElementById("nav").className="nav nav-shadow";
}
})
</script>
</head>
<body>
<nav class="nav">
<div class="navbar-main-div">
<div class="nav_inner_div">
<div class="navbar_div_left">
<div class="nav_div_left_img">
<img class="logo" src="./images/imglogo.png">
</div>
<div class="nav_div_left_text">
Recruitment <br> 2020
</div>
</div>
<div class="div2">
<a class="nav-link" href="recruitment.html">HOME</a>
<a class="nav-link" href="#">ABOUT</a>
<a class="nav-link" href="#">BLOG</a>
<a class="nav-link" href="development.html"><strong>DEVELOPMENT</strong></a>
</div>
<div class="toggle">
<i style="color: black" class="fas fa-bars"></i>
</div>
<!-- <div class="div2_togglebar">
<i class="fas fa-bars"></i>
</div> -->
</div>
</div>
</nav>
<main class="home">
<section class="dev_sec1">
<div class=""><h1 style="font-size: 2em !important" class="heading">
<div class="heading_background"></div>
<div class="heading_text">Development</div>
</h1></div>
</section>
<section class="dev_sec2">
<div class="sec_container">
<div class="first-year">
<div class="heading_div"><h2 class="heading">
<div class="heading_background"></div>
<div class="heading_text">First year Students</div>
</h2></div>
<div class="sub_heading">
Join the team by either of the two paths
</div>
<div class="procedure_first_year">
<div class="recruitment">
<div class="recruitment_test_inner">
<h2 class="heading_sub">Recruitment Test</h2>
<div class="content">
Test date: <strong>13 January, 2020 06:15 PM</strong><br>
Test venue:<strong> LHC</strong><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. ;)
</div>
</div>
</div>
<div class="recruitment">
<div class="heading_sub">
Winter Assignments
</div>
<div class="content2">
<div class="asgn_1">
<div class="sub_heading_2"><h4>Codeditch</h4></div>
<strong>[Submissions Closed]</strong><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.
</div>
<div class="ruler">
<div></div>
<span>OR</span>
<div></div>
</div>
<div class="asgn_2">
<div class="sub_heading_2"><h4>Little Horcruxes</h4></div>
<strong>[Submissions Closed]</strong><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.
<a style="text-decoration: none;" href="#"><div class="download"><h4><img class="down_img" src="./images/download.svg"> Download Problem Statement</h4></div></a>
</div>
</div>
</div>
</div>
</div>
<div class="second-year">
<div class="heading_div"><h2 class="heading">
<div class="heading_background"></div>
<div class="heading_text">Second year Students</div>
</h2></div>
<div class="procedure_first_year">
<div class="recruitment">
<div class="recruitment_test_inner">
<h2 class="heading_sub">Devly Hallows (Portfolio Submission)</h2>
<div class="content">
<strong>[Submissions Closed]</strong><br>
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.
<a style="text-decoration: none;" href="#"><div class="download"><h4><img class="down_img" src="./images/download.svg"> Download Guidelines</h4></div></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<div class="site-footer">
<div class="footer_main">
<div class="footer_sub">
<div class="social_links">
<a class="social_link" href="#">
<img class="icon" src="./images/website.svg">
</a>
<a class="social_link" href="#">
<img class="icon" src="./images/instagram.svg">
</a>
<a class="social_link" href="#">
<img class="icon" src="./images/fb.svg">
</a>
<a class="social_link" href="#">
<img class="icon" src="./images/github.svg">
</a>
<a class="social_link" href="#">
<img class="icon" src="./images/gitter.svg">
</a>
</div>
<div class="navigation_link">
<a class="footer_nav_link" href="#">
ABOUT US
</a>
<a class="footer_nav_link" href="#">
DESIGN
</a>
<a class="footer_nav_link" href="#">
DEVELOPMENT
</a>
</div>
</div>
</div>
</footer>
</body>
</html>