-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (52 loc) Β· 1.99 KB
/
index.html
File metadata and controls
57 lines (52 loc) Β· 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AryaTechHub Notes</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>π AryaTechHub Notes</h1>
<p>All semester notes of Arya College β Open & Free for All!</p>
</header>
<main>
<!-- OOPS Section -->
<section class="subject">
<h2>π‘ OOPS (Object-Oriented Programming)</h2>
<ul>
<li><a href="notes/OOPS/OOPS NOTE UNIT-I.docx" target="_blank">OOPS Unit I</a></li>
<li><a href="notes/OOPS/OOPS NOTE UNIT-II.docx" target="_blank">OOPS Unit II</a></li>
<li><a href="notes/OOPS/OOPS NOTES UNIT-III.docx" target="_blank">OOPS Unit III</a></li>
<li><a href="notes/OOPS/OOPS NOTES UNIT-IV.docx" target="_blank">OOPS Unit IV</a></li>
</ul>
</section>
<!-- DSA Section -->
<section class="subject">
<h2>π DSA (Data Structures & Algorithms)</h2>
<ul>
<li><a href="notes/DSA/UNIT-1_DSA part1.pdf" target="_blank">DSA Unit I - Part 1</a></li>
<li><a href="notes/DSA/UNIT-2_DSA part1.pdf" target="_blank">DSA Unit II - Part 1</a></li>
<li><a href="notes/DSA/dsa unit 2 part 2.pdf" target="_blank">DSA Unit II - Part 2</a></li>
</ul>
</section>
<!-- Digital Electronics Section -->
<section class="subject">
<h2>β‘ Digital Electronics</h2>
<ul>
<li><a href="notes/Digital Electronics/DE Unit 1 Notes.pdf" target="_blank">Digital Electronics - Unit I</a></li>
<li><a href="notes/Digital Electronics/DE unit 2 notes.pdf" target="_blank">Digital Electronics - Unit II</a></li>
</ul>
</section>
<!-- Software Engineering Section -->
<section class="subject">
<h2>π§ Software Engineering</h2>
<p>No files uploaded yet β coming soon!</p>
</section>
</main>
<footer>
<p>Made with β€οΈ by Ronit Raj | Arya College Jaipur</p>
</footer>
</body>
</html>