-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
240 lines (233 loc) · 8.09 KB
/
Copy pathindex.html
File metadata and controls
240 lines (233 loc) · 8.09 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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!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>Project { Library } - Home</title>
<!-- CSS only -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css"
/>
<link rel="stylesheet" href="./assets/css/home.css" />
</head>
<body>
<!-- Start Header -->
<header class="navbar navbar-expand-lg navbar-dark sticky-top bg-light">
<div class="container">
<a class="navbar-brand text-danger" href="#"
><span class="brand fw-bolder">Project { eBook }</span></a
>
<button
class="navbar-toggler bg-danger"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active text-dark" aria-current="page" href="#"
><span class="links text-danger">Home</span></a
>
</li>
<li class="nav-item">
<a
class="nav-link text-dark"
aria-current="page"
href="./assets/pages/categories.html"
><span class="links">Categories</span></a
>
</li>
<li class="nav-item">
<a
class="nav-link text-dark"
aria-current="page"
href="./assets/pages/about.html"
><span class="links">About</span></a
>
</li>
<li class="nav-item">
<a class="nav-link text-dark" aria-current="page" href="#footer"
><span class="links">Contacts</span></a
>
</li>
</ul>
<form
class="d-flex"
role="search"
method="get"
action="./assets/pages/search.html"
>
<div class="d-flex">
<input
class="form-control me-2 border-dark text-dark"
type="search"
placeholder="Search Books"
aria-label="Search"
id="seaarch-book"
name="search"
/>
<button
class="btn btn-outline-danger"
id="search-btn"
type="submit"
>
Search
</button>
</div>
</form>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start Jumbotron Section -->
<section
class="intro container d-flex flex-wrap align-items-center justify-content-center"
>
<div class="col-12 col-md-6 intro__title">
<h1 class="text-danger fw-bolder">Project - eBook</h1>
<p>An online free library Website with an interactive UI</p>
</div>
<div class="col-12 col-md-6 intro__animation text-center">
<img
src="./assets/svg/ebook.svg"
alt="Books Animation"
class="animation"
/>
</div>
</section>
<!-- End Jumbotron Section -->
<!-- Start Footer -->
<footer class="text-center text-lg-start text-white bg-danger" id="footer">
<!-- Section: Social media -->
<section class="d-flex justify-content-between pt-4 px-4 bg-danger">
<!-- Left -->
<div class="me-5 p-2 text-light">
<span>Get connected with me on social networks :</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a
href="https://www.facebook.com/jaya.karthik.oo7"
class="text-white me-4"
>
<i class="bi-facebook p-1 m-1 fs-4"></i>
</a>
<a href="https://twitter.com/jayakarthik_jk/" class="text-white me-4">
<i class="bi-twitter p-1 m-1 fs-4"></i>
</a>
<a href="mailto:jayakarthik7312@gmail.com" class="text-white me-4">
<i class="bi-google p-1 m-1 fs-4"></i>
</a>
<a
href="https://www.instagram.com/jayakarthik.jk/"
class="text-white me-4"
>
<i class="bi-instagram p-1 m-1 fs-4"></i>
</a>
<a
href="https://www.linkedin.com/in/jayakarthik-k-aa8a5922a"
class="text-white me-4"
>
<i class="bi-linkedin p-1 m-1 fs-4"></i>
</a>
<a href="https://github.com/jayakarthik-jk" class="text-white me-4">
<i class="bi-github p-1 m-1 fs-4"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section>
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bolder">Project { eBook }</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #fff; height: 2px"
/>
<p>
This is an open source project. You can find the Source Code on
<a
href="https://github.com/jayakarthik-jk/Project-eBook"
style="color: #fff"
>Github</a
>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bolder">Projects</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #fff; height: 2px"
/>
<p>
<a
href="https://deviprakash9908.github.io/YetAnotherOnlineCodeEditor/"
class="text-white"
>Yaoce
</a>
</p>
<p>
<a
href="https://github.com/jayakarthik-jk/calc-apk"
class="text-white"
>Basic Calc</a
>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bolderer">Contacts</h6>
<hr
class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #fff; height: 2px"
/>
<p><i class="bi-home mr-3"></i>Chennai, TamilNadu</p>
<p><i class="bi-envelope mr-3"></i> jayakarthik7312@gmail.com</p>
<p><i class="bi-phone mr-3"></i> +91 988 411 7398</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
</footer>
<!-- End Footer -->
<!-- Start Script Section -->
<section>
<!-- JavaScript Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"
></script>
</section>
<!-- End Script Section -->
</body>
</html>