-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
274 lines (264 loc) · 13.1 KB
/
index.html
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NotesPoint</title>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<!--===== Font Awesome =====-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!--===== Main CSS =====-->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--===== Navbar Start =====-->
<nav class="navbar">
<div class="container">
<div class="row justify-content-between">
<div class="logo"><a href="/index.html">Notes<span>Point</span></a></div>
<div class="links">
<ul class="menu">
<li class="nav-item"><a href="/index.html" class="nav-link active">Home <span></span></a></li>
<li class="nav-item"><a href="/pages/old_exam_papers.html" class="nav-link"> Old Exam Papers
<span></span></a></li>
<li class="nav-item"><a href="http://www.subodhpgcollege.com/" target="_blank"
class="nav-link">Main Website <span></span></a></li>
<li class="nav-item"><a href="#about" class="nav-link active">About Me <span></span></a></li>
<li class="nav-item"><a href="#contact" class="nav-link active">Contact <span></span></a></li>
</ul>
</div>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</div>
</nav>
<!--===== Navbar End =====-->
<!--===== Home Section Start =====-->
<section class="home-section" id="home">
<ul class="header-social">
<!--===== Header Social =====-->
<li><a href="https://github.com/harshkumarjangir"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.instagram.com/harshkumarjangir/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://api.whatsapp.com/send?phone=919001586789"><i class="fab fa-whatsapp"></i></a></li>
<li><a href="https://www.linkedin.com/in/harshkumarjangir/"><i class="fab fa-linkedin"></i></a></li>
</ul>
<div class="container">
<div class="row align-items-center">
<div class="home-text">
<h4>Hello</h4>
<h1>This is Notes Point</h1>
<span>BCA - Notes | Old Exam Papers | Syllabus</span>
<p>Here You Can Find All Notes and Exam Papers of BCA for All Semesters.
<br>
The best documents shared by our fellow students, organized in one place.
</p>
<a href="https://drive.google.com/u/0/uc?id=1bclN5xqWlThTwykzbBNwJBSwlCaGIdSj&export=download" class="btn btn-1">Syllabus</a>
</div>
<div class="home-image">
<div class="img-box">
<img src="/images/hero.png" alt="">
</div>
</div>
</div>
</div>
<div class="header-hero-shape"></div>
<!--===== Hero Shape =====-->
</section>
<!--===== Home Section End =====-->
<!--===== Services Section Start =====-->
<section class="service-section section-padding" id="services">
<div class="container">
<div class="row">
<div class="section-title text-align">
<h5 class="sub-title">Semesters</h5>
<h3 class="main-title">Notes we Provide</h3>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!--===== Section Title =====-->
</div>
<div class="row">
<!--===== Service Item Start =====-->
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fas fa-laptop-code"></i>
</div>
<h3>Semester - 1st Notes</h3>
<p>Click on the Notes button to get all the Notes of BCA 1st Semester</p>
<br> <br>
<a href="pages/semester_1.html" class="btn btn-1">Notes</a>
</div>
</div>
<!--===== Service Item End =====-->
<!--===== Service Item Start =====-->
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fas fa-code"></i>
</div>
<h3>Semester - 2nd Notes</h3>
<p>Click on the Notes button to get all the Notes of BCA 2nd Semester</p>
<br> <br>
<a href="pages/semester_2.html" class="btn btn-1">Notes</a>
</div>
</div>
<!--===== Service Item End =====-->
<!--===== Service Item Start =====-->
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fas fa-laptop-code"></i>
</div>
<h3>Semester - 3rd Notes</h3>
<p>Click on the Notes button to get all the Notes of BCA 3rd Semester</p>
<br> <br>
<a href="pages/semester_3.html" class="btn btn-1">Notes</a>
</div>
</div>
<!--===== Service Item End =====-->
<!--===== Service Item Start =====-->
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fas fa-code"></i>
</div>
<h3>Semester - 4th Notes</h3>
<p>Click on the Notes button to get all the Notes of BCA 4th Semester</p>
<br> <br>
<a href="pages/semester_4.html" class="btn btn-1">Notes</a>
</div>
</div>
<!--===== Service Item End =====-->
<!--===== Service Item Start =====-->
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fas fa-laptop-code"></i>
</div>
<h3>Semester - 5th Notes</h3>
<p>Click on the Notes button to get all the Notes of BCA 5th Semester</p>
<br> <br>
<a href="pages/semester_5.html" class="btn btn-1">Notes</a>
</div>
</div>
<!--===== Service Item End =====-->
<!--===== Service Item Start =====-->
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fas fa-code"></i>
</div>
<h3>Semester - 6th Notes</h3>
<p>Click on the Notes button to get all the Notes of BCA 6th Semester</p>
<br> <br>
<a href="pages/semester_6.html" class="btn btn-1">Notes</a>
</div>
</div>
<!--===== Service Item End =====-->
</div>
</div>
</section>
<!--===== Services Section End =====-->
<!--===== About Section Start =====-->
<section class="about-section section-padding" id="about">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="about-image">
<div class="img-box">
<img src="/images/harshkumarjangir.png" alt="">
</div>
</div>
<div class="about-content">
<div class="section-title">
<h5 class="sub-title">About Me</h5>
<h3 class="main-title">I'm Harsh Kumar Jangir</h3>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!--===== Section Title =====-->
<p>As a Bachelor of Computer Applications (BCA) student with a passion for technology and Web development, I am excited to kickstart my career in the technology industry. I am eager to learn and grow in the industry. Through my academic curriculum, I have gained knowledge in programming languages, and, database management, and web technologies.
<br>
I am currently pursuing my BCA degree from S. S. Jain Subodh P. G. (Autonomous) College, and I am always seeking new opportunities to enhance my skills and knowledge. I am an enthusiastic learner who is committed to staying up-to-date with the latest industry trends and technologies.
<br>
I am a proactive learner, always seeking new opportunities to expand my skillset and keep up-to-date with the latest industry trends. As a tech enthusiast, I enjoy exploring new technologies, and I believe in using technology to solve real-world problems.
<br>
I am seeking opportunities to gain practical experience in Web & Software development and work with a team of experienced professionals to learn and grow in the industry.</p>
</div>
</div>
</div>
</section>
<!--===== About Section End =====-->
<!--===== Contact Section Start =====-->
<section class="contact-section section-padding" id="contact">
<div class="container">
<div class="row">
<div class="section-title text-align">
<h5 class="sub-title">Contact</h5>
<h3 class="main-title">Get in Touch</h3>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!--===== Section Title =====-->
</div>
<div class="row">
<!--===== contact item start =====-->
<div class="contact-item">
<div class="contact-item-inner">
<a href="https://api.whatsapp.com/send?phone=919001586789">
<i class="fab fa-whatsapp"></i>
<span>Whatsapp</span>
<p>+919001586789</p>
</a>
</div>
</div>
<!--===== contact item end =====-->
<!--===== contact item start =====-->
<div class="contact-item">
<div class="contact-item-inner">
<a href="mailto:[email protected]">
<i class="fas fa-envelope"></i>
<span>Email</span>
<p>[email protected]</p>
</a>
</div>
</div>
<!--===== contact item end =====-->
<!--===== contact item start =====-->
<div class="contact-item">
<div class="contact-item-inner">
<i class="fas fa-map-marker-alt"></i>
<span>Address</span>
<p>Rajasthan, India</p>
</div>
</div>
<!--===== contact item end =====-->
</div>
<!--===== Contact Form =====-->
</div>
</section>
<!--===== Contact Section End =====-->
<!--===== Footer Section Start =====-->
<footer class="footer">
<div class="container">
<div class="row justify-content-center">
<p class="copyright-text">© 2023 NotesPoint | All Right Reserved</p>
</div>
</div>
</footer>
<!--===== Footer Section End =====-->
<!--===== Main JS =====-->
<script src="js/main.js"></script>
</body>
</html>