-
Notifications
You must be signed in to change notification settings - Fork 2
/
mae.html
161 lines (134 loc) · 5.42 KB
/
mae.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>INNERVE MAE</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="../css\mae.css">
<link rel="stylesheet" href="../css/header_footer.css">
<!-- <link rel="stylesheet" href="../css\header_footer.css">-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" />
</head>
<body>
<!-- partial:index.partial.html -->
<div class='navContainer'>
<a href="./landing.html" class='navLogo'><img src="../assets/header_footer/logo.webp" alt=""></a>
<input type="checkbox" id='menu-bar' />
<label for="menu-bar">
<img src="../assets/header_footer/hamburger.png" alt="">
</label>
<nav class='navbar'>
<ul>
<a href="./hacks.html">
<li>
<p>Innerve Hacks</p>
</li>
</a>
<a href="./events.html">
<li>
<p>Events</p>
</li>
</a>
<a href="./gallery.html">
<li>
<p>Gallery</p>
</li>
</a>
<a href="./sponsor.html">
<li>
<p>Sponsors</p>
</li>
</a>
<a href="./timeline.html">
<li>
<p>Timeline</p>
</li>
</a>
<a href="./teams.html">
<li>
<p>Team</p>
</li>
</a>
</ul>
</nav>
</div>
<!-- <div class="heading">
<h class="neon">COMING SOON</h>
</div> -->
<div class="events">
<div class="event">
<img src="https://lh6.googleusercontent.com/l6Zpx_kWybT9m-ARxOqb_6z7R_7PN9IRgPkFNhicGODk6MlNfe1a_IzijXjsou9tQZY=w2400" alt="event">
<div class="event-info">
<h3>Get in Gear with Mechanical Engineers</h3>
</div>
<div class="overview">
<h3>Overview</h3>
With our speakers, Ms. Patmanjari Nautiyal and Ms. Shaheen, who led our audience by designing the ideal road map for their future, Innerve prepared a captivating session titled "Get in gear with mechanical engineers" under The Tech Thesis.
</div>
</div>
<div class="event">
<img src="https://lh3.googleusercontent.com/4IpJjR17GzUMAK71X7RHcL0xY1o8KX0UObe-RQ9E6AmcgoTKt2GoEnEG5Ya2Aonv8uU=w2400" alt="event">
<div class="event-info">
<h3>MECH TO TECH: Shruti Sinha</h3>
</div>
<div class="overview">
<h3>Overview</h3>
As part of The Tech Thesis, Innerve organized a session with Shruti Sinha where she discussed her transition from the Mech to Tech world and how she overcame her challenges in order to mentor, inspire, and introduce new opportunities to mechanical students.
</div>
</div>
<div class="event">
<img src="https://lh6.googleusercontent.com/kL_4hDqk6IM_azn60S4gxPrsaejdJFbriMgL-afsnBeJ4vYOrmv7F3or4rY2QoEBFNA=w2400" alt="event">
<div class="event-info">
<h3>MECH CHARADES</h3>
</div>
<div class="overview">
<h3>Overview</h3>
What this session has to offer?
✦ A whole journey involving planning, strategy, and the switch from the domain of mechanics to that of software
✦ Guidance for coding, resume, LinkedIn, and hackathons
✦ How to manage time between college, coding, and societies.
✦ Experience at Adobe:- What to look forward to at Adobe.
</div>
</div>
<!-- <main class="page-content">
<div class="card">
<div class="content">
<h2 class="title">Tech Tycoons</h2>
<p class="copy">Participants need to propose an innovative solution for the given real-world-based problem
statement and devise a full-fledged working model.</p>
<button class="btn">Register</button>
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title">Space Invaders</h2>
<p class="copy">Design and code a project to help satellite agencies figure out the optimum path of satellites
in space.Implement it and present a successful space invasion.</p>
<button class="btn">Register</button>
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title">Lunar Mission</h2>
<p class="copy">Is your imagination strong enough to design a space vehicle?Well, your time is here to come and
conquer.Participate with a meticulous design to show your innovation and creativity.</p>
<button class="btn">Register</button>
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title">Space Oddity</h2>
<p class="copy">A quiz based event to enhance your knowledge in the field of mechanical engineering. Showcase
your knowledge and bag a win.
It's time to soar high to infinity and beyond!</p>
<button class="btn">Register</button>
</div>
</div>
</main> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../js/navbar.js"></script>
</body>
</html>