-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
217 lines (199 loc) · 8.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/x-icon" href="./images/logo/favicon.jpeg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MA VITB | Home</title>
<!-- CSS containing color variables -->
<link rel="stylesheet" href="./css/variables.css">
<!-- CSS files -->
<link rel="stylesheet" href="./css/home.css">
<!-- Font Awesome CDN -->
<script src="https://kit.fontawesome.com/48282a42e3.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div class="navbar-container">
<div class="logo-container">
<img src="./images/logo/Vellore_Institute_of_Technology__Bhopal__3_-removebg-preview.png" alt="MA logo">
</div>
<div class="navbar">
<a href="./index.html" class="navlink active">
<p>HOME</p>
</a>
<a href="./pages/about.html" class="navlink">
<p>ABOUT</p>
</a>
<a href="./pages/news.html" class="navlink">
<p>NEWS</p>
</a>
<a href="./pages/membership.html" class="navlink">
<p>MEMBERSHIP</p>
</a>
<a href="./pages/events.html" class="navlink">
<p>EVENTS</p>
</a>
<a href="./pages/office_bearers.html" class="navlink">
<p>OFFICE BEARERS</p>
</a>
</div>
<div id="hamburger" class="mobile-navbar">
<div class="navbutton">
<i class="fa-solid fa-bars"></i>
</div>
</div>
</div>
</header>
<div id="navbar" class="navbar-mobile">
<a href="./index.html" class="navlink active">
<p>HOME</p>
</a>
<a href="./pages/about.html" class="navlink">
<p>ABOUT</p>
</a>
<a href="./pages/news.html" class="navlink">
<p>NEWS</p>
</a>
<a href="./pages/membership.html" class="navlink">
<p>MEMBERSHIP</p>
</a>
<a href="./pages/events.html" class="navlink">
<p>EVENTS</p>
</a>
<a href="./pages/office_bearers.html" class="navlink">
<p>OFFICE BEARERS</p>
</a>
</div>
<script src="./src/hamburger.js"></script>
<!-- Hero Section, Saksham -->
<!-- add carousel later, for demo purposes a static image has been used -->
<section id="top" class="hero-section">
<img src="./images/logo/Vellore_Institute_of_Technology__Bhopal__3_-removebg-preview.png" alt="MA logo" srcset="" class="hero-logo">
<!-- <img class="hero-image" src="./images/hero/hero.jpg" alt="hero image" srcset=""> -->
<!-- <img class="vit-logo" src="./images/logo/vit_logo.png" alt="vit-logo" srcset="">
<img class="asm-logo" src="./images/logo/asm_logo.png" alt="asm-logo" srcset=""> -->
</section>
<!-- About Material Advantage, Ishaan -->
<div class="aboutMaterialAdvantage">
<div class="aboutMAHeading">About Material Advantage</div>
<div class="aboutMALine"></div>
<br><br>
<div class="aboutMADesc">
The Material Advantage™ Student Program is the premier membership option for students interested in Materials Science and Engineering. This program provides students with scholarships and grants, career development and information, and access to professional
and academic resources from most preeminent societies : ACerS, AIST, ASM International and TMS.
</div>
<br><br>
<div class="aboutMAButtons">
<a href="./pages/membership.html"><button class="registerBtn abtMAButton">Register</button></a>
<a href="./pages/about.html"><button class="moreInfoBtn abtMAButton">More Info <i class="fa-solid fa-angle-right"></i></button></a>
</div>
</div>
<!-- events -->
<div class="events">
<div class="upcoming-events">
<h1 id="upcoming">Upcoming Events</h1>
</div>
<div class="details">
<div class="event-card">
<div class="thumbnail">
<img src="./images/event/Bridg-athon(1).jpg" />
</div>
<div class="event-description">
<h2>Bridg-athon</h2>
<p>
<b>Date:</b> 11-05-2023<br>
<b>Time:</b> 10:00 am - 1:10 pm
</p>
<p>
Bridg-Athon is a team-based event, and each team must have a minimum of 4 members and a maximum of 5 members.
Each team will be provided with ice cream sticks and Feviquick to build a bridge, which will be thoroughly tested.
</p>
</div>
</div>
<!-- <ul class="event-list">
<li>Webinar Session on Career Guidance and Resume Making</li>
<li>Composite Material Workshop</li>
<li>Treasure Hunt based on materials</li>
</ul> -->
<!--
<img src="./images/upcoming/4-40683_calendar-clipart-png-transparent-png-removebg-preview.png" class="calendar">
<div class="detail1">
<p class="up">No upcoming events for now</p>
<p class="watch">Watch this space for upcoming events</p>
</div> -->
</div>
<div class="More">
<a href="./pages/events.html"><button class="moreEvents abtMAButton">More Events</button></a>
</div>
</div>
<!-- gallery -->
<div class="galleryContainer">
<div class="gallery-object">
<h1>Gallery</h1>
<hr>
</div>
<div id="gallery">
<div class="gallery-images">
<img src="./images/gallery/gallery1.jpg">
<img src="./images/gallery/gallery2.jpg">
<img src="./images/gallery/gallery3.jpg">
<img src="./images/gallery/gallery4.jpg">
<img src="./images/gallery/gallery5.jpeg">
<img src="./images/gallery/gallery6.jpg">
</div>
</div>
</div>
<!-- Footer, Sanya -->
<footer>
<section class="socials-container">
<div class="socials">
<h2>Connect with us</h2>
<div class="socialHandles">
<div class="handle">
<a href="https://www.instagram.com/machaptervitb/"><i class="fa-brands fa-instagram"></i> Instagram</a>
</div>
<div class="handle">
<a href="https://www.linkedin.com/company/material-advantage-chapter-vit-bhopal-university/about/"><i class="fa-brands fa-linkedin-in"></i> LinkedIn</a>
</div>
</div>
</div>
</section>
<!-- footer sanya -->
<div class="foot">
<div class="footTop">
<img src="./images/logo/Vellore_Institute_of_Technology__Bhopal__3_-removebg-preview.png" class="foot-logo" alt="logo">
</div>
<div class="footMid">
<div class="footDesc">
<p> Materials Advantage @ VITB</p>
<p>Department of Materials Science and Engineering, <br>Vellore Institute of Technology Bhopal, Madhya Pradesh 466114, India.</p>
</div>
<!-- <div class="footLinks">
<ul class="list">
<li><a href="">Benefits</a></li>
<li><a href="">Advantage</a></li>
<li><a href="">Newsletters Archive</a></li>
<li><a href="">Membership Enquiry</a></li>
</ul>
</div> -->
<div class="footButton" id="button">
<a href="mailto:machapter@vitbhopal.ac.in" class="btn"><i class="fa-solid fa-address-book arrow"></i> Contact Us</a>
</div>
</div>
<div class="footBottom">
<p>©2022 Materials Advantage @ VITB</p>
<div class="footbar">
<div class="bar1">
<a href="./index.html"> Home</a> |
</div>
<div class="bar1">
<a href="#top"> Go to top</a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>