Skip to content

Commit 77f242e

Browse files
committed
minor changes
2 parents 7a5c354 + f5420f5 commit 77f242e

File tree

16 files changed

+276
-29
lines changed

16 files changed

+276
-29
lines changed

Seismech/campus_rep.html

Lines changed: 234 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,234 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="full-height">
3+
4+
<head>
5+
6+
7+
<title>Seismech</title>
8+
<link rel="shortcujt icon" href="./img/LOGO_SEISMECH_mini.png">
9+
10+
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
11+
12+
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet">
13+
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
14+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
15+
<link href="https://fonts.googleapis.com/css?family=Raleway:200,100,400" rel="stylesheet" type="text/css" />
16+
17+
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
18+
19+
</head>
20+
21+
<body>
22+
23+
24+
<nav class="navbar fixed-top navbar-expand-lg navbar-dark black scroll" id="navba">
25+
<div class="container">
26+
<a class="navbar-brand" href="index_s.html"><img src="./img/LOGO_SEISMECH_White.png" width="90" height="30" class="d-inline-block align-top" alt=""><strong>Seismech</strong></a>
27+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
28+
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
29+
<span class="navbar-toggler-icon"></span>
30+
</button>
31+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
32+
<ul class="navbar-nav ml-auto nav">
33+
<li class="nav-item">
34+
<a class="nav-link text-white" href="events_s.html"><strong>Events</strong></a>
35+
</li>
36+
<li class="nav-item">
37+
<a class="nav-link text-white" href="workshops_s.html"><strong>Workshops</strong></a>
38+
</li>
39+
<li class="nav-item">
40+
<a class="nav-link text-white" href="competitions_s.html"><strong>Competitions</strong></a>
41+
</li>
42+
<li class="nav-item">
43+
<a class="nav-link text-white" href="campus_rep.html"><strong>Representatives</strong></a>
44+
</li>
45+
<li class="nav-item">
46+
<a class="nav-link text-white" href="../index.html"><strong>MESA</strong></a>
47+
</li>
48+
</ul>
49+
</div>
50+
</div>
51+
</nav>
52+
53+
54+
<section class='contain-section-large team' id="top">
55+
<div>
56+
<h1 class="vmb-4 text-center text-dark display-1 heading_text">Campus Representatives<br/></h1>
57+
</div>
58+
</div>
59+
</section>
60+
61+
<section class="contain-section bg-primary text-center">
62+
<div class="container">
63+
<h2><small>To bring you an enthralling experience of this technical extravaganza, a small group of people has been working tirelessly for the past couple of months. Learn more about our dedicated team and the people behind organizing this event.
64+
</div>
65+
</section>
66+
67+
<!-- Team Members -->
68+
<section class="team-head text-center">
69+
70+
71+
<h1 class="mb-4 text-center team-head"><strong>Campus Representatives</strong></h1>
72+
73+
74+
<div class="team-area">
75+
<div class="container">
76+
<div class="row justify-content-md-center">
77+
78+
<div class="row">
79+
80+
<div class="col-md-4 col-sm-6 col-xs-12">
81+
<div class="single-team">
82+
<div class="img-area">
83+
<img src="./img/rajdeep.jpeg" class="img-responsive" style="height: 350px;" alt="">
84+
</div>
85+
<div class="img-text">
86+
<h4>Rajdeep Das</h4>
87+
<h5>Jorhat Engineering College</h5>
88+
<h6>Contact No: 9957717378</h6>
89+
</div>
90+
</div>
91+
</div>
92+
93+
<div class="col-md-4 col-sm-6 col-xs-12">
94+
<div class="single-team">
95+
<div class="img-area">
96+
<img src="./img/abhinashi.jpeg" class="img-responsive" style="height: 350px;" alt="">
97+
</div>
98+
<div class="img-text">
99+
<h4>Abinashi Dutta</h4>
100+
<h5>Jorhat Engineering College</h5>
101+
<h6>Contact no: 8724090579</h6>
102+
</div>
103+
</div>
104+
</div>
105+
106+
<div class="col-md-4 col-sm-6 col-xs-12">
107+
<div class="single-team">
108+
<div class="img-area">
109+
<img src="./img/syed.jpeg" class="img-responsive" style="height: 350px;" alt="">
110+
</div>
111+
<div class="img-text">
112+
<h4>Syed Mobrur Ahmed</h4>
113+
<h5>Barak Valley Engineering College,Karimganj,Assam</h5>
114+
</div>
115+
</div>
116+
</div>
117+
</div>
118+
119+
<div class="row">
120+
121+
<div class="col-md-4 col-sm-6 col-xs-12">
122+
<div class="single-team">
123+
<div class="img-area">
124+
<img src="./img/abhishek.jpeg" class="img-responsive" style="height: 350px;" alt="">
125+
</div>
126+
<div class="img-text">
127+
<h4>Abhishek Kumar</h4>
128+
<h5>Cotton University</h5>
129+
<h6>Contact No: 7896698127</h6>
130+
</div>
131+
</div>
132+
</div>
133+
134+
<div class="col-md-4 col-sm-6 col-xs-12">
135+
<div class="single-team">
136+
<div class="img-area">
137+
<img src="./img/angaraaj.jpeg" class="img-responsive" style="height: 350px;" alt="">
138+
</div>
139+
<div class="img-text">
140+
<h4>Angaraaj Das</h4>
141+
<h5>Assam Engineering college</h5>
142+
<h6>Contact no: 7005686769</h6>
143+
</div>
144+
</div>
145+
</div>
146+
147+
<div class="col-md-4 col-sm-6 col-xs-12">
148+
<div class="single-team">
149+
<div class="img-area">
150+
<img src="./img/partha.jpeg" class="img-responsive" style="height: 350px;" alt="">
151+
</div>
152+
<div class="img-text">
153+
<h4>Partha Pratim Mazumdar</h4>
154+
<h5>Jorhat engineering college</h5>
155+
<h6>Contact no: 8486989190</h6>
156+
</div>
157+
</div>
158+
</div>
159+
</div>
160+
161+
<div class="row justify-content-md-center">
162+
<div class="col-md-4 col-sm-6 col-xs-12">
163+
<div class="single-team">
164+
<div class="img-area">
165+
<img src="./img/reemennita.jpeg" class="img-responsive" alt="">
166+
</div>
167+
<div class="img-text">
168+
<h4>Reemennita saikia</h4>
169+
<h5>Girijananda Institute of Management and Technology, Azara (GIMT)</h5>
170+
<h6>Contact no: 6000137340</h6>
171+
</div>
172+
</div>
173+
</div>
174+
</div>
175+
</div>
176+
</div>
177+
178+
179+
180+
</div>
181+
</div>
182+
183+
184+
</section>
185+
186+
187+
<!-- Contact Section -->
188+
<section class="contain-section page-section LargeFont section_footer" id="contact">
189+
<div class="container">
190+
<div class="row justify-content-center">
191+
<div class="col-lg-8 text-center">
192+
<h2 class="mt-0">Let's Get In Touch!</h2>
193+
<p class="text-muted mb-5">Send us an email and we will get back to you as soon as possible!<br/>
194+
<span><a href="./s_team.html">Meet the people behind Seismech.</a></span>
195+
</p>
196+
</div>
197+
</div>
198+
<div class="row">
199+
<div class="col-lg-3 text-center row_footer">
200+
<i class="fas fa-envelope fa-3x mb-3 text-muted"></i>
201+
<a class="d-block" href="mailto:[email protected]">[email protected]</a>
202+
</div>
203+
<div class="col-lg-3 text-center row_footer">
204+
<i class="fab fa-youtube fa-3x mb-3 text-muted" href="https://www.youtube.com/channel/UClnqzMGKF-IL6EBabjyfBzA"></i>
205+
<a class="d-block" href="https://www.youtube.com/channel/UClnqzMGKF-IL6EBabjyfBzA">Youtube</a>
206+
</div>
207+
<div class="col-lg-3 text-center row_footer">
208+
<i class="fab fa-facebook-f fa-3x mb-3 text-muted" href="https://www.facebook.com/MESA.IITGuwahati/"></i>
209+
<a class="d-block" href="https://www.facebook.com/MESA.IITGuwahati/">Facebook</a>
210+
</div>
211+
<div class="col-lg-3 text-center row_footer">
212+
<i class="fas fa-phone fa-3x mb-3 text-muted"></i>
213+
<div>+91 9521423282<br/>Himanshu</div>
214+
</div>
215+
</div>
216+
</div>
217+
</section>
218+
219+
<footer class="bg-light py-5">
220+
<div class="container">
221+
<div class="text-center text-muted"><span><a href="./index.html">Seismech</a></span> - <span><a href="../index.html">Mesa</a></span> - <span><a href="https://www.iitg.ac.in">IIT Guwahati</a></span></div>
222+
</div>
223+
</footer>
224+
225+
<script src="vendor/jquery/jquery.min.js"></script>
226+
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
227+
<script src="main.js"></script>
228+
229+
230+
231+
</body>
232+
233+
</html>
234+
``

Seismech/competitions_s.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
<div class="collapse navbar-collapse" id="navbarSupportedContent">
3131
<ul class="navbar-nav ml-auto nav">
3232
<li class="nav-item">
33-
<a class="nav-link text-white" href="./events_s.html"><strong>Events</strong></a>
33+
<a class="nav-link text-white" href="events_s.html"><strong>Events</strong></a>
3434
</li>
3535
<li class="nav-item">
36-
<a class="nav-link text-white" href="./workshops_s.html"><strong>Workshops</strong></a>
36+
<a class="nav-link text-white" href="workshops_s.html"><strong>Workshops</strong></a>
3737
</li>
3838
<li class="nav-item">
39-
<a class="nav-link text-white" href="./competitions_s.html"><strong>Competitions</strong></a>
39+
<a class="nav-link text-white" href="competitions_s.html"><strong>Competitions</strong></a>
40+
</li>
41+
<li class="nav-item">
42+
<a class="nav-link text-white" href="campus_rep.html"><strong>Representatives</strong></a>
4043
</li>
41-
<!-- <li class="nav-item">
42-
<a class="nav-link text-white" href="./s_team.html"><strong>Team</strong></a>
43-
</li> -->
4444
<li class="nav-item">
4545
<a class="nav-link text-white" href="../index.html"><strong>MESA</strong></a>
4646
</li>
@@ -98,9 +98,9 @@ <h2 class="text-center mt-0 text-center">SolidWorks Hackathon</h2>
9898
</ul>
9999
</li>
100100
</br>
101-
<li>Venue for the workshop will be <strong>Conference Hall</strong> near Mini Auditorium.</li>
102-
<li>The event will start at 9 o' clock in the morning of 14th March and will end at 1pm the same day.</li>
103-
<li>The workshop will be conducted by <span><a href="http://www.iitg.ac.in/sajan.kapil/"><strong>Dr. Sajan Kapil</strong></a></span>, Assistant Professor at IIT Guwahati.</li>
101+
<li>Venue for the hackathon will be <strong>Conference Hall</strong> near Mini Auditorium.</li>
102+
<li>The event will start at 9 'o' clock in the morning of 14th March and will end at 1pm the same day.</li>
103+
<li>The hackathon will be conducted by <span><a href="http://www.iitg.ac.in/sajan.kapil/"><strong>Dr. Sajan Kapil</strong></a></span>, Assistant Professor at IIT Guwahati.</li>
104104
</div>
105105
</div>
106106
</div>
@@ -123,7 +123,7 @@ <h2 class="text-center mt-0 text-center">Badminton Rules</h2>
123123
<div class="row">
124124
<div class="col">
125125
<ul>
126-
<li>Registration is open <strong>only for Mechanical Engineering students and department faculty.</strong></li>
126+
<li>Registration is open <strong>only for IITG Mechanical Engineering students and department faculty.</strong></li>
127127
<li>Only doubles tournament will be held.</li>
128128
<li>Participants have to bring their <strong>own rackets</strong>.</li>
129129
<li>All matches will follow the <strong>knockout format</strong>.</li>

Seismech/events_s.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
<div class="collapse navbar-collapse" id="navbarSupportedContent">
3131
<ul class="navbar-nav ml-auto nav">
3232
<li class="nav-item">
33-
<a class="nav-link text-white" href="./events_s.html"><strong>Events</strong></a>
33+
<a class="nav-link text-white" href="events_s.html"><strong>Events</strong></a>
3434
</li>
3535
<li class="nav-item">
36-
<a class="nav-link text-white" href="./workshops_s.html"><strong>Workshops</strong></a>
36+
<a class="nav-link text-white" href="workshops_s.html"><strong>Workshops</strong></a>
3737
</li>
3838
<li class="nav-item">
39-
<a class="nav-link text-white" href="./competitions_s.html"><strong>Competitions</strong></a>
39+
<a class="nav-link text-white" href="competitions_s.html"><strong>Competitions</strong></a>
40+
</li>
41+
<li class="nav-item">
42+
<a class="nav-link text-white" href="campus_rep.html"><strong>Representatives</strong></a>
4043
</li>
41-
<!-- <li class="nav-item">
42-
<a class="nav-link text-white" href="./s_team.html"><strong>Team</strong></a>
43-
</li> -->
4444
<li class="nav-item">
4545
<a class="nav-link text-white" href="../index.html"><strong>MESA</strong></a>
4646
</li>

Seismech/img/.picasa.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ backuphash=39357
1313
[hackathon.jpg]
1414
backuphash=7458
1515
moddate=ef631a3223f3d501
16+
[abhinashi.jpeg]
17+
backuphash=5631
18+
moddate=e720edfd33f6d501

Seismech/img/.picasaoriginals/.picasa.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,10 @@ moddate=be1c218f27f3d501
4747
width=1360
4848
height=1020
4949
textactive=0
50+
[abhinashi.jpeg]
51+
filters=crop64=1,c53fffff217;
52+
crop=rect64(c53fffff217)
53+
moddate=6637e26c55f6d501
54+
width=1080
55+
height=1620
56+
textactive=0
513 KB
Loading

Seismech/img/abhinashi.jpeg

456 KB
Loading

Seismech/img/abhishek.jpeg

94.5 KB
Loading

Seismech/img/angaraaj.jpeg

108 KB
Loading

Seismech/img/partha.jpeg

127 KB
Loading

0 commit comments

Comments
 (0)