-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsyllabus.html
More file actions
95 lines (83 loc) · 3.04 KB
/
syllabus.html
File metadata and controls
95 lines (83 loc) · 3.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NoteSolves Navbar</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar">
<div class="logo"><img src="https://cdn-icons-png.flaticon.com/512/29/29302.png" alt="Book" />
<span>NotesTech</span></div>
<ul class="nav-links" id="navLinks">
<li><a href="About.html">About</a></li>
<li><a href="index.html">Material</a></li>
<li><a href="contactus.html">Contact</a></li>
</ul>
<div class="hamburger" id="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<main class="content">
<section class="hero-section" style="background-image: url('S2.jpg');height: 80vh;">
<div class="overlay">
<h1>SYLLABUS</h1>
</section>
<section class="syllabus-section">
<h2>SEMESTER WISE SYLLABUS</h2>
<p class="subheading">@ KUK BCA</p>
<div class="syllabus-grid">
<!-- Card 1 -->
<div class="syllabus-card">
<h3>Semester 1</h3>
<iframe src="https://drive.google.com/embeddedfolderview?id=1-14KrexFW7ZYUy2zDlKGLiTW9zwBbeww#grid" style="width:100%; height:300px; border:0;"></iframe>
</div>
<!-- Card 2 -->
<div class="syllabus-card">
<h3>Semester 2</h3>
<iframe src="https://drive.google.com/embeddedfolderview?id=#grid" style="width:100%; height:300px; border:0;"></iframe>
</div>
<!-- Card 3 -->
<div class="syllabus-card">
<h3>Semester 3</h3>
<iframe src="https://drive.google.com/embeddedfolderview?id=#grid" style="width:100%; height:300px; border:0;"></iframe>
</div>
<!-- Card 4 -->
<div class="syllabus-card">
<h3>Semester 4</h3>
<iframe src="https://drive.google.com/embeddedfolderview?id=#grid" style="width:100%; height:300px; border:0;"></iframe>
</div>
<div class="syllabus-card">
<h3>Semester 5</h3>
<iframe src="https://drive.google.com/embeddedfolderview?id=#grid" style="width:100%; height:300px; border:0;"></iframe>
</div>
<!-- Card 2 -->
<div class="syllabus-card">
<h3>Semester 6</h3>
<iframe src="https://drive.google.com/embeddedfolderview?id=#grid" style="width:100%; height:300px; border:0;"></iframe>
</div>
</div>
</section>
</main>
<!-- Footer Section -->
<footer class="main-footer">
<div class="footer-top">
<div class="footer-left">
<p>Your generosity fuels our platform's growth. Scan the QR code using Contact with us.</p>
<p class="highlight">Even the smallest contribution creates a substantial impact on our mission.</p>
</div>
<div class="footer-right">
<img src="QR.jpeg" alt="QR Code" />
</div>
</div>
<div class="footer-bottom">
<p>© 2024 NotesTech™ | <a href="#">Disclaimer</a></p>
</div>
</footer>
</body>
</html>
<script src="script.js"></script>