-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
206 lines (164 loc) · 7.71 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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<html>
<head>
<title>
Councelling
</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<script type="text/javascript" src="js/main.js"></script>
<meta charset="utf-8">
<meta name="keywords" content="Councelling,councelling,universities,interance,result,MCA,MBA,BBA,B.tech.,M.tech.">
<meta name="description" content="Councelling of students for universities and collages.">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
</head>
<body>
<!--Header section -->
<header>
<div id="upper-div">
<!--Website logo with login-->
<div id="topbar">
<a href="index.html"> <img id="logo" src="images/councelling2.png"></a>
<div id="signin-div" class="topbar-section">
<img id="signin-image" src="images/signin-logo.png">
<span id="signin-text"><a href="Student-login.html">Log in</a></span>
</div>
<div class="topbar-section topbar-menu">
<a href="news.html"> News</a>
</div>
<div class="topbar-section topbar-menu" >
<a href="top.html"> Top universities</a>
</div>
<div class="topbar-section topbar-menu">
<a href="courses.html"> Courses </a>
</div>
<div class="topbar-section topbar-menu">
<a href="about.html"> About Ipseity</a>
</div>
</div>
</div>
<div class="clear"></div>
<div id="menu-bar-container">
<div id="menu-bar">
<h1>A platform that connect you to future.</h1>
<img id="local-news" src="images/counselling-services-in-nigeria.png" >
</div>
<div class="clear"></div>
<div id="menu-bar-2-container">
<div id="menu-bar-2">
<a href="finance.html">Finance services</a>
<a href="travel.html">Travel support</a>
<a href="meet_a_guid.html">Meet a guide</a>
<a href="contacts.html">Contact Us</a>
</div>
</div>
</div>
</header>
<!-- Banner OR Content-->
<div class="contact_rsvp">
<div class="container">
Become a champion in the making<br> and we will help you get what you deserve
</div>
</div>
<!--University section, QUOTE SECTION -->
<div id="quote">
<div id="qoute_img">
<img src="images/victory.png" id="img-victory">
</div>
<div id="quote_text">
<p id="para"><q>
You can't stop the future,You can't rewind the past,
The only way to learn the secret is to press play and work today.
We work with you today so that others can work for you tomorrow.
lets work together to make the future promising and worth living.
</q>
</p>
</div>
</div>
<!-- Top ranking institute's information and video. -->
<div class="youtube_video_area">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-xl-3">
<div class="single_video">
<div class="thumb2">
<img src="images/vit.png" alt="">
</div>
<div class="hover_elements">
<div class="video">
<a class="popup-video" href="https://www.youtube.com/watch?v=wtspwYvxeQc">
<i class="fa fa-play"></i>
</a>
</div>
<div class="hover_inner">
<span>Rankeing: 1<sup>st</sup></span>
<h3><a href="#">VIT University,Vellore</a></h3>
</div>
</div>
</div>
</div>
<div class="col-xl-3 ">
<div class="single_video">
<div class="thumb2">
<img src="images/iit-bombey.png" alt="">
</div>
<div class="hover_elements">
<div class="video">
<a class="popup-video" href="https://www.youtube.com/watch?v=Z50ZJSrsdBQ">
<i class="fa fa-play"></i>
</a>
</div>
<div class="hover_inner">
<span>Ranked: 2<sup>nd</sup></span>
<h3><a href="#">IIT,Bombey</a></h3>
</div>
</div>
</div>
</div>
<div class="col-xl-3 ">
<div class="single_video">
<div class="thumb2">
<img src="images/vit-chennai.png" alt="">
</div>
<div class="hover_elements">
<div class="video">
<a class="popup-video" href="https://www.youtube.com/watch?v=8CdvckrShAw">
<i class="fa fa-play"></i>
</a>
</div>
<div class="hover_inner">
<span>Ranked: 3<sup>rd</sup></span>
<h3><a href="#">VIT University,Chennai</a></h3>
</div>
</div>
</div>
</div>
<div class="col-xl-3 ">
<div class="single_video">
<div class="thumb2">
<img src="images/iit-madras.png" alt="">
</div>
<div class="hover_elements">
<div class="video">
<a class="popup-video" href="https://www.youtube.com/watch?v=fh9P8CKWNeM">
<i class="fa fa-play"></i>
</a>
</div>
<div class="hover_inner">
<span>Randed: 4<sup>th</sup></span>
<h3><a href="#">IIT, Madras</a></h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer section -->
<footer>
<div id="footer_div">
<CENTER><nav><a href="contacts.html">Contacts</a>
<a href="about.html">About Us</a>
</nav></CENTER>
</div>
</footer>
</body>
</html>