-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (122 loc) · 5.85 KB
/
index.html
File metadata and controls
131 lines (122 loc) · 5.85 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CodeWor - Free Notes, PYQs, Exam Analysis for BCA course</title>
<meta
content="We offer comprehensive BCA notes, a vast collection of previous year question papers, and in-depth paper analysis."
name="description" />
<meta content="Tech" name="keywords" />
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="./CSS/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="background-color: black;">
<nav class="navbar navbar-expand-lg navbar-dark" id="navbar">
<div class="container-fluid">
<a href="./index.html" class="navbar-brand" style="font-weight: 700px;font-size: 30px;">Code<span
style="color: rgb(252, 51, 51);">Wor</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav" id="nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://drive.google.com/file/d/1QYL7gM1C45PmJvT6qIgH3HKtmn2ucyyu/view"
target="_blank">Syllabus</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://drive.google.com/drive/folders/1PKgSzt4hKgLG82YntTarQhnuIH3Uwazl"
target="_blank">Paper Analysis</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./sem.html">Semesters</a>
</li>
<li class="nav-item">
<a class="nav-link active"
href="https://drive.google.com/drive/folders/1VFXHY8I8lP7h4XJtnXSwwfBNrq74oluS?usp=drive_link"
target="_blank">PYQs</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://lakshaybabbar.github.io/portfolio/" target="_blank">My
Portfolio</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Content -->
<div class="head">
<div class="title">
<span class="title-txt"></span><span class="title-ptr">|</span>
</div>
</div>
<hr class="divider">
<div class="c2">
<p>Welcome to our student resource hub, your one-stop destination for BCA (Bachelor of Computer Applications)
assistance! We offer comprehensive BCA notes according to IPU Syllabus, a vast collection of previous year
question papers, and in-depth paper analysis. Whether you need to brush up on essential concepts or test your
knowledge with past exams, our website has you cover.</p>
</div>
<div class="c3">
<h2>Download the semester wise notes!</h2>
<div class="text-center">
<a href="./sem.html" target="_blank"><button type="button" class="btn btn-warning bg-light">Download</button></a>
</div>
</div>
<div class="c4">
<img src="./src/1.jpg" alt="">
<img src="./src/2.jpg" alt="">
<img src="./src/3.jpg" alt="">
</div>
</div>
<div class="c3">
<h2>Download the previos year exam papers!</h2>
<div class="text-center">
<a href="https://drive.google.com/drive/folders/1VFXHY8I8lP7h4XJtnXSwwfBNrq74oluS?usp=drive_link"
target="_blank"><button type="button" class="btn btn-warning bg-light">Download</button></a>
</div>
</div>
<div class="c3" style="background-color: rgba(112, 107, 107, 0.396);">
<h2>Download the in-depth paper analysis</h2>
<div class="text-center">
<a href="https://drive.google.com/drive/folders/1PKgSzt4hKgLG82YntTarQhnuIH3Uwazl" target="_blank"><button
type="button" class="btn btn-warning bg-light">Download</button></a>
</div>
</div>
<!-- End of Content -->
<!-- Footer -->
<footer>
<div class="footer-content">
<h3>CodeWor</h3>
<p>Made with love By Lakshay Babbar student of BCA(2nd year) at SGTBIMIT(IP University).</p>
<ul class="socials">
<li><a href="https://www.instagram.com/thelakshaybabbar/" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
<li><a href="https://github.com/LakshayBabbar" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/lakshay-babbar-5b70a7273" target="_blank"><i
class="fa fa-linkedin-square"></i></a></li>
<li><a
href="https://www.google.com/search?q=codewor+free+bca+notes&rlz=1C1UEAD_enIN1054IN1054&oq=codewor+free+&aqs=chrome.2.69i57j0i13i512j69i59l2j0i13i512j69i60j69i61l2.7503j0j7&sourceid=chrome&ie=UTF-8"
target="_blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
<div class="footer-bottom">
<p>Designed by <span>Lakshay Babbar</span></p>
</div>
</footer>
<script src="./js/index.js"></script>
</body>
</html>