-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
218 lines (185 loc) · 9.32 KB
/
Copy pathabout.html
File metadata and controls
218 lines (185 loc) · 9.32 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="description" content="timetable for IT students of vjit">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="NAND KISHORE">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="bootstrap/dist/css/bootstrap.min.css">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="icon" href="images/logo.png" />
<title>IT Section B | TimeTable</title>
<style>
td {
text-align: center !important;
}
</style>
<link rel="stylesheet" href="style.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7020320523228842"
crossorigin="anonymous"></script>
</head>
<body>
<div id="preloader"></div>
<!-- navbar section starts -->
<nav class="navbar navbar-expand-md fixed-top navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/"><img src="images/logo.png" alt="" width="40px" /></a>
<button class="navbar-toggler" style="color: transparent; border-color: transparent;" type="button"
data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight" aria-controls="navbarCollapse"
aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="sem-1.html">Semester-1</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar section ends -->
<!-- off canvas starts -->
<section class="side-bar">
<div class="offcanvas offcanvas-end d-flex flex-column flex-shrink-0 p-1 text-dark bg-dark"
style="width: 280px; background-color: var(--light-bg)!important;" tabindex="-1" id="offcanvasRight"
aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header">
<a class="navbar-brand" href="/"><img src="images/logo.png" alt="" width="25px" /></a>
<h5 id="offcanvasRightLabel">Information Technology</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close">
</button>
</div>
<div class="offcanvas-body">
<ul class="nav nav-pills flex-column mb-auto">
<li class="nav-item">
<a href="/" class="nav-link" aria-current="page">
<svg class="bi me-2" width="16" height="16">
<use xlink:href="#home"></use>
</svg> Home
</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link text-white">
<svg class="bi me-2" width="16" height="16">
<use xlink:href="#speedometer2"></use>
</svg> About
</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link text-white">
<svg class="bi me-2" width="16" height="16">
<use xlink:href="#speedometer2"></use>
</svg> Contact
</a>
</li>
<li class="nav-item">
<a href="sem-1.html" class="nav-link text-white">
<svg class="bi me-2" width="16" height="16">
<use xlink:href="#speedometer2"></use>
</svg> Semester-1
</a>
</li>
</ul>
</div>
</div>
</section>
<!-- off canvas ends -->
<div class="bg-light banner me-md-3 pt-5 pb-5 px-3 pt-md-5 px-md-5 text-center overflow-hidden w-100">
<div class="mb-0 pt-5">
<h2 class="display-5 text-uppercase text-light pt-5">Information Technology</h2>
<p class="lead text-light">Section B ( Semester 2.0 )</p>
</div>
<div class="box">
<p class="m-1">
<small class="text-light fw-bold m-1 fst-italic" style="font-size: 10px;">***Give a Star to Support
Us</small>
</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<div class="github">
<div class="btn-group btn-group-sm shadow-lg mt-0" role="group" aria-label="...">
<a target="_blank" href="https://github.com/nandk4552/timetable"
class="btn btn-sm btn-outline-warning social-count text-muted"><i
class="fas text-muted fa-star mx-1"></i>Star</a>
<a target="_blank" href="https://github.com/nandk4552/timetable"
class="btn btn-sm btn-outline-warning text-muted social-count">3
<span
class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger">
3
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="about-web my-3 py-3">
<h2 class="py-3 display-5 under text-center text-capitalize">about website</h2>
<div class="container py-5">
<div class="bg-light rounded-3 p-5">
<h4 class="text-center">I'm a IT-B first Year Student</h4>
<p class="text-center">
This a TimeTable Webpage is Created To make it available for every student In Our Section.
</p>
</div>
</div>
</section>
<section class="about-me container my-3">
<h2 class="py-3 display-5 under text-center text-capitalize">about me</h2>
<div class="box-container row my-5">
<div class="box col-12 p-0">
<img src="images/my.jpg" alt="">
<div class="share">
<a href="https://www.facebook.com/nand.kishore.79230/" class="fab fa-facebook-f"></a>
<a href="https://www.youtube.com/channel/UCRYItFW93_gNejyTTj-XnhA" class="fab fa-youtube"></a>
<a href="https://www.instagram.com/_nandu_.1/" class="fab fa-instagram"></a>
<a href="https://www.linkedin.com/in/nand-kishore-809880172/" class="fab fa-linkedin"></a>
</div>
<h3 class="text-bolder bg-white">Nand Kishore</h3>
</div>
</section>
<section class="home-contact ">
<div class="content ">
<h3>have any questions?</h3>
<p>Do you have any queries, any suggestions feel free to contact me <br>I'm going to resolve your issue as
soon as possible</p>
<a href="contact.html " class="white-btn btn ">contact us</a>
</div>
</section>
<!-- footer section starts -->
<section class="footer ">
<footer>
<ul class="nav justify-content-center ">
<li class="nav-item "><a href="/ " class="nav-link px-2 text-light ">Home</a></li>
<li class="nav-item "><a href="about.html " class="nav-link px-2 text-light ">About</a></li>
<li class="nav-item "><a href="contact.html " class="nav-link px-2 text-light ">Contact</a></li>
<li class="nav-item "><a href="sem-1.html " class="nav-link px-2 text-light ">Semester-1</a></li>
</ul>
<hr class="pt-0 mt-0 ">
<p class="text-light copyright fw-bold text-center fst-italic "><em>***All the Notes and Materials used in
this website for educational purpose only not to promote ourself</em></p>
<h6 class="text-center text-light fs-6 fw-normal ">© 2022 IT Section-B | Created By <i
class="fas fa-heart text-danger "></i> <a target="_blank "
href="https://www.linkedin.com/in/nand-kishore-809880172/ " class="text-decoration-underline
text-light fs-6 "> NAND KISHORE</a></h6>
</footer>
</section>
<!-- footer section ends -->
<!-- custom js file link -->
<script src="js/script.js"></script>
<script src="bootstrap/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>