-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathindex.html
196 lines (185 loc) · 7.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>Favorite OTT Characters</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script
src="https://use.fontawesome.com/releases/v6.1.0/js/all.js"
crossorigin="anonymous"
></script>
<!-- Google fonts-->
<link
href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic"
rel="stylesheet"
type="text/css"
/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/custom.css" rel="stylesheet" />
<style></style>
</head>
<body id="page-top">
<!-- Back to top button -->
<!-- <button
type="button"
class="btn btn-danger btn-floating btn-lg"
id="btn-back-to-top"
>
<i class="fas fa-arrow-up"></i>
</button> -->
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>
<!-- Navigation-->
<nav
class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top"
id="mainNav"
>
<div class="container">
<a class="navbar-brand" href="#page-top"
>Favorite OTT characters</a
>
<input
type="text"
class="form-control"
placeholder="Search here..."
id="SearchTxt"
/>
<input type="checkbox" id="ChangeTheme" />
<div>
<div id="lightbulb"></div>
<label>Light Mode</label>
</div>
</div>
</nav>
<!-- Portfolio Section-->
<section class="page-section portfolio" id="portfolio">
<div class="container">
<!-- Portfolio Section Heading-->
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- <div class="container text-center mb-5">
<div class="input-group mb-3 w-50 m-auto">
<input type="text" class="form-control" onkeyup="searchFunction()" aria-label="Sizing example input" aria-describedby="inputGroup-sizing-default" placeholder="Search for names..">
</div>
</div> -->
<!-- ***************** Cards Container Starts ***************** -->
<div class="row row-cols-1 row-cols-md-3 g-4" id="all-characters">
<!-- all characters here -->
</div>
<!-- ***************** Cards Container Ends ***************** -->
</div>
</section>
<!-- Footer-->
<footer class="footer text-center">
<div class="container">
<div class="row">
<!-- Footer Location-->
<!-- <div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Location</h4>
<p class="lead mb-0">
2215 John Daniel Drive
<br />
Clark, MO 65243
</p>
</div> -->
<!-- Footer Social Icons-->
<div class="col-lg-6 col-md-6 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Around the Web</h4>
<a
class="btn btn-outline-light btn-social mx-1"
href="#!"
><i class="fab fa-fw fa-facebook-f"></i
></a>
<a
class="btn btn-outline-light btn-social mx-1"
href="#!"
><i class="fab fa-fw fa-twitter"></i
></a>
<a
class="btn btn-outline-light btn-social mx-1"
href="#!"
><i class="fab fa-fw fa-linkedin-in"></i
></a>
<a
class="btn btn-outline-light btn-social mx-1"
href="#!"
><i class="fab fa-fw fa-dribbble"></i
></a>
<a
class="btn btn-outline-light btn-social mx-1"
href="https://github.com/ankitpareek0141/Favorite-OTT-characters"
target="_blank"
><i class="fab fa-fw fa-github"></i
></a>
</div>
<!-- Footer About Text-->
<div class="col-lg-6 col-md-6">
<h4 class="text-uppercase mb-4">
About FAVORITE OTT CHARACTERS
</h4>
<p class="lead mb-0">
This webpage is free to use and contribute in the
hacktoberfest event
<a href="https://hacktoberfest.com/"
>hacktoberfest</a
>
.
</p>
<div class="text-center text-white mt-5">
<div>
<hr />
<small
>Copyright © FAVORITE OTT
CHARACTERS</small
>
</div>
</div>
</div>
</div>
</div>
</footer>
<div id="footer">
Made with <span style="color: #e25555;">❤</span>
<p align="center">
<a target="_blank" href="https://github.com/ankitpareek0141/Favorite-OTT-characters/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ankitpareek0141/Favorite-OTT-characters" />
</a>
</p>
</div>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Monoton|Sofia">
<!-- BigPicture -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/bigger-picture.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/bigger-picture.min.js"></script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script
src="https://code.jquery.com/jquery-3.6.1.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ="
crossorigin="anonymous"
></script>
<!-- Core theme JS-->
<script src="js/characters.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>