-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (98 loc) · 4.99 KB
/
index.html
File metadata and controls
108 lines (98 loc) · 4.99 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>dumbAF: PTU PYQs, Syllabus & Study Resources</title>
<meta name="description"
content="Access a comprehensive collection of Previous Year Questions (PYQs), syllabus, books, and study resources for PTU students. dumbAF helps you succeed academically." />
<meta name="keywords"
content="PTU, PYQ, Previous Year Questions, Syllabus, Study Material, Notes, CSE, Engineering Resources, dumbAF, Collabdoor" />
<link rel="canonical" href="https://collabdoor.github.io/dumbAF/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://collabdoor.github.io/dumbAF/" />
<meta property="og:title" content="dumbAF: PTU PYQs, Syllabus & Study Resources" />
<meta property="og:description"
content="Your one-stop hub for PTU PYQs, syllabus, books, and essential study resources. Ace your exams with dumbAF!" />
<meta property="og:image" content="https://collabdoor.github.io/dumbAF/assets/og-image.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://collabdoor.github.io/dumbAF/" />
<meta property="twitter:title" content="dumbAF: PTU PYQs, Syllabus & Study Resources" />
<meta property="twitter:description"
content="Your one-stop hub for PTU PYQs, syllabus, books, and essential study resources. Ace your exams with dumbAF!" />
<meta property="twitter:image" content="https://collabdoor.github.io/dumbAF/assets/og-image.jpg" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="assets/logo.ico">
<!-- Fonts and Styles -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Intro Animation Overlay -->
<div id="intro-overlay" class="intro-overlay" aria-hidden="true">
<!-- Canvas will be inserted here by JavaScript -->
</div>
<main class="main-content" id="main-content">
<div class="text-container">
<h1 class="dumbaf">dumbAF</h1>
</div>
<div class="buttons">
<button class="cse-btn" onclick="toggleSemesters('cse')">CSE</button>
<a href="noticeboard.html" class="noticeboard-btn" title="PTU Unified Noticeboard, Latest Notices from IK Gujral Punjab Technical University">PTU Notice📝</a>
<a href="DATA/resources-misc/misc.html"
class="resources-idcard-btn"
title="Resources, Drisclamer: Its just Mock Template PTU ID Card Use on your own risk, if you have lost yours or need it for any reason.">
Resources, ID card
</a>
<!-- <button class="btn" >BCA</button>
<button class="btn" >
Button 3
</button>
<button class="btn" >
Button 4
</button> -->
</div>
<div id="semesters" class="semester-container">
<div class="semester-row">
<a href="DATA/sem1/sem1.html" class="semester-link">Sem 1</a>
<a href="DATA/sem2/sem2.html" class="semester-link">Sem 2</a>
<a href="DATA/sem3/sem3.html" class="semester-link">Sem 3</a>
<a href="DATA/sem4/sem4.html" class="semester-link">Sem 4</a>
<a href="DATA/sem5/sem5.html" class="semester-link">Sem 5</a>
<a href="DATA/sem6/sem6.html" class="semester-link">Sem 6</a>
<a href="DATA/sem7/sem7.html" class="semester-link">Sem 7</a>
<a href="DATA/sem8/sem8.html" class="semester-link">Sem 8</a>
</div>
</div>
</main>
<footer>
<div class="footer-left">
<div class="visitor-counter">
<a href="https://github.com/collabdoor/dumbAF/" target="_blank" rel="noopener" title="Visit dumbAF GitHub repository">
<img
src="https://hitscounter.dev/api/hit?url=https%3A%2F%2Fcollabdoor.github.io%2FdumbAF%2F&label=padhaku&icon=journals&color=%2306281e" alt="Visitor counter">
</a>
</div>
</div>
<div class="footer-center">
<p>
Made by Sir Ranchoddas Shamaldas Chanchad 🥸
</p>
</div>
<div class="footer-right">
<a href="https://github.com/collabdoor/dumbAF" target="_blank" rel="noopener noreferrer"
class="contribution-btn">
Contribute 📒
</a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>