Skip to content

Commit 7036e64

Browse files
Update index.html
1 parent 534fd07 commit 7036e64

File tree

1 file changed

+32
-24
lines changed

1 file changed

+32
-24
lines changed

index.html

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>C Programming Series - The Coders Club</title>
77
<link rel="icon" href="TCC.png" type="image/png">
8-
<link rel="stylesheet" href="styles.css"> <style>
8+
<link rel="stylesheet" href="styles.css">
9+
<style>
910
/* INLINE CSS FOR C PROGRAMMING SERIES CONTENT AND TABLES */
1011

1112
/* General Container for all new content */
@@ -282,29 +283,35 @@ <h3>Weekly Topics Overview:</h3>
282283
<tr>
283284
<th>Week</th>
284285
<th>Topic</th>
285-
<th>Access Content</th> </tr>
286+
<th>Access Content</th>
287+
</tr>
286288
</thead>
287289
<tbody>
288290
<tr>
289291
<td>Week 1</td>
290292
<td>Basics and Syntax</td>
291-
<td><button class="content-access-button" onclick="window.location.href='weeklycontent.html';">Go to Content</button></td> </tr>
293+
<td><button class="content-access-button" onclick="window.location.href='weeklycontent.html#week1';">Go to Content</button></td>
294+
</tr>
292295
<tr>
293296
<td>Week 2</td>
294297
<td>Control Structures</td>
295-
<td><button class="content-access-button" onclick="window.location.href='weeklycontent.html';">Go to Content</button></td> </tr>
298+
<td><button class="content-access-button" onclick="window.location.href='weeklycontent.html#week2';">Go to Content</button></td>
299+
</tr>
296300
<tr>
297301
<td>Week 3</td>
298302
<td>Functions and Arrays</td>
299-
<td><button class="content-access-button" onclick="window.location.href='weeklycontent.html';">Go to Content</button></td> </tr>
303+
<td><button class="content-access-button" onclick="window.location.href='weeklycontent.html#week3';">Go to Content</button></td>
304+
</tr>
300305
<tr>
301306
<td>Week 4</td>
302307
<td>Pointers and Strings</td>
303-
<td><button class="content-access-button" onclick="window.location.href='weeklycontent.html';">Go to Content</button></td> </tr>
308+
<td><button class="content-access-button" onclick="window.location.href='weeklycontent.html#week4';">Go to Content</button></td>
309+
</tr>
304310
<tr>
305311
<td>Week 5</td>
306312
<td>Structures and File Handling</td>
307-
<td><button class="content-access-button" onclick="window.location.href='weeklycontent.html';">Go to Content</button></td> </tr>
313+
<td><button class="content-access-button" onclick="window.location.href='weeklycontent.html#week5';">Go to Content</button></td>
314+
</tr>
308315
</tbody>
309316
</table>
310317
</div>
@@ -377,23 +384,24 @@ <h3>Meet Our Board Members:</h3>
377384
<div class="feedback-section" id="animatedFeedbackSection">
378385
<h3>What Our Participants Say:</h3>
379386
<div id="feedbackDisplay" class="feedback-display">
380-
</div>
387+
</div>
381388
</div>
382-
</div> <footer>
383-
<p>Created by The Coders Club</p>
384-
<a href="https://www.instagram.com/the_mce.coders_club?igsh=Z245eDZmdWhkcmRn" target="_blank">
385-
<img src="IG.png" alt="Instagram" class="social-logo">
386-
</a>
387-
<a href="https://www.linkedin.com/in/thecodersclub-mce/" target="_blank">
388-
<img src="LINKEDLN.png" alt="LinkedIn" class="social-logo">
389-
</a>
390-
<a href="https://www.youtube.com/@TheCodersClub_MCE" target="_blank">
391-
<img src="YT.png" alt="YouTube" class="social-logo">
392-
</a>
393-
<a href="https://whatsapp.com/channel/0029Vb6HMGKKAwEe8OdjAF0X" target="_blank">
394-
<img src="WP.svg" alt="WhatsApp" class="social-logo">
395-
</a>
396-
</footer>
389+
</div>
390+
<footer>
391+
<p>Created by The Coders Club</p>
392+
<a href="https://www.instagram.com/the_mce.coders_club?igsh=Z245eDZmdWhkcmRn" target="_blank">
393+
<img src="IG.png" alt="Instagram" class="social-logo">
394+
</a>
395+
<a href="https://www.linkedin.com/in/thecodersclub-mce/" target="_blank">
396+
<img src="LINKEDLN.png" alt="LinkedIn" class="social-logo">
397+
</a>
398+
<a href="https://www.youtube.com/@TheCodersClub_MCE" target="_blank">
399+
<img src="YT.png" alt="YouTube" class="social-logo">
400+
</a>
401+
<a href="https://whatsapp.com/channel/0029Vb6HMGKKAwEe8OdjAF0X" target="_blank">
402+
<img src="WP.svg" alt="WhatsApp" class="social-logo">
403+
</a>
404+
</footer>
397405

398406
<script>
399407
// JavaScript for Feedback Animation
@@ -448,4 +456,4 @@ <h3>What Our Participants Say:</h3>
448456
});
449457
</script>
450458
</body>
451-
</html>
459+
</html>

0 commit comments

Comments
 (0)