forked from aneeshnema/eclub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
266 lines (262 loc) · 13.8 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
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
265
266
<!doctype html>
<html lang="en">
<head>
<title>The Electronics Club</title>
<!-- Required meta class="nav-link" tags -->
<meta class="nav-link" charset="utf-8">
<meta class="nav-link" name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="css/home.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/solid.css" integrity="sha384-TbilV5Lbhlwdyc4RuIV/JhD8NR+BfMrvz4BL5QFa2we1hQu6wvREr3v6XSRfCTRp"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/regular.css" integrity="sha384-avJt9MoJH2rB4PKRsJRHZv7yiFZn8LrnXuzvmZoD3fh1aL6aM6s0BBcnCvBe6XSD"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/brands.css" integrity="sha384-7xAnn7Zm3QC1jFjVc1A6v/toepoG3JXboQYzbM0jrPzou9OFXm/fY6Z/XiIebl/k"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/fontawesome.css" integrity="sha384-ozJwkrqb90Oa3ZNb+yKFW2lToAWYdTiF1vt8JiH5ptTGHTGcN7qdoR1F95e0kYyG"
crossorigin="anonymous">
<style>
.blog-content {
max-height: 100px;
overflow: hidden;
position: relative;
}
#blogposts {
overflow-x: hidden;
}
.blog-content:after {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
content: "";
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
width: 100%;
height: 4em;
}
.blog-content>figure>img {
width: 100%;
}
.modal-body>figure>img {
width: 100%;
}
.modal-body>figure>figure>img {
width: 100%;
}
@media only screen and (min-width: 600px) {
.mybeautifulclass {
max-height: 10em;
overflow: hidden;
}
.blog-content {
font-size: 0.7em;
}
.cute-btn {
padding-left: 3em;
padding-right: 3em;
}
}
@media only screen and (max-width: 600px) {
.card:hover {
transform: scale(1.0) !important;
}
.display-3 {
font-size: 4em;
}
.cute-btn {
display: block;
width: 100%;
text-align: center;
border-radius: 0px !important;
}
}
.cute-btn {
border-radius: 0px !important;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
</style>
</head>
<body>
<div class="container-fluid parallax" id="main">
<div class="overlay" id="mainOverlay">
<nav class="navbar navbar-expand-sm navbar-light container">
<a class="navbar-brand text-white" href="index.html">IIT INDORE</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item mr-5">
<a class="naav" href="index.html">HOME</a>
</li>
<li class="nav-item mr-5">
<a class="naav" href="projects.html">PROJECTS</a>
</li>
<li class="nav-item mr-5">
<a class="naav" href="events.html">EVENTS</a>
</li>
<li class="nav-item">
<a class="naav" href="team.html">ABOUT US</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<h1 class="display-3 text-white" style="padding-top: 1.5em">THE
<br>ELECTRONICS CLUB</h1>
<hr class="bg-white">
<h2 class="display-5" style="padding-bottom: 1em">Potential. Passion. Technology</h2>
<p class="text-white" style="font-family: 'Open Sans', sans-serif;font-size: 1.25em;padding-bottom: 5em;font-weight: 500">Realising Innovations since 2013</p>
<!-- https://www.logoorbit.com/industry/technology/technology-slogans -->
</div>
</div>
</div>
<div class="bg-dark" id="blogposts">
<div class="container">
<svg width="42" height="14">
<rect width="48" height="12" fill="white"></rect>
</svg>
<h1 class="display-3 text-white">From The Blog</h1>
<blog-component-modal v-for="post in posts" :post="post"></blog-component-modal>
<div class="row" id="blog" style="justify-content: center;">
<blog-component v-for="post in posts" v-if="posts.length" :post="post"></blog-component>
<img style="width:25%" v-if="!posts.length" src="img/loading.svg" alt="">
</div>
<div class="row">
<div class="col-md-3 offset-md-10">
<br>
<a target="_blank" href="https://medium.com/elecclub-iit-indore/" class="btn btn-primary btn-lg cute-btn">See More</a>
</div>
</div>
<!--<div class="row">-->
<!--<div class="col-lg-4" v-on:click="openblog(4)">-->
<!--<div class="card">-->
<!--<img class="card-img-top" src="img/home/blog/ImageProcessingNemathMedium.png" alt="">-->
<!--<div class="card-body">-->
<!--<h3 class="card-title">A brief Introduction to Computer Vision Technology</h3>-->
<!--<p class="card-text">Computer vision is the process of using machines to understand and analyze visual content. While the algorithms have been around in various forms since the 1960’s, recent advances......-->
<!--<i class="align-text-bottom fas fa-external-link-alt"></i>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--[> <div class="col-lg-4" v-on:click="openblog(1)"> <]-->
<!--<div class="col-lg-4">-->
<!--<div class="card">-->
<!--<img class="card-img-top" src="img/home/blog/2.png" alt="">-->
<!--<div class="card-body">-->
<!--<h3 class="card-title">Stay tuned....</h3>-->
<!--<p class="card-text">for more such articles</p>-->
<!--[> <i class="align-text-bottom fas fa-external-link-alt"></i> <]-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!-- <div class="col-lg-4" v-on:click="openblog(2)">
<div class="card">
<img class="card-img-top" src="img/home/blog/3.png" alt="">
<div class="card-body">
<h3 class="card-title">Make-a-thon 2k18</h3>
<p class="card-text">A test of your understanding in field of electronics. We challenged participants for one complete day to yield upto the problem statements we presented. The contestants were exceptionally creative and innovative. It was lot of fun on 29th March 2018</p>
<i class="align-text-bottom fas fa-external-link-alt"></i>
</div>
</div>
</div> -->
<!--</div>-->
</div>
</div>
<div class="container-fluid parallax" id="secondary">
<div class="overlay" id="secondaryOverlay">
<div class="container">
<svg width="42" height="14">
<rect width="48" height="12" fill="rgb(0, 150, 182)"></rect>
</svg>
<h1 class="display-3 text-dark">Events</h1>
<div id="carouselId" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselId" data-slide-to="0" class="active"></li>
<li data-target="#carouselId" data-slide-to="1"></li>
<li data-target="#carouselId" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<!-- <img class="img-fluid" src="/img/home/events/1.jpg" alt="First slide"> -->
<img class="img-fluid" src="img/home/events/computer-vision-1.jpg" alt="First slide">
<div class="carousel-caption">
<h3 class="display-3">Workshop on Beginner to Advanced Computer Vision Based Sensing</h3>
<p>A 14 Day workshop which started from 8th of July 2018. Covered the basics of image analysis, with due emphasis on both theory and practical
</p>
</div>
</div>
<div class="carousel-item">
<!-- <img class="img-fluid" src="/img/home/events/2.jpg" alt="Second slide"> -->
<img class="img-fluid" src="img/home/events/EC1.jpg" alt="Second slide">
<div class="carousel-caption">
<h3 class="display-3">Basic Electronics Workshop</h3>
<p>3 Day event on Basic Electronics conducted from 25th March 2018 to get you started on the world of Electronics. There are tutorial and DIY sessions to give you hands-on experience. We covered all things from Soldering to common ICs
</p>
</div>
</div>
<div class="carousel-item">
<!-- <img class="img-fluid" src="/img/home/events/3.jpg" alt="Third slide"> -->
<img class="img-fluid" src="img/home/events/EC2.jpg" alt="Third slide">
<div class="carousel-caption">
<h3 class="display-3">Make-a-thon 2k18</h3>
<p>The test of your understanding in field of electronics. We challenged participants for one complete day to yield upto the problem statements we presented. The contestants were exceptionally creative and innovative. It was lot of fun on 29th March 2018
</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselId" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselId" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white py-1" id="footer">
<div class="container">
<h3 class="py-2">Connect with us: The Electronics Club, IIT Indore</h3>
<ul class="list-inline">
<li class="list-inline-item pb-3">
<a target="_blank" href="https://github.com/ElecClub-IIT-Indore">
<i class="fab fa-github"></i>
<p class="pl-2">view our work</p>
</a>
</li>
<li class="list-inline-item pb-3">
<a target="_blank" href="https://www.facebook.com/iitielectronicsclub/?fb_dtsg_ag=AdwYovTMpA7Fb_csPJSNN505VX_-1_6_v_9n8-x_BOSGfw%3AAdwPTt2wk2cmcRQIfAyWEPH8kFMjh4-RURkEsRxa3h8aCw">
<i class="fab fa-facebook"></i>
<p class="pl-2">follow us on facebook</p>
</a>
</li>
<li class="list-inline-item pb-3">
<a target="_blank" href="docs/SponsorshipProposal.pdf">
<i class="far fa-file"></i>
<p class="pl-2">interested in sponsoring us?</p>
</a>
</li>
<li class="list-inline-item pb-3">
<a href="mailto:[email protected]">
<i class="far fa-envelope"></i>
<p class="pl-2">[email protected]</p>
</a>
</li>
</ul>
</div>
</div>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="vendor/vue/vue.js"></script>
<script src="js/home.js"></script>
<script src="js/blog.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.js"></script>
</body>
</html>