-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneral.html
130 lines (116 loc) · 5.83 KB
/
general.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
<!DOCTYPE HTML>
<!--
Industrious by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>General Track</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/styles2.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class="logo" href="index.html">Engineering Summit</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="general.html">General Track</a></li>
<!-- <li><a href="elements.html">Elements</a></li> -->
<li><a href="track1.html">The Future of Consumption </a></li>
<li><a href="track2.html">Biotechnology </a></li>
<li><a href="track3.html">Nuclear Energy </a></li>
</ul>
</nav>
<!-- Heading -->
<div id="heading" >
<h1>General Track</h1>
</div>
<!-- Main -->
<div style="display:none;">
<section id="main" class="wrapper">
<div class="inner" style="text-align:center;">
<div class="content">
<header>
<h2>Track 1</h2>
</header>
<!-- <p>Lorem ipsum dolor sit accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Magna et cursus lorem faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod tempus. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac sed amet praesent. Nunc lacinia ante nunc ac gravida lorem ipsum dolor sit amet dolor feugiat consequat. </p> -->
<!-- <hr />
<h3>Magna odio tempus commodo</h3>
<p>In arcu accumsan arcu adipiscing accumsan orci ac. Felis id enim aliquet. Accumsan ac integer lobortis commodo ornare aliquet accumsan erat tempus amet porttitor. Ante commodo blandit adipiscing integer semper orci eget. Faucibus commodo adipiscing mi eu nullam accumsan morbi arcu ornare odio mi adipiscing nascetur lacus ac interdum morbi accumsan vis mi accumsan ac praesent.</p> -->
</div>
</div>
</section></div>
<!-- Speakers -->
<section class="wrapper">
<div class="inner">
<header class="special">
<h2>Speakers</h2>
</header>
<div class="speakers-single">
<div class="card">
<img src="./images/mcdathan.jpg" alt="Avatar" style="width:100%;">
<div class="container" style="text-align: center">
<h3><b>M.Chandradathan</b></h3>
<p>As Scientific Advisor to the Chief Minister, Padma Shri M C Dathan started his career with Indian Space Research Organisation, where he worked on the SLV-3 project.
As one of the top minds in Indian space research right now, he has always advocated on the societal importance of engineers and their role in building a brighter, better future.
</p>
</div>
</div>
</div>
<!-- use this for three Speakers -->
<!-- <div class="testimonials">
<section>
<div class="content">
<div class="author">
<div class="image">
<img src="images/pic01.jpg" alt="" />
</div>
<p class="credit"><strong>Jane Doe</strong><br> CEO - ABC Inc.</p>
</div>
<p style="padding-top: 10px;">Now that we know who you are, I know who I am. I'm not a mistake! It all makes sense! In a comic, you know how you can tell who the arch-villain's going to be? He's the exact opposite of the hero. And most times they're friends, like you and me! I should've known way back when... You know why, David? Because of the kids. They called me Mr Glass.</p>
</div>
</section>
</div> -->
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h3>Engineering Summit</h3>
<p>Engineering Summit, a national level summit, is a conference to teach participants what it takes to become a real engineer working in the industry. With prominent personalities in their respective fields, this summit is sure to enlighten you on the varied prospects of engineering.
There will be a general track followed by a multiple track session and finally a mentoring session, where participants get to interact with top minds from many different fields.
</p>
</section>
<section>
<h4>Connect with us on</h4>
<ul class="plain">
<li><a href="https://twitter.com/excelmec?lang=en"><i class="icon fa-twitter"> </i>Twitter</a></li>
<li><a href="https://www.facebook.com/excelmec/"><i class="icon fa-facebook"> </i>Facebook</a></li>
<li><a href="https://www.instagram.com/excelmec/?hl=en"><i class="icon fa-instagram"> </i>Instagram</a></li>
</ul>
</section>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>