-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
405 lines (286 loc) · 14.3 KB
/
index.html
File metadata and controls
405 lines (286 loc) · 14.3 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
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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Solve For MACE</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="header-logo">
<a href="index.html">SolveForMACE</a>
</div>
<a id="header-menu-trigger" href="#0">
<span class="header-menu-text">Menu</span>
<span class="header-menu-icon"></span>
</a>
<nav id="menu-nav-wrap">
<a href="#0" class="close-button" title="close"><span>Close</span></a>
<h3>SolveForMACE</h3>
<ul class="nav-list">
<li class="current"><a class="smoothscroll" href="#home" title="">Home</a></li>
<li><a class="smoothscroll" href="#about" title="">About</a></li>
<li><a class="smoothscroll" href="#services" title="">Initiative</a></li>
<li><a class="smoothscroll" href="#contact" title="">Contact</a></li>
</ul>
<ul class="header-social-list">
<li>
<a href="https://www.facebook.com/ieeemace/"><i class="fa fa-facebook-square"></i></a>
</li>
<li>
<a href="https://twitter.com/search?q=ieee-mace"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://www.instagram.com/ieee_mace_sb/"><i class="fa fa-instagram"></i></a>
</li>
</ul>
</nav> <!-- end #menu-nav-wrap -->
</header> <!-- end header -->
<!-- home
================================================== -->
<section id="home">
<div class="overlay"></div>
<div class="home-content-table">
<div class="home-content-tablecell">
<div class="row">
<div class="col-twelve">
<h3 class="animate-intro">Solve For MACE</h3>
<h1 class="animate-intro">
We Can Build Stunning <br>
Solutions For Our Problems
</h1>
<div class="more animate-intro">
<button class="smoothscroll button stroke" onclick="window.location.href='https://forms.gle/Qk2NQ2X42VZXad5PA'">
Submit Problem
</button>
</div>
</div> <!-- end col-twelve -->
</div> <!-- end row -->
</div> <!-- end home-content-tablecell -->
</div> <!-- end home-content-table -->
<ul class="home-social-list">
<li class="animate-intro">
<a href="https://www.facebook.com/ieeemace/"><i class="fa fa-facebook-square"></i></a>
</li>
<li class="animate-intro">
<a href="https://twitter.com/search?q=ieee-mace"><i class="fa fa-twitter"></i></a>
</li>
<li class="animate-intro">
<a href="https://www.instagram.com/ieee_mace_sb/"><i class="fa fa-instagram"></i></a>
</li>
</ul> <!-- end home-social-list -->
<div class="scrolldown">
<a href="#about" class="scroll-icon smoothscroll">
Scroll Down
<i class="fa fa-long-arrow-right" aria-hidden="true"></i>
</a>
</div>
</section> <!-- end home -->
<!-- about
================================================== -->
<section id="about">
<div class="row about-wrap">
<div class="col-full">
<div class="about-profile-bg"></div>
<div class="intro">
<h3 class="animate-this">About Us</h3>
<p class="lead animate-this"><span>Solve For MACE</span> is the new initiative of IEEE MACE SB to develop solutions for our problems by ourselves. </p>
</div>
</div> <!-- end col-full -->
</div> <!-- end about-wrap -->
</section> <!-- end about -->
<!-- about
================================================== -->
<section id="services">
<div class="overlay"></div>
<div class="gradient-overlay"></div>
<div class="row narrow section-intro with-bottom-sep animate-this">
<div class="col-full">
<h3>Initiative</h3>
<h1>What We Are Going To Do</h1>
<p class="lead">The Solve For MACE challenge comprises of four stages where we brainstorm, evaluate, share and solve. The idea of a collective well-being and ease of campus life is the ultimate output.</p>
</div> <!-- end col-full -->
</div> <!-- end row -->
<div class="row services-content">
<div class="services-list block-1-2 block-tab-full group">
<div class="bgrid service-item animate-this">
<span class="icon"><i class="icon-search"></i></span>
<div class="service-content">
<h3 class="h05">Brain Storm</h3>
<p>The idea of brainstorming is to collect the problems that we across in our day-to-day life or see while we in MACE. If you think it needs a solution open up, share it with us, we can try solving it.
</p>
</div>
</div> <!-- end bgrid -->
<div class="bgrid service-item animate-this">
<span class="icon"><i class="icon-bar-chart"></i></span>
<div class="service-content">
<h3 class="h05">Evaluate</h3>
<p>We are students, not everything can be done by ourselves. We need expert opinions and proper evaluations to see whether the problems are solvable by us. We take in opinions from Experts about our problems and list the solvables.
</p>
</div>
</div> <!-- end bgrid -->
<div class="bgrid service-item animate-this">
<span class="icon"><i class="icon-share"></i></span>
<div class="service-content">
<h3 class="h05">Share</h3>
<p>Once the list is ready to be solved, we share it back to the student community. Here we work together to come up with solutions. When many brains work together the output can be far better than we expect.
</p>
</div>
</div> <!-- end bgrid -->
<div class="bgrid service-item animate-this">
<span class="icon"><i class="icon-yes"></i></span>
<div class="service-content">
<h3 class="h05">Solve</h3>
<p>Now it's time for action, the solutions that we have found out is to be implemented. Let's all put our hands together into this cause and try to implement as much solutions as possible so we wont be facing those problems again.
</p>
</div>
</div> <!-- end bgrid -->
</div> <!-- end services-list -->
</div> <!-- end services-content -->
</section> <!-- end services -->
<!-- Testimonials Section
================================================== -->
<section id="testimonials">
<div class="row">
<div class="col-twelve">
<h2 class="animate-this">Message</h2>
</div>
</div>
<div class="row flex-container">
<div id="testimonial-slider" class="flex-slider animate-this">
<ul class="slides">
<li>
<p>
Problems are not sign to stop everything but they are guidelines. And facing issues is not indifferent. Every MACEian, both the students and faculties are going through a lot of problems. Even we are handling with engineering stuffs, most of times we don't get the energy to use it properly. Keep thinking without acting will not make any change to our MACE life. Solve for MACE is a new initiative by IEEE MACE SB which aims in seeking for the hurdles in MACE life that we are facing everyday and try to solve by providing technical support. Via finding solutions to our problems I hope IEEE MACE SB can touch the soul of every MACEian. Wishing best of luck to those who are working in both background and foreground and at the Same time requesting the support of every MACEian.
</p>
<div class="testimonial-author">
<img src="images/arya.jpg" alt="Author image">
<div class="author-info">
Arya Padman
<span class="position">Vice Chair, IEEE MACE SB</span>
</div>
</div>
</li> <!-- end slide -->
<li>
<p>
Technology has grown too much in the last couple of years. What that it does is make our life smoother, easier and beautiful. The college life is the most beautiful days in any persons life. What happens when we face problems in this life, we need solutions. How about we create solutions for ourselves, that is the point where the idea of Solve For MACE arised. It's not the first time such an idea of solving occurs, It has been there always in MACE, now we wish to expand the scale. IEEE being one of the technological pioneers, we thought it is our responsibility to come up with a methodology for this. So here we are with the idea of Solve For MACE, where we share our problems, discuss about it, find viable solutions and implement it. All that we does here is for the motto "Advancing Technology for Humanity".
</p>
<div class="testimonial-author">
<img src="images/eldhose.jpeg" alt="Author image">
<div class="author-info">
Eldhose Jose
<span>Chair, IEEE MACE SB</span>
</div>
</div>
</li> <!-- end slide -->
</ul> <!-- end slides -->
</div> <!-- end testimonial-slider -->
</div> <!-- end flex-container -->
</section> <!-- end testimonials -->
<!-- contact
================================================== -->
<section id="contact">
<div class="overlay"></div>
<div class="row narrow section-intro with-bottom-sep animate-this">
<div class="col-twelve">
<h3>Contact</h3>
<h1>Get In Touch</h1>
<p class="lead">It's quite obivios that we have doubts. Questions that arise in our minds are to be solved. Feel free to use this contact to discuss you queries or throw up you valuable suggestions</p>
</div>
</div> <!-- end section-intro -->
<div class="row contact-content">
<div class="col-twelve tab-full contact-info end animate-this">
<h5>Contact Information</h5>
<div class="cinfo">
<h6>Where to Find Us</h6>
<p>
IEEE MACE Student Branch<br>
Mar Athanasius College of Engineering<br>
686666
</p>
</div> <!-- end cinfo -->
<div class="cinfo">
<h6>Email Us At</h6>
<p>
fenyroy@ieee.org<br>
salihyoosaf@ieee.org
</p>
</div> <!-- end cinfo -->
<div class="cinfo">
<h6>Call Us At</h6>
<p>
Mobile: (+91) 99470 02404<br>
Mobile: (+91) 95679 00668
</p>
</div>
</div> <!-- end cinfo -->
</div> <!-- end row contact-content -->
</section> <!-- end contact -->
<!-- footer
================================================== -->
<footer>
<div class="footer-main">
<div class="row">
<div class="col-nine tab-full footer-about">
<h4 class="h05">Solve For MACE</h4>
<p>We need to make our life smooth and happier, what if we could make our college life more easier, smoother and happier. It's from were this idea of collective effort to solve our problems by ourselves came in. Join your hands in this effort. Let's fill MACE with wonders</p>
</div> <!-- end footer-about -->
<div class="col-three tab-full footer-social">
<h4 class="h05">Follow Us</h4>
<ul class="list-links">
<li><a href="https://www.facebook.com/ieeemace/">Facebook</a></li>
<li><a href="https://twitter.com/search?q=ieee-mace">Twitter</a></li>
<li><a href="https://www.instagram.com/ieee_mace_sb/">Instagram</a></li>
</ul>
</div> <!-- end footer-social -->
</div> <!-- end row -->
</div> <!-- end footer-main -->
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span>© Copyright IEEE MACE SB</span>
<span>Developed by <a href="http://fenyroy.github.io">Feny Roy</a></span>
</div>
</div>
</div>
</div> <!-- end footer-bottom -->
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<i class="fa fa-long-arrow-up" aria-hidden="true"></i>
</a>
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>