-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodeadept17.html
More file actions
123 lines (79 loc) · 4.35 KB
/
codeadept17.html
File metadata and controls
123 lines (79 loc) · 4.35 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="images/capture.jpg" type="png" sizes="20x20">
<title>CodeAdept'17</title>
<meta charset="utf-8">
<link rel="icon" href="images/codeadept-logo.png" type="png" sizes="30x30">
<title>Stellar</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Flamenco" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="main123.cs">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/codeadept17.css">
<link href="https://fonts.googleapis.com/css?family=Economica" rel="stylesheet">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<link rel="icon" href="favicon.png" type="image/x-icon">
<style type="text/css">
body{
margin: 0px;
padding: 0px;
}
</style>
</head>
<body style="
width: 100%;
height: 100%;
background-image: url('./images/matte.jpg');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;"
>
<div class="codeadept17-body" style="">
<section>
<video autoplay loop controls id="myMainVideo" >
<source src="video/codeadept17main.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<a href="index.html" style="text-decoration: none;"> <h1 style="font-family: 'century gothic';
font-size:25px;
font-weight: 900;
text-align: center;
letter-spacing: 1.5px;
line-height: 0.5;
margin-top: 7%;">
CODE ADEPT'<span style="color: red" >17</span>
</h1></a>
<p class="p-code-adept-17"><br>
With the changes taking place in the campus recruitments, it's high time that you get your skills sharpened! <br>
IT Dept. of UIT RGPV, brings before you a coding contest "CodeAdept" to calm your frenzied minds. <br>
CodeAdept is the core technical event that is solely organisd by the Department of Information Technology which has now became a legacy. This is one of those coding events which makes you dive in the ocean of programming languages and tends the coders to ameliorate their ability of programming. <br>
CodeAdept 2017 was a very successfull event under the guidance of Dr.Roopam Gupta, Dr.Asmita Moghe, Dr.Anjana Pandey and Dr.Sachin Goyal and under the mentorship of Mr.Vikas Rohit and Mr.Dhananjay Bisen. <br>
The major branches involved were IT, CSE, EC and MCA who participated with enthusiasm and made the event a grand success. <br>
<strong style="color: yellow" >This year again Codeadept 2.0 is back with the same enthrilling trail and hoping the same response as the last year. So get registered, reserve your seats and unleash your geek within and get certified.</strong><br><br>
<span class="winner-names"> The winner of CodeAdept'17 were:<br>
1.Suchit Yadav(7th Sem, CSE)<br>
2.Sneha Mishra(Passed Out,IT)<br>
3.Chitransh Vishwakarma(3rd sem, CSE)</span><br><br>
<center><a style="text-decoration: none;" href="index.html" class="btn g-btn-1 animated slideInUp">Home</a></center>
</p>
</section>
</div>
</body>
</html>