-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpracticals.html
More file actions
92 lines (85 loc) · 2.99 KB
/
practicals.html
File metadata and controls
92 lines (85 loc) · 2.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
<!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('PRAC.jpg');height: 80vh;">
<div class="overlay">
<h1>PRACTICAL</h1>
</section>
<section class="syllabus-section">
<h2>SEMESTER WISE PAPERS</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/drive/folders/1-14KrexFW7ZYUy2zDlKGLiTW9zwBbeww?usp=sharing" style="width:100%; height:300px; border:0;"></iframe>
</div>
<h3>SEM-1</h3>
</a>
<!-- Card 2 -->
<a href="https://drive.google.com/your-sem2-link" target="_blank" class="syllabus-card">
<img src="sem2.png" alt="Semester 2 Syllabus" />
<h3>SEM-2</h3>
</a>
<!-- Card 3 -->
<a href="https://drive.google.com/your-sem3-link" target="_blank" class="syllabus-card">
<img src="sem3.png" alt="Semester 3 Syllabus" />
<h3>SEM-3</h3>
</a>
<!-- Card 4 -->
<a href="https://drive.google.com/your-sem4-link" target="_blank" class="syllabus-card">
<img src="sem4.png" alt="Semester 4 Syllabus" />
<h3>SEM-4</h3>
</a>
<a href="https://drive.google.com/your-sem1-link" target="_blank" class="syllabus-card">
<img src="sem1.png" alt="Semester 1 Syllabus" />
<h3>SEM-5</h3>
</a>
<!-- Card 2 -->
<a href="https://drive.google.com/your-sem2-link" target="_blank" class="syllabus-card">
<img src="sem2.png" alt="Semester 2 Syllabus" />
<h3>SEM-6</h3>
</a>
</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>