Commit 423cebde330af1c941f0d3b29c30f2c9f99e2ba7
1 parent
d94564a86f
Exists in
master
ui changes
Showing
9 changed files
with
97 additions
and
164 deletions
Show diff stats
assets/css/theme-color/default-theme.css
... | ... | @@ -6,9 +6,9 @@ Author URI : http://www.markups.io/ |
6 | 6 | |
7 | 7 | .mu-hero-overlay, |
8 | 8 | .mu-video-overlay { |
9 | - background-color: #EE3268;/* fallback for old browsers */ | |
10 | - background: -webkit-linear-gradient(to right, #64b3f4, #EE3268); /* Chrome 10-25, Safari 5.1-6 */ | |
11 | - background: linear-gradient(to right, #64b3f4, #EE3268); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ | |
9 | + background-color: #8a926c;/* fallback for old browsers */ | |
10 | + background: -webkit-linear-gradient(to right, #64b3f4, #57b57b); /* Chrome 10-25, Safari 5.1-6 */ | |
11 | + background: linear-gradient(to right, #00899e, #93b13f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ | |
12 | 12 | |
13 | 13 | } |
14 | 14 | |
... | ... | @@ -34,7 +34,7 @@ Author URI : http://www.markups.io/ |
34 | 34 | .mu-navbar .mu-menu li a:hover, |
35 | 35 | .mu-navbar .mu-menu li a:focus, |
36 | 36 | .mu-single-event .mu-event-time { |
37 | - color: #EE3268; | |
37 | + color: #57b57b; | |
38 | 38 | } |
39 | 39 | |
40 | 40 | .mu-speakers-slider .slick-next, |
... | ... | @@ -52,18 +52,18 @@ Author URI : http://www.markups.io/ |
52 | 52 | .mu-schedule-menu li.active a, |
53 | 53 | .mu-schedule-menu li.active a:hover, |
54 | 54 | .mu-schedule-menu li.active a:focus { |
55 | - background-color: #EE3268; | |
55 | + background-color: #57b57b; | |
56 | 56 | } |
57 | 57 | |
58 | 58 | .mu-social-media a:hover, |
59 | 59 | .mu-social-media a:focus { |
60 | - border: 1px solid #EE3268; | |
61 | - color: #EE3268; | |
60 | + border: 1px solid #57b57b; | |
61 | + color: #57b57b; | |
62 | 62 | } |
63 | 63 | |
64 | 64 | .mu-contact-form .form-control:focus, |
65 | 65 | .mu-schedule-menu li a { |
66 | - border: 1px solid #EE3268; | |
66 | + border: 1px solid #57b57b; | |
67 | 67 | } |
68 | 68 | |
69 | 69 | .mu-send-msg-btn, |
... | ... | @@ -71,17 +71,17 @@ Author URI : http://www.markups.io/ |
71 | 71 | .mu-register-btn:hover, |
72 | 72 | .mu-register-btn:focus, |
73 | 73 | .mu-popular-price .mu-register-btn { |
74 | - border: 1px solid #EE3268; | |
75 | - background-color: #EE3268; | |
74 | + border: 1px solid #57b57b; | |
75 | + background-color: #57b57b; | |
76 | 76 | } |
77 | 77 | |
78 | 78 | .mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body { |
79 | - border-top-color: #EE3268; | |
79 | + border-top-color: #57b57b; | |
80 | 80 | |
81 | 81 | } |
82 | 82 | |
83 | 83 | .mu-reg-submit-btn:hover, |
84 | 84 | .mu-reg-submit-btn:focus { |
85 | - background-color: #EE3268; | |
86 | - border: 2px solid #EE3268; | |
85 | + background-color: #57b57b; | |
86 | + border: 2px solid #57b57b; | |
87 | 87 | } |
88 | 88 | \ No newline at end of file | ... | ... |
assets/images/Desktop-Wallpaper-HD2.jpg
396 KB
assets/images/OPENWEBBANNER.jpg
845 KB
assets/images/brain.jpg
52.2 KB
assets/images/lunch-break.png
17.6 KB
assets/images/open_Dot.jpg
33.5 KB
assets/js/custom.js
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | /* 2. EVENT TIME COUNTER |
43 | 43 | /* ----------------------------------------------------------- */ |
44 | 44 | |
45 | - $('#mu-event-counter').countdown('2020/02/10').on('update.countdown', function(event) { | |
45 | + $('#mu-event-counter').countdown('2018/03/17').on('update.countdown', function(event) { | |
46 | 46 | var $this = $(this).html(event.strftime('' |
47 | 47 | + '<span class="mu-event-counter-block"><span>%D</span> Days</span> ' |
48 | 48 | + '<span class="mu-event-counter-block"><span>%H</span> Hours</span> ' | ... | ... |
index.html
... | ... | @@ -83,16 +83,16 @@ |
83 | 83 | <!-- Start center Logo --> |
84 | 84 | <div class="mu-logo-area"> |
85 | 85 | <!-- text based logo --> |
86 | - <a class="mu-logo" href="#">OPEN.</a> | |
86 | + <!-- <a class="" href="#">OPEN.</a> --> | |
87 | 87 | <!-- image based logo --> |
88 | - <!-- <a class="mu-logo" href="#"><img src="assets/images/logo.jpg" alt="logo img"></a> --> | |
88 | + <a class="mu-logo" href="#"><img src="assets/images/open_Dot.jpg" alt="logo img" style="width: 150px"></a> | |
89 | 89 | </div> |
90 | 90 | <!-- End center Logo --> |
91 | 91 | |
92 | 92 | <div class="mu-hero-featured-content"> |
93 | 93 | |
94 | 94 | <h1>HELLO! WELCOME TO OPEN.</h1> |
95 | - <h2>The Biggest International IT Professional Conference</h2> | |
95 | + <h2>An initiative: Serving to developer community</h2> | |
96 | 96 | <p class="mu-event-date-line">17 - 18 March, 2018. Chandigarh, IND</p> |
97 | 97 | |
98 | 98 | <div class="mu-event-counter-area"> |
... | ... | @@ -123,7 +123,7 @@ |
123 | 123 | <div class="row"> |
124 | 124 | <div class="col-md-6"> |
125 | 125 | <div class="mu-about-left"> |
126 | - <img class="" src="assets/images/about.jpg" alt="Men Speaker"> | |
126 | + <img class="imgabout" src="assets/images/OPENWEBBANNER.jpg" alt="Men Speaker" align="middle"> | |
127 | 127 | </div> |
128 | 128 | </div> |
129 | 129 | <div class="col-md-6"> |
... | ... | @@ -134,6 +134,15 @@ |
134 | 134 | |
135 | 135 | <p>OPEN. intent to encourage a passionate sharing culture among individuals in our city. |
136 | 136 | </p> |
137 | + <b>Some of the advantages one can get contributing towards open source:</b> | |
138 | + <p><dl> | |
139 | + <li>Opportunity to discuss & meet with project leads and authors.</li> | |
140 | + <li>Widening up your vision towards the projects.</li> | |
141 | + <li>Opportunity to speak at various International conferences, sharing your knowledge with the world.</li> | |
142 | + <li>Awareness of latest technologies.</li> | |
143 | + <li>Sense of responsibility and even grooming newcomers in community.</li> | |
144 | + <li>Building & expanding networks with the community.</li> | |
145 | + </dl></dd> | |
137 | 146 | |
138 | 147 | </div> |
139 | 148 | </div> |
... | ... | @@ -147,33 +156,6 @@ |
147 | 156 | </section> |
148 | 157 | <!-- End About --> |
149 | 158 | |
150 | - <!-- Start Video --> | |
151 | - <section id="mu-video"> | |
152 | - <div class="mu-video-overlay"> | |
153 | - <div class="container"> | |
154 | - <div class="row"> | |
155 | - <div class="col-md-12"> | |
156 | - <div class="mu-video-area"> | |
157 | - <h2>Watch Previous Event Video</h2> | |
158 | - <a class="mu-video-play-btn" href="#"><i class="fa fa-play" aria-hidden="true"></i></a> | |
159 | - </div> | |
160 | - </div> | |
161 | - </div> | |
162 | - </div> | |
163 | - </div> | |
164 | - | |
165 | - <!-- Start Video content --> | |
166 | - <div class="mu-video-content"> | |
167 | - <div class="mu-video-iframe-area"> | |
168 | - <a class="mu-video-close-btn" href="#"><i class="fa fa-times" aria-hidden="true"></i></a> | |
169 | - <iframe width="854" height="480" src="https://www.youtube.com/embed/n9AVEl9764s" frameborder="0" allowfullscreen></iframe> | |
170 | - </div> | |
171 | - </div> | |
172 | - <!-- End Video content --> | |
173 | - | |
174 | - </section> | |
175 | - <!-- End Video --> | |
176 | - | |
177 | 159 | <!-- Start Schedule --> |
178 | 160 | <section id="mu-schedule"> |
179 | 161 | <div class="container"> |
... | ... | @@ -201,14 +183,14 @@ |
201 | 183 | <ul> |
202 | 184 | <li> |
203 | 185 | <div class="mu-single-event"> |
204 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
186 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
205 | 187 | <p class="mu-event-time">09:00AM-10:00AM</p> |
206 | 188 | <h3>Registeration and Networking</h3> |
207 | 189 | </div> |
208 | 190 | </li> |
209 | 191 | <li> |
210 | 192 | <div class="mu-single-event"> |
211 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
193 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
212 | 194 | <p class="mu-event-time">10:00AM-11:00AM</p> |
213 | 195 | <h3>Welcome #OPEN. and Introduction</h3> |
214 | 196 | <!-- <span>By Karl Groves</span> --> |
... | ... | @@ -216,7 +198,7 @@ |
216 | 198 | </li> |
217 | 199 | <li> |
218 | 200 | <div class="mu-single-event"> |
219 | - <img src="assets/images/speaker-2.jpg" alt="event speaker"> | |
201 | + <!-- <img src="assets/images/speaker-2.jpg" alt="event speaker"> --> | |
220 | 202 | <p class="mu-event-time">11:00AM-12:30PM</p> |
221 | 203 | <h3>Learning Session #Open Source Community</h3> |
222 | 204 | <!-- <span>By Sarah Dransner</span> --> |
... | ... | @@ -224,7 +206,7 @@ |
224 | 206 | </li> |
225 | 207 | <li> |
226 | 208 | <div class="mu-single-event"> |
227 | - <img src="assets/images/speaker-3.jpg" alt="event speaker"> | |
209 | + <!-- <img src="assets/images/speaker-3.jpg" alt="event speaker"> --> | |
228 | 210 | <p class="mu-event-time">12.30PM-01:00PM</p> |
229 | 211 | <h3>Mentor Walkthrough</h3> |
230 | 212 | <!-- <span>By Ned Stark</span> --> |
... | ... | @@ -232,63 +214,63 @@ |
232 | 214 | </li> |
233 | 215 | <li> |
234 | 216 | <div class="mu-single-event"> |
235 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
217 | + <!-- <img src="assets/images/lunch-break.png" alt="event speaker"> --> | |
236 | 218 | <p class="mu-event-time">01:00PM onwards</p> |
237 | 219 | <h3>Lunch</h3> |
238 | 220 | </div> |
239 | 221 | </li> |
240 | 222 | <li> |
241 | 223 | <div class="mu-single-event"> |
242 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
224 | + <!-- <img src="assets/images/brain.jpg" alt="event speaker"> --> | |
243 | 225 | <p class="mu-event-time">02:00PM-02:30PM</p> |
244 | 226 | <h3>Brainstrom Session</h3> |
245 | 227 | </div> |
246 | 228 | </li> |
247 | 229 | <li> |
248 | 230 | <div class="mu-single-event"> |
249 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
231 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
250 | 232 | <p class="mu-event-time">02:30PM onwards</p> |
251 | 233 | <h3>Dev Sprint 1</h3> |
252 | 234 | </div> |
253 | 235 | </li> |
254 | 236 | <li> |
255 | 237 | <div class="mu-single-event"> |
256 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
238 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
257 | 239 | <p class="mu-event-time">03:45PM-04:15PM</p> |
258 | 240 | <h3>Mentor Walkthrough</h3> |
259 | 241 | </div> |
260 | 242 | </li> |
261 | 243 | <li> |
262 | 244 | <div class="mu-single-event"> |
263 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
245 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
264 | 246 | <p class="mu-event-time">5:45PM-6:15PM</p> |
265 | 247 | <h3>Coffee/Tea Break</h3> |
266 | 248 | </div> |
267 | 249 | </li> |
268 | 250 | <li> |
269 | 251 | <div class="mu-single-event"> |
270 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
252 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
271 | 253 | <p class="mu-event-time">07:00PM onwards</p> |
272 | 254 | <h3>Dev Sprint 2</h3> |
273 | 255 | </div> |
274 | 256 | </li> |
275 | 257 | <li> |
276 | 258 | <div class="mu-single-event"> |
277 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
259 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
278 | 260 | <p class="mu-event-time">08:00PM-0835PM</p> |
279 | 261 | <h3>Dinner</h3> |
280 | 262 | </div> |
281 | 263 | </li> |
282 | 264 | <li> |
283 | 265 | <div class="mu-single-event"> |
284 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
266 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
285 | 267 | <p class="mu-event-time">08:45PM-09:00PM</p> |
286 | 268 | <h3>Brainstrom Session</h3> |
287 | 269 | </div> |
288 | 270 | </li> |
289 | 271 | <li> |
290 | 272 | <div class="mu-single-event"> |
291 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
273 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
292 | 274 | <p class="mu-event-time">09:00PM onwards</p> |
293 | 275 | <h3>Dev Sprint 2 continues..</h3> |
294 | 276 | </div> |
... | ... | @@ -299,42 +281,42 @@ |
299 | 281 | <ul> |
300 | 282 | <li> |
301 | 283 | <div class="mu-single-event"> |
302 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
284 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
303 | 285 | <p class="mu-event-time">08:30AM-09:30AM</p> |
304 | 286 | <h3>Breakfast</h3> |
305 | 287 | </div> |
306 | 288 | </li> |
307 | 289 | <li> |
308 | 290 | <div class="mu-single-event"> |
309 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
291 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
310 | 292 | <p class="mu-event-time">09:30AM-10:30AM</p> |
311 | 293 | <h3>Registeration and Networking</h3> |
312 | 294 | </div> |
313 | 295 | </li> |
314 | 296 | <li> |
315 | 297 | <div class="mu-single-event"> |
316 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
298 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
317 | 299 | <p class="mu-event-time">10:30AM-11:00AM</p> |
318 | 300 | <h3>Mentor Walkthrough</h3> |
319 | 301 | </div> |
320 | 302 | </li> |
321 | 303 | <li> |
322 | 304 | <div class="mu-single-event"> |
323 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
305 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
324 | 306 | <p class="mu-event-time">11:15AM onwards</p> |
325 | 307 | <h3>Dev Sprint 3</h3> |
326 | 308 | </div> |
327 | 309 | </li> |
328 | 310 | <li> |
329 | 311 | <div class="mu-single-event"> |
330 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
312 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
331 | 313 | <p class="mu-event-time">02:00PM-02:35PM</p> |
332 | 314 | <h3>Lunch</h3> |
333 | 315 | </div> |
334 | 316 | </li> |
335 | 317 | <li> |
336 | 318 | <div class="mu-single-event"> |
337 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
319 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
338 | 320 | <p class="mu-event-time">04:00PM onwards</p> |
339 | 321 | <div style="overflow: hidden"> |
340 | 322 | <h3>Wrapup</h3> |
... | ... | @@ -356,7 +338,7 @@ |
356 | 338 | </li> |
357 | 339 | <li> |
358 | 340 | <div class="mu-single-event"> |
359 | - <img src="assets/images/speaker-1.jpg" alt="event speaker"> | |
341 | + <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | |
360 | 342 | <p class="mu-event-time">10.00 AM</p> |
361 | 343 | <h3>Advanced SVG Animations</h3> |
362 | 344 | <span>By Karl Groves</span> |
... | ... | @@ -364,7 +346,7 @@ |
364 | 346 | </li> |
365 | 347 | <li> |
366 | 348 | <div class="mu-single-event"> |
367 | - <img src="assets/images/speaker-2.jpg" alt="event speaker"> | |
349 | + <!-- <img src="assets/images/speaker-2.jpg" alt="event speaker"> --> | |
368 | 350 | <p class="mu-event-time">11.00 AM</p> |
369 | 351 | <h3>Presenting Work with Confidence</h3> |
370 | 352 | <span>By Sarah Dransner</span> |
... | ... | @@ -372,7 +354,7 @@ |
372 | 354 | </li> |
373 | 355 | <li> |
374 | 356 | <div class="mu-single-event"> |
375 | - <img src="assets/images/speaker-3.jpg" alt="event speaker"> | |
357 | + <!-- <img src="assets/images/speaker-3.jpg" alt="event speaker"> --> | |
376 | 358 | <p class="mu-event-time">12.00 AM</p> |
377 | 359 | <h3>Keynote on UX & UI Design</h3> |
378 | 360 | <span>By Ned Stark</span> |
... | ... | @@ -399,24 +381,24 @@ |
399 | 381 | <!-- End Schedule --> |
400 | 382 | |
401 | 383 | <!-- Start Speakers --> |
402 | - <section id="mu-speakers"> | |
384 | + <!-- <section id="mu-speakers"> | |
403 | 385 | <div class="container"> |
404 | 386 | <div class="row"> |
405 | 387 | <div class="col-md-12"> |
406 | 388 | <div class="mu-speakers-area"> |
407 | 389 | |
408 | 390 | <div class="mu-title-area"> |
409 | - <h2 class="mu-title">Our Speakers</h2> | |
391 | + <h2 class="mu-title">Our Speakers</h2> --> | |
410 | 392 | <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis unde, ut sapiente et voluptatum facilis consectetur incidunt provident asperiores at necessitatibus nulla sequi voluptas libero quasi explicabo veritatis minima porro.</p> --> |
411 | - </div> | |
393 | + <!-- </div> --> | |
412 | 394 | |
413 | 395 | <!-- Start Speakers Content --> |
414 | - <div class="mu-speakers-content"> | |
396 | + <!-- <div class="mu-speakers-content"> | |
415 | 397 | |
416 | 398 | <div class="mu-speakers-slider"> |
417 | - | |
399 | + --> | |
418 | 400 | <!-- Start single speaker --> |
419 | - <div class="mu-single-speakers"> | |
401 | + <!-- <div class="mu-single-speakers"> | |
420 | 402 | <img src="assets/images/gaurav_saini.jpg" alt="speaker img"> |
421 | 403 | <div class="mu-single-speakers-info"> |
422 | 404 | <h3>Gaurav Saini</h3> |
... | ... | @@ -427,11 +409,11 @@ |
427 | 409 | <li><a href="https://in.linkedin.com/in/gauravsaini03"><i class="fa fa-linkedin"></i></a></li> |
428 | 410 | </ul> |
429 | 411 | </div> |
430 | - </div> | |
412 | + </div> --> | |
431 | 413 | <!-- End single speaker --> |
432 | 414 | |
433 | 415 | <!-- Start single speaker --> |
434 | - <div class="mu-single-speakers"> | |
416 | + <!-- <div class="mu-single-speakers"> | |
435 | 417 | <img src="assets/images/speaker-2.jpg" alt="speaker img"> |
436 | 418 | <div class="mu-single-speakers-info"> |
437 | 419 | <h3>Sarah Dransner</h3> |
... | ... | @@ -442,12 +424,12 @@ |
442 | 424 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
443 | 425 | </ul> |
444 | 426 | </div> |
445 | - </div> | |
427 | + </div> --> | |
446 | 428 | <!-- End single speaker --> |
447 | 429 | |
448 | 430 | |
449 | 431 | <!-- Start single speaker --> |
450 | - <div class="mu-single-speakers"> | |
432 | + <!-- <div class="mu-single-speakers"> | |
451 | 433 | <img src="assets/images/speaker-3.jpg" alt="speaker img"> |
452 | 434 | <div class="mu-single-speakers-info"> |
453 | 435 | <h3>Ned Stark</h3> |
... | ... | @@ -458,12 +440,12 @@ |
458 | 440 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
459 | 441 | </ul> |
460 | 442 | </div> |
461 | - </div> | |
443 | + </div> --> | |
462 | 444 | <!-- End single speaker --> |
463 | 445 | |
464 | 446 | |
465 | 447 | <!-- Start single speaker --> |
466 | - <div class="mu-single-speakers"> | |
448 | + <!-- <div class="mu-single-speakers"> | |
467 | 449 | <img src="assets/images/speaker-4.jpg" alt="speaker img"> |
468 | 450 | <div class="mu-single-speakers-info"> |
469 | 451 | <h3>Michaela Lehr </h3> |
... | ... | @@ -474,11 +456,11 @@ |
474 | 456 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
475 | 457 | </ul> |
476 | 458 | </div> |
477 | - </div> | |
459 | + </div> --> | |
478 | 460 | <!-- End single speaker --> |
479 | 461 | |
480 | 462 | <!-- Start single speaker --> |
481 | - <div class="mu-single-speakers"> | |
463 | + <!-- <div class="mu-single-speakers"> | |
482 | 464 | <img src="assets/images/speaker-1.jpg" alt="speaker img"> |
483 | 465 | <div class="mu-single-speakers-info"> |
484 | 466 | <h3>Karl Groves</h3> |
... | ... | @@ -489,11 +471,11 @@ |
489 | 471 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
490 | 472 | </ul> |
491 | 473 | </div> |
492 | - </div> | |
474 | + </div> --> | |
493 | 475 | <!-- End single speaker --> |
494 | 476 | |
495 | 477 | <!-- Start single speaker --> |
496 | - <div class="mu-single-speakers"> | |
478 | + <!-- <div class="mu-single-speakers"> | |
497 | 479 | <img src="assets/images/speaker-2.jpg" alt="speaker img"> |
498 | 480 | <div class="mu-single-speakers-info"> |
499 | 481 | <h3>Sarah Dransner</h3> |
... | ... | @@ -504,12 +486,12 @@ |
504 | 486 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
505 | 487 | </ul> |
506 | 488 | </div> |
507 | - </div> | |
489 | + </div> --> | |
508 | 490 | <!-- End single speaker --> |
509 | 491 | |
510 | 492 | |
511 | 493 | <!-- Start single speaker --> |
512 | - <div class="mu-single-speakers"> | |
494 | + <!-- <div class="mu-single-speakers"> | |
513 | 495 | <img src="assets/images/speaker-3.jpg" alt="speaker img"> |
514 | 496 | <div class="mu-single-speakers-info"> |
515 | 497 | <h3>Ned Stark</h3> |
... | ... | @@ -520,12 +502,12 @@ |
520 | 502 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
521 | 503 | </ul> |
522 | 504 | </div> |
523 | - </div> | |
505 | + </div> --> | |
524 | 506 | <!-- End single speaker --> |
525 | 507 | |
526 | 508 | |
527 | 509 | <!-- Start single speaker --> |
528 | - <div class="mu-single-speakers"> | |
510 | + <!-- <div class="mu-single-speakers"> | |
529 | 511 | <img src="assets/images/speaker-4.jpg" alt="speaker img"> |
530 | 512 | <div class="mu-single-speakers-info"> |
531 | 513 | <h3>Michaela Lehr </h3> |
... | ... | @@ -536,17 +518,17 @@ |
536 | 518 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
537 | 519 | </ul> |
538 | 520 | </div> |
539 | - </div> | |
521 | + </div> --> | |
540 | 522 | <!-- End single speaker --> |
541 | - </div> | |
542 | - </div> | |
523 | + <!-- </div> | |
524 | + </div> --> | |
543 | 525 | <!-- End Speakers Content --> |
544 | 526 | |
545 | - </div> | |
527 | + <!-- </div> | |
546 | 528 | </div> |
547 | 529 | </div> |
548 | 530 | </div> |
549 | - </section> | |
531 | + </section> --> | |
550 | 532 | <!-- End Speakers --> |
551 | 533 | |
552 | 534 | <!-- Start Venue --> |
... | ... | @@ -723,80 +705,25 @@ |
723 | 705 | <!-- End FAQ --> |
724 | 706 | |
725 | 707 | <!-- Start Register --> |
726 | - <section id="mu-register"> | |
727 | - <div class="container"> | |
728 | - <div class="row"> | |
729 | - <div class="col-md-12"> | |
730 | - <div class="mu-register-area"> | |
731 | - | |
732 | - <div class="mu-title-area"> | |
733 | - <h2 class="mu-title">Register Form</h2> | |
734 | - <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis unde, ut sapiente et voluptatum facilis consectetur incidunt provident asperiores at necessitatibus nulla sequi voluptas libero quasi explicabo veritatis minima porro.</p> --> | |
735 | - </div> | |
736 | - | |
737 | - <div class="mu-register-content"> | |
738 | - <form class="mu-register-form"> | |
739 | - | |
740 | - <div class="row"> | |
741 | - <div class="col-md-6"> | |
742 | - <div class="form-group"> | |
743 | - <input type="text" class="form-control" placeholder="Your Full Name" id="name" name="name" required=""> | |
744 | - </div> | |
745 | - </div> | |
746 | - | |
747 | - <div class="col-md-6"> | |
748 | - <div class="form-group"> | |
749 | - <input type="email" class="form-control" placeholder="Enter Your Email" id="email" name="email" required=""> | |
750 | - </div> | |
751 | - </div> | |
752 | - </div> | |
753 | - | |
754 | - <div class="row"> | |
755 | - <div class="col-md-6"> | |
756 | - <div class="form-group"> | |
757 | - <input type="text" class="form-control" placeholder="Your Phone Number" id="telephone" name="telephone" required=""> | |
758 | - </div> | |
759 | - </div> | |
760 | - <div class="col-md-6"> | |
761 | - | |
762 | - <div class="form-group"> | |
763 | - <select class="form-control" name="Background" id="Background"> | |
764 | - <option value="" disabled selected>Background</option> | |
765 | - <option value="0">Student</option> | |
766 | - <option value="1">Working</option> | |
767 | - </select> | |
768 | - </div> | |
769 | - </div> | |
770 | - </div> | |
771 | - | |
772 | - <button type="submit" class="mu-reg-submit-btn">SUBMIT</button> | |
773 | - | |
774 | - </form> | |
775 | - </div> | |
776 | - | |
777 | - </div> | |
778 | - </div> | |
779 | - </div> | |
780 | - </div> | |
781 | - </section> | |
708 | + <iframe src="https://docs.google.com/forms/d/e/1FAIpQLScuQ6uEd9DzCzJhmCulr5Z4clp1mzhfItiuVfri3Fo1QA5FKQ/viewform?embedded=true" width="1280" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> | |
782 | 709 | <!-- End Register --> |
783 | 710 | |
784 | 711 | |
785 | 712 | |
786 | 713 | <!-- Start Sponsors --> |
787 | - <section id="mu-sponsors"> | |
714 | + <!-- <section id="mu-sponsors"> | |
788 | 715 | <div class="container"> |
789 | 716 | <div class="row"> |
790 | 717 | <div class="col-md-12"> |
791 | 718 | <div class="mu-sponsors-area"> |
792 | 719 | |
793 | 720 | <div class="mu-title-area"> |
794 | - <h2 class="mu-title">Our Sponsors</h2> | |
721 | + <h2 class="mu-title">Our Sponsors</h2> --> | |
795 | 722 | <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint assumenda ut molestias doloremque ipsam, fugit laborum totam, pariatur est cumque at, repudiandae officia ex dolores quas minus optio, iusto soluta?</p> --> |
796 | - </div> | |
723 | + <!-- </div> --> | |
797 | 724 | |
798 | 725 | <!-- Start spnonsors brand logo --> |
799 | - <div class="mu-sponsors-content"> | |
726 | + <!-- <div class="mu-sponsors-content"> | |
800 | 727 | <div class="row"> |
801 | 728 | |
802 | 729 | <div class="col-md-2 col-sm-4 col-xs-4"> |
... | ... | @@ -835,31 +762,31 @@ |
835 | 762 | </div> |
836 | 763 | </div> |
837 | 764 | </div> |
838 | - </div> | |
765 | + </div> --> | |
839 | 766 | <!-- End spnonsors brand logo --> |
840 | 767 | |
841 | - </div> | |
768 | + <!-- </div> | |
842 | 769 | </div> |
843 | 770 | </div> |
844 | 771 | </div> |
845 | - </section> | |
772 | + </section> --> | |
846 | 773 | <!-- End Sponsors --> |
847 | 774 | |
848 | 775 | |
849 | 776 | <!-- Start Contact --> |
850 | - <section id="mu-contact"> | |
777 | + <!-- <section id="mu-contact"> | |
851 | 778 | <div class="container"> |
852 | 779 | <div class="row"> |
853 | 780 | <div class="col-md-12"> |
854 | 781 | <div class="mu-contact-area"> |
855 | 782 | |
856 | 783 | <div class="mu-title-area"> |
857 | - <h2 class="mu-heading-title">Contact Us</h2> | |
784 | + <h2 class="mu-heading-title">Contact Us</h2> --> | |
858 | 785 | <!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever</p> --> |
859 | - </div> | |
786 | + <!-- </div> --> | |
860 | 787 | |
861 | 788 | <!-- Start Contact Content --> |
862 | - <div class="mu-contact-content"> | |
789 | + <!-- <div class="mu-contact-content"> | |
863 | 790 | <div class="row"> |
864 | 791 | |
865 | 792 | <div class="col-md-12"> |
... | ... | @@ -880,13 +807,13 @@ |
880 | 807 | </div> |
881 | 808 | </div> |
882 | 809 | </div> |
883 | - </div> | |
810 | + </div> --> | |
884 | 811 | <!-- End Contact Content --> |
885 | - </div> | |
812 | + <!-- </div> | |
886 | 813 | </div> |
887 | 814 | </div> |
888 | 815 | </div> |
889 | - </section> | |
816 | + </section> --> | |
890 | 817 | <!-- End Contact --> |
891 | 818 | |
892 | 819 | </main> |
... | ... | @@ -908,7 +835,7 @@ |
908 | 835 | </div> |
909 | 836 | </div> |
910 | 837 | <div class="mu-footer-bottom"> |
911 | - <p class="mu-copy-right">© Copyright <a rel="nofollow" href="http://markups.io">markups.io</a>. All right reserved.</p> | |
838 | + <p class="mu-copy-right">© Copyright <a rel="nofollow" href="http://www.viithiisys.com">Viithiisys Technologies</a>. All right reserved.</p> | |
912 | 839 | </div> |
913 | 840 | </div> |
914 | 841 | </div> | ... | ... |
style.css
... | ... | @@ -108,6 +108,12 @@ img { |
108 | 108 | max-width: 100%; |
109 | 109 | } |
110 | 110 | |
111 | +.imgabout { | |
112 | + border: none; | |
113 | + max-width: 100%; | |
114 | + padding: 169px 0px 55px 9px; | |
115 | +} | |
116 | + | |
111 | 117 | code { |
112 | 118 | background-color: #ee6e73; |
113 | 119 | border-radius: 2px; |
... | ... | @@ -234,7 +240,7 @@ button:focus { |
234 | 240 | .mu-hero-overlay { |
235 | 241 | display: inline; |
236 | 242 | float: left; |
237 | - opacity: 0.94; | |
243 | + /*opacity: 0.94;*/ | |
238 | 244 | width: 100%; |
239 | 245 | } |
240 | 246 | ... | ... |