forked from Kanishka5/Aarohan_2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvictus.html
140 lines (114 loc) · 5.2 KB
/
invictus.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css" >
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="css/events.css"/>
<title>Aarohan 2017 | Invictus</title>
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
</head>
<body>
<div id="events">
<div class="next">
</div>
<br/>
<div id="road">
</div>
<div id="heading">
<img src="images/Hoardings/Invictus.png" >
</div>
<a href="javascript:history.back()"><button id="back" class="btn btn-secondary" role="button"> Back </button></a>
<div id="walk">
<img id="bike-img" src="images/bike.png">
</div>
<div id="trigger1">
<div id="image" class="holder">
<img src="images/images-events/invictus.png"/>
</div>
</div>
<div id="wrapper-p">
<div id="popup">
<div class="popupcontrols">
<span id="popupclose">X</span>
</div>
<div class="popupcontent">
<h2 class="bold">About the Event</h2>
<p>“To be the best, you got to take on the best”. Want to test how good you would do in your
respective stream of engineering when asked to apply your knowledge in real life situations? How
would you tackle tight time constraints and enormous workload coupled with the expectations of
your employer? If you would be able to fulfill the aspirations of millions who rely upon your technical
skills for helping them sail through their daily activities? Experience Invictus. It will take you on a
journey where you will discover not only how better you have emerged as an engineer but will also
let you know your potential as a good team member and a leader.</p>
<b>No. of Rounds: 2</b>
<br>
<b>Round 1 – Preliminary</b>
<p>This is simply a question based round where the participants of all the branches and year would be
allowed to answer a set of questions from PCM of 12th level. Participants will be told to write their
engineering branch name and the other necessary personal information on the top of the question
paper. From each categories, top 5 scoring participants i.e. a total of 20 participants will be
selected who will qualify for round 2.</p>
<b>No. of members in a team: 4</b>
<br>
<b> Round 2 </b>
<p>
5 teams of 4 members each will be provided problem statements for their model based event in this round. The event names are:
</p>
The name of the events are as follows:<br/>
1. “Watch tower” <br/>
2. “Light up” <br/>
3. “Freeze it” <br/>
4. “Decode me”
<br/>
These events require the participation of 2 members from each team. The team with the maximum number of points at the end of round 2 will win th </div>
</div>
</div>
</div>
<div id="trigger2">
<div id="write-out" class="holder">
<h2 class="bold">About the Event</h2>
<p>“To be the best, you got to take on the best”. Want to test how good you would do in your
respective stream of engineering when asked to apply your knowledge in real life situations? How
would you tackle tight time constraints and enormous workload coupled with the expectations of
your employer? If you would be able to fulfill the aspirations of millions who rely upon your technical
skills for helping them sail through their daily activities? Experience Invictus. It will take you on a
journey where you will discover not only how better you have emerged as an engineer but will also
let you know your potential as a good team member and a leader.</p>
<button type="submit" id="button2" class="btn btn-primary uppercase"> Full Description </button>
<a href="registration.php" class="btn btn-primary uppercase">Register</a>
</div>
</div>
<div class="space">
</div>
<div id="trigger-w">
</div>
<div id="cloud">
<img src="images/Clouds/cloud3.png" >
<div id="text-l"><h1 >RELATED EVENTS</h1></div>
</div>
<div id="related" class="container">
<div class="row">
<div class ="col-xs-6 col-md-6 box box">
<a href="contraptions.html"><img class="" src="images/images-events/contraptions.png"></a>
</div>
<div class ="col-xs-6 col-md-6 box box">
<a href="assembler.html"><img class="" src="images/images-events/assembler.png"></a>
</div>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/preloader.js"></script>
<script src="js/TweenMax.min.js"></script>
<script src="js/ScrollMagic.min.js"></script>
<script src="js/velocity.min.js"></script>
<script src="js/animation.gsap.min.js"></script>
<script src="js/libraries.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/debug.addIndicators.min.js"></script>
<script src="js/flowtype.js"></script>
<script src="js/event.js"></script>
<script src="js/popup.js"></script>
</body>
</html>