Skip to content

Commit 4ea6f98

Browse files
authored
Merge pull request #4 from ieee-ju/master
modify team page and style.css
2 parents 4c6ac34 + 33df462 commit 4ea6f98

File tree

9 files changed

+2287
-31587
lines changed

9 files changed

+2287
-31587
lines changed

assets/css/style.css

+1,110-30,825
Large diffs are not rendered by default.

assets/img/ag-square.png

277 Bytes
Loading

assets/img/team/t1.jpg

14.1 KB
Loading

assets/img/team/t2.jpg

11.8 KB
Loading

assets/img/team/t3.jpg

10.2 KB
Loading

assets/img/team/t4.jpg

15 KB
Loading

event.html

+37-42
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
<!-- Global site tag (gtag.js) - Google Analytics Linking start-->
66
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176849308-1"></script>
77
<script>
8-
window.dataLayer = window.dataLayer || [];
9-
function gtag(){dataLayer.push(arguments);}
10-
gtag('js', new Date());
8+
window.dataLayer = window.dataLayer || [];
119

12-
gtag('config', 'UA-176849308-1');
10+
function gtag() {
11+
dataLayer.push(arguments);
12+
}
13+
gtag('js', new Date());
14+
15+
gtag('config', 'UA-176849308-1');
1316
</script>
1417
<!--Google Analytics linking end-->
1518
<meta charset="utf-8">
@@ -24,9 +27,7 @@
2427
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
2528

2629
<!-- Google Fonts -->
27-
<link
28-
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
29-
rel="stylesheet">
30+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
3031

3132
<!-- Vendor CSS Files -->
3233
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
@@ -67,7 +68,8 @@
6768
</li>
6869

6970
</ul>
70-
</nav><!-- .nav-menu -->
71+
</nav>
72+
<!-- .nav-menu -->
7173
</div>
7274
</div>
7375
</div>
@@ -86,16 +88,18 @@
8688
<li><a href="index.html#services">Branch Chapters</a></li>
8789
<li><a href="index.html#departments">Blog</a></li>
8890
<li class="active"><a href="#">Events</a></li>
89-
<li><a href="team.html">Team</a></li>
91+
<li><a href="team1.html">Team</a></li>
9092
<li><a href="index.html#contact">Contact Us</a></li>
9193

9294
</ul>
93-
</nav><!-- .nav-menu -->
95+
</nav>
96+
<!-- .nav-menu -->
9497

9598

9699

97100
</div>
98-
</header><!-- End Header -->
101+
</header>
102+
<!-- End Header -->
99103

100104

101105

@@ -104,7 +108,8 @@
104108

105109
<section id="about" class="about">
106110

107-
</section><!-- End About Us Section -->
111+
</section>
112+
<!-- End About Us Section -->
108113

109114
<section id="about" class="about">
110115
<div class="container" data-aos="fade-up">
@@ -121,9 +126,7 @@ <h2>Events</h2>
121126
<img class="card-img-top" src="assets/img/events/thinkAI.png" alt="Card image cap">
122127
<div class="card-body">
123128
<h5 class="card-title">Think AI</h5>
124-
<p class="card-text">Think AI, organiz ed by IEEE Computer Society Student Chapter, sought
125-
to provide exposure in fields of Machine Learning and AI, through interactive sessions
126-
with speakers and hands- on implementation of Machine Learning algorithms.</br>
129+
<p class="card-text">Think AI, organiz ed by IEEE Computer Society Student Chapter, sought to provide exposure in fields of Machine Learning and AI, through interactive sessions with speakers and hands- on implementation of Machine Learning algorithms.</br>
127130
<a href="https://ieee-jaduniv.in/thinkai/">View more >> </a>
128131
</p>
129132
</div>
@@ -135,9 +138,7 @@ <h5 class="card-title">Think AI</h5>
135138
<img class="card-img-top" src="assets/img/events/mla.jpeg" alt="Card image cap">
136139
<div class="card-body">
137140
<h5 class="card-title">ML Accelerator Summit</h5>
138-
<p class="card-text">The Machine Learning Accelerator Summit is a tiny step to help
139-
students, engineers and tech
140-
enthusiasts live the AI dream.</br>
141+
<p class="card-text">The Machine Learning Accelerator Summit is a tiny step to help students, engineers and tech enthusiasts live the AI dream.</br>
141142
<a href="https://ieee-jaduniv.in/mla/">View more >> </a>
142143
</p>
143144
</div>
@@ -149,9 +150,8 @@ <h5 class="card-title">ML Accelerator Summit</h5>
149150
<img class="card-img-top" src="assets/img/events/techx.png" alt="Card image cap">
150151
<div class="card-body">
151152
<h5 class="card-title">Tech X</h5>
152-
<p class="card-text">TechX Congress is the Eastern Indian Techno-Management Leadership
153-
Summit hosted by the IEEE computer society SYP MGAB in collaboration with two of India’s
154-
premier IEEE student chapters - Jadavpur University and NIT Durgapur </br>
153+
<p class="card-text">TechX Congress is the Eastern Indian Techno-Management Leadership Summit hosted by the IEEE computer society SYP MGAB in collaboration with two of India’s premier IEEE student chapters - Jadavpur University and NIT Durgapur
154+
</br>
155155
<a href="https://ieee-techx.com/">View more >> </a>
156156
</p>
157157
</div>
@@ -160,18 +160,17 @@ <h5 class="card-title">Tech X</h5>
160160
</div>
161161
</div>
162162
</div>
163-
</br> </br>
163+
</br>
164+
</br>
164165
<div class="card-deck">
165166
<div class="card">
166167
<img class="card-img-top" src="assets/img/events/elevateX.png" alt="Card image cap">
167168
<div class="card-body">
168169
<h5 class="card-title">ElevateX</h5>
169170
<p class="card-text">
170171

171-
ElevateX is an all-in-one mentoring session by IEEE JU SB members. Be it research or
172-
industry, be it competitive coding, electronics or soft skill development, we have
173-
tracks tailor-made for your needs, complete with doubt-clearing, quick contests,
174-
real-world problems and webinars by field experts.</br>
172+
ElevateX is an all-in-one mentoring session by IEEE JU SB members. Be it research or industry, be it competitive coding, electronics or soft skill development, we have tracks tailor-made for your needs, complete with doubt-clearing, quick contests, real-world
173+
problems and webinars by field experts.</br>
175174
<a href="https://ieee-jaduniv.in/ElevateX/">View more >> </a>
176175
</p>
177176
</div>
@@ -183,11 +182,8 @@ <h5 class="card-title">ElevateX</h5>
183182
<img class="card-img-top" src="assets/img/events/projection.jpeg" alt="Card image cap">
184183
<div class="card-body">
185184
<h5 class="card-title">Projection</h5>
186-
<p class="card-text">Projection is an one-on-one mentorship research program for 2nd year
187-
and
188-
3rd year undergraduate students led by multiple experts across industries.</br>
189-
<a
190-
href="https://www.facebook.com/379102212921998/posts/703086423856907/?sfnsn=wiwspwa&extid=0nq3Nmm6OvZzU3eV">View
185+
<p class="card-text">Projection is an one-on-one mentorship research program for 2nd year and 3rd year undergraduate students led by multiple experts across industries.</br>
186+
<a href="https://www.facebook.com/379102212921998/posts/703086423856907/?sfnsn=wiwspwa&extid=0nq3Nmm6OvZzU3eV">View
191187
more >></a>
192188
</p>
193189
</div>
@@ -199,12 +195,9 @@ <h5 class="card-title">Projection</h5>
199195
<img class="card-img-top" src="assets/img/events/rewired.jpeg" alt="Card image cap">
200196
<div class="card-body">
201197
<h5 class="card-title">Rewired 1.0</h5>
202-
<p class="card-text">Rewired 1.0 conducted by the IEEE Jadavpur University Student Branch
203-
was a Hands-on workshop mainly focused to attract students to learn about the
204-
intricacies of Electronics. It was mainly focused to attract students to learn
198+
<p class="card-text">Rewired 1.0 conducted by the IEEE Jadavpur University Student Branch was a Hands-on workshop mainly focused to attract students to learn about the intricacies of Electronics. It was mainly focused to attract students to learn
205199
Electronics and understand the practical aspects of it.</br>
206-
<a
207-
href="https://www.facebook.com/379102212921998/posts/487814142050804/?sfnsn=wiwspwa&extid=RNLRXMv5ShbE6f7Y">View
200+
<a href="https://www.facebook.com/379102212921998/posts/487814142050804/?sfnsn=wiwspwa&extid=RNLRXMv5ShbE6f7Y">View
208201
more >></a>
209202
</p>
210203
</div>
@@ -217,9 +210,11 @@ <h5 class="card-title">Rewired 1.0</h5>
217210

218211

219212
</div>
220-
</section><!-- End About Us Section -->
213+
</section>
214+
<!-- End About Us Section -->
221215

222-
</main><!-- End #main -->
216+
</main>
217+
<!-- End #main -->
223218

224219
<!-- ======= Footer ======= -->
225220
<footer id="footer">
@@ -231,8 +226,7 @@ <h5 class="card-title">Rewired 1.0</h5>
231226
<div class="footer-info">
232227
<h3>IEEE JU</h3>
233228
<p>
234-
188, Raja Subodh Chandra Mallick Rd, Jadavpur University Campus Area, Jadavpur <br>
235-
Kolkata 700032, India<br><br>
229+
188, Raja Subodh Chandra Mallick Rd, Jadavpur University Campus Area, Jadavpur <br> Kolkata 700032, India<br><br>
236230
<strong>Phone:</strong> +91 8479808755<br>
237231
<strong>Email:</strong> [email protected]<br>
238232
</p>
@@ -297,7 +291,8 @@ <h4>Our Newsletter</h4>
297291
Made with <a href="#"><i class="icofont-ui-love"></i></a> by Technical Team, IEEE JU
298292
</div>
299293
</div>
300-
</footer><!-- End Footer -->
294+
</footer>
295+
<!-- End Footer -->
301296

302297
<!--div id="preloader"></div-->
303298
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
@@ -318,4 +313,4 @@ <h4>Our Newsletter</h4>
318313

319314
</body>
320315

321-
</html>
316+
</html>

0 commit comments

Comments
 (0)