forked from atharva-18/IEEE-DJSCE-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
landing-page.html
264 lines (261 loc) · 12.7 KB
/
landing-page.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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="./assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
IEEE Brainwaves
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
<!-- CSS Files -->
<link href="./assets/css/material-kit.css?v=2.2.0" rel="stylesheet" />
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="./assets/demo/demo.css" rel="stylesheet" />
<link href="./assets/demo/vertical-nav.css" rel="stylesheet" />
</head>
<body class="landing-page sidebar-collapse">
<nav class="navbar navbar-color-on-scroll navbar-transparent fixed-top navbar-expand-lg " color-on-scroll="100" id="sectionsNav">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="./landing-page.html">
IEEE Brainwaves. </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="https://twitter.com/IEEEBrainwaves" class="nav-link" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="nav-item">
<a href="https://www.facebook.com/ieeebrainwaves.dj/" class="nav-link" target="_blank">
<i class="fa fa-facebook-square"></i>
</a>
</li>
<li class="nav-item">
<a href="https://www.instagram.com/ieee_djscoe/" class="nav-link" target="_blank">
<i class="fa fa-instagram"></i>
</a>
</li>
<li class="nav-item">
<a href="https://www.linkedin.com/in/ieee-brainwaves-245b0397/" class="nav-link" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
<li class="dropdown nav-item">
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown">
<i class="material-icons">view_day</i> Navigate
</a>
<div class="dropdown-menu dropdown-with-icons">
<a href="./committee.html" class="dropdown-item">
<i class="material-icons">people</i> Committee
</a>
<a href="./sections.html#features" class="dropdown-item">
<i class="material-icons">public</i> Events
</a>
<a href="./sections.html#blogs" class="dropdown-item">
<i class="material-icons">amp_stories</i> Blogs
</a>
<a href="./sections.html#teams" class="dropdown-item">
<i class="material-icons">people</i> Teams
</a>
<a href="./sections.html#projects" class="dropdown-item">
<i class="material-icons">assignment</i> Industrial Visits
</a>
<a href="./sections.html#pricing" class="dropdown-item">
<i class="material-icons">dashboard</i> Gallery
</a>
<a href="./sections.html#testimonials" class="dropdown-item">
<i class="material-icons">face</i> Mentorship Program
</a>
<a href="./sections.html#contactus" class="dropdown-item">
<i class="material-icons">info</i> About Us
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class="header-3">
<!-- Carousel Card -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" style="background-image: url('./assets/img/bg7.jpg');">
<div class="carousel-item active">
<div class="page-header header-filter">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto text-center">
<h1 class="title">IEEE DJSCE</h1>
<h5>Estd. 1997</h5>
<h4>We believe in leveraging technology for a better tomorrow.</h4>
<br>
<div class="buttons">
<a href="#pablo" class="btn btn-primary btn-lg" style="background-color: #00629B;">
About Us
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="page-header header-filter">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto text-center">
<h1 class="title">Connect with us on</h1>
<br>
<div class="buttons">
<a href="https://twitter.com/IEEEBrainwaves" class="btn btn-just-icon btn-white btn-link btn-lg" target="_blank">
<i class="fa fa-twitter"></i>
</a>
<a href="https://www.facebook.com/ieeebrainwaves.dj/" class="btn btn-just-icon btn-white btn-link btn-lg" target="_blank">
<i class="fa fa-facebook-square"></i>
</a>
<a href="https://www.linkedin.com/in/ieee-brainwaves-245b0397/" class="btn btn-just-icon btn-white btn-link btn-lg" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
<a href="https://www.linkedin.com/in/ieee-brainwaves-245b0397/" class="btn btn-just-icon btn-white btn-link btn-lg" target="_blank">
<i class="fa fa-instagram"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="page-header header-filter">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto text-center">
<h1 class="title">Mentorship Program</h1>
<h4>Meet our mentors for the year 2020</h4>
<br>
<div class="buttons">
<a href="#pablo" class="btn btn-primary btn-lg">
Mentors
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<i class="material-icons">keyboard_arrow_left</i>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<i class="material-icons">keyboard_arrow_right</i>
<span class="sr-only">Next</span>
</a>
</div>
<!-- End Carousel Card -->
</div>
<!-- ********* END HEADER 3 ********* -->
<!-- <div class="main main-raised"> -->
<div class="cd-section" id="features">
<div class="container">
<div class="section text-center">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Upcoming Events</h2>
<h5 class="description">This is the paragraph where you can write more details about your product. Keep you user engaged by providing meaningful information. Remember that by this time, the user is curious, otherwise he wouldn't scroll to get here. Add a button if you want the user to see more.</h5>
</div>
</div>
<div class="features">
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-info">
<i class="material-icons">chat</i>
</div>
<h4 class="info-title">RoboWars</h4>
<p>Divide details about your product or agency work into parts. Write a few lines about each one. A paragraph describing a feature will be enough.</p>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-success">
<i class="material-icons">verified_user</i>
</div>
<h4 class="info-title">IEEE Week</h4>
<p>Divide details about your product or agency work into parts. Write a few lines about each one. A paragraph describing a feature will be enough.</p>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger">
<i class="material-icons">fingerprint</i>
</div>
<h4 class="info-title">Interviews</h4>
<p>Divide details about your product or agency work into parts. Write a few lines about each one. A paragraph describing a feature will be enough.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-default">
<div class="container">
<div class="copyright float-center">
©
<script>
document.write(new Date().getFullYear())
</script>, made with <i class="material-icons">favorite</i> by the IEEE Brainwaves Infotech Team.</a>
</div>
</div>
</footer>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="./assets/js/core/bootstrap-material-design.min.js" type="text/javascript"></script>
<script src="./assets/js/plugins/moment.min.js"></script>
<!-- Plugin for the Datepicker, full documentation here: https://github.com/Eonasdan/bootstrap-datetimepicker -->
<script src="./assets/js/plugins/bootstrap-datetimepicker.js" type="text/javascript"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="./assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
<!-- Google Maps Plugin -->
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
<!-- Plugin for Tags, full documentation here: https://github.com/bootstrap-tagsinput/bootstrap-tagsinputs -->
<script src="./assets/js/plugins/bootstrap-tagsinput.js"></script>
<!-- Plugin for Select, full documentation here: http://silviomoreto.github.io/bootstrap-select -->
<script src="./assets/js/plugins/bootstrap-selectpicker.js" type="text/javascript"></script>
<!-- Plugin for Fileupload, full documentation here: http://www.jasny.net/bootstrap/javascript/#fileinput -->
<script src="./assets/js/plugins/jasny-bootstrap.min.js" type="text/javascript"></script>
<!-- Plugin for Small Gallery in Product Page -->
<script src="./assets/js/plugins/jquery.flexisel.js" type="text/javascript"></script>
<!-- Plugins for presentation and navigation -->
<script src="./assets/demo/modernizr.js" type="text/javascript"></script>
<script src="./assets/demo/vertical-nav.js" type="text/javascript"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Js With initialisations For Demo Purpose, Don't Include it in Your Project -->
<script src="./assets/demo/demo.js" type="text/javascript"></script>
<!-- Control Center for Material Kit: parallax effects, scripts for the example pages etc -->
<script src="./assets/js/material-kit.js?v=2.2.0" type="text/javascript"></script>
</body>
</html>