forked from abhishek213-alb/CountdownTimer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
304 lines (285 loc) · 10.8 KB
/
about.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!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>Homepage</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png" />
<link rel="manifest" href="favicon_io/site.webmanifest" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<style>
.footer-basic {
padding: 40px 0;
background-color: #ffffff;
color: #4b4c4d;
}
.footer-basic ul {
padding: 0;
list-style: none;
text-align: center;
font-size: 18px;
line-height: 1.6;
margin-bottom: 0;
}
.footer-basic li {
padding: 0 10px;
}
.footer-basic ul a {
color: inherit;
text-decoration: none;
opacity: 0.8;
}
.footer-basic ul a:hover {
opacity: 1;
}
.footer-basic .social {
text-align: center;
padding-bottom: 25px;
}
.footer-basic .social>a {
font-size: 24px;
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
border-radius: 50%;
border: 1px solid #ccc;
margin: 0 8px;
color: inherit;
opacity: 0.75;
}
.footer-basic .social>a:hover {
opacity: 0.9;
}
.footer-basic .copyright {
margin-top: 15px;
text-align: center;
font-size: 13px;
color: #aaa;
margin-bottom: 0;
}
.heading {
display: block;
justify-content: center;
position: relative;
left: 20vw;
}
.contents {
display: block;
justify-content: center;
position: relative;
left: 20vw;
margin-right: 50vw;
}
.linkhome {
text-decoration: none;
color: black;
}
</style>
</head>
<body>
<nav id="navbar">
<ul class="menu">
<div>
<li class="logo"><img src="Countdown.png" alt="Logo" height="80px" width="80px" style="border-radius: 50px;">
</li>
</div>
<div class="links">
<li class="item"><a href="index.html">Home</a></li>
<li class="item"><a href="./about.html">About</a></li>
<li class="item has-submenu">
<a class="submenu-title" tabindex="0">Services</a>
<ul class="submenu">
<li class="subitem">
<a href="./components/CountdownTimer.html">Timer app</a>
</li>
<li class="subitem">
<a href="./to-doLISt/index.html">Todo Manager</a>
</li>
<li class="subitem"><a href="#">Music Player</a></li>
</ul>
</li>
<li class="item has-submenu">
<a class="submenu-title" tabindex="0">Plans</a>
<ul class="submenu">
<li class="subitem"><a href="#">Freelancer</a></li>
<li class="subitem"><a href="#">Startup</a></li>
<li class="subitem"><a href="#">Enterprise</a></li>
</ul>
</li>
<li class="item"><a href="#">Blog</a></li>
<li class="item"><a href="./contact.html">Contact</a></li>
<li class="item button button1"><a href="/LOGIN/LogIn.html">Log In</a></li>
</div>
<div>
<li class="item searched d-flex my-2">
<input type="search" placeholder="Search" id="form1" class="form-control" />
<button type="button" class="btn btn-primary mx-1">
<i class="fas fa-search"></i>
</button>
</li>
<li class="toggle">
<a href="#"><i class="fas fa-bars"></i></a>
</li>
</div>
</ul>
</nav>
<div class="about-us">
<h1 class="heading">About Us</h1>
<br>
<p class="contents">Countdown Timer is a website that manages your time in the most efficient yet sophisticated way.
It offers various apps to do the same, like for example, timer manager app, to do app.
It takes a lot of care that you finish your work in time, and not miss out assignments due to paucity of time.
Time management plays a significant role in everyone's life from big celebrities to normal laymen.
Appointments, and late night assignments define a student's life in general. Procrastination is the favourite
word, you can not do without.
Last minute preparations are like the fairy Godmothers at the end.<br /> But halt there, <i>Countdown Timer </i>
has harbingered to get you rid of all such troubles, and worries. We promise you timer calls to wake up early, get
to work, and reminder warnings to stop you from missing assignments, as well as appointments.
List down your favourites, or even your daily chores, and cross out when the work gets done. Thereby the website
won't allow you to miss out anything precious!
Stay in top of the corporate ladder with our website, which we have customized in such a way to fit both timers as
well as to do lists in place just juxtaposed against each other.
We also offer other services like startup, enterprises and freelancing plans. Our blogs may help your come across
information which interests you.
What are you waiting for then? Just open up the <a href="./index.html" class="linkhome"><small>Home</small></a>
page and get access to awesome content!
</p>
</div>
<div class="carousel">
<img src="https://source.unsplash.com/1600x900/?quote" alt="quote" class="slide active fade" />
<img src="https://source.unsplash.com/1600x900/?quote" alt="quote" class="slide fade" />
</div>
<div class="cards-container">
<div class="card bg-1">
<div class="card-content">
<h3>Title</h3>
<div>
Lorem ipsum dolor sit amet consectetur adipisicing elit. At
molestias voluptatem laboriosam esse, deserunt eaque est fugiat
vitae itaque unde aut quasi soluta quod a perferendis voluptatibus,
rerum reiciendis quam.
</div>
<a href="#" class="goto-btn">Open</a>
</div>
</div>
<div class="card bg-2">
<div class="card-content">
<h3>Todo Manager</h3>
<div>Procrastination is opportunity's natural assassin</div>
<a href="to-doLISt/index.html" class="goto-btn">Open</a>
</div>
</div>
<div class="card bg-3">
<div class="card-content">
<h3>Countdown Timer</h3>
<div>
A simple web app for setting up a Countdown from right now to a
specific date
</div>
<a href="components/CountdownTimer.html" class="goto-btn">Open</a>
</div>
</div>
</div>
<script>
let slideIndex = 0;
const showSlides = async () => {
let slides = document.getElementsByClassName("slide");
let url;
try {
let response = await fetch(
"https://source.unsplash.com/1600x900/?quote"
);
url = response.url;
} catch (error) {
console.log(error);
}
slides[slideIndex].classList.toggle("active");
slideIndex++;
slideIndex %= slides.length;
slides[slideIndex].classList.toggle("active");
slides[slideIndex].src = url;
};
setInterval(showSlides, 5000);
const toggle = document.querySelector(".toggle");
const menu = document.querySelector(".menu");
/* Toggle mobile menu */
function toggleMenu() {
if (menu.classList.contains("active")) {
menu.classList.remove("active");
// adds the menu (hamburger) icon
toggle.querySelector("a").innerHTML = "<i class='fas fa-bars'></i>";
} else {
menu.classList.add("active");
// adds the close (x) icon
toggle.querySelector("a").innerHTML = "<i class='fas fa-times'></i>";
}
}
/* Event Listener */
toggle.addEventListener("click", toggleMenu, false);
const items = document.querySelectorAll(".item");
/* Activate Submenu */
function toggleItem() {
if (this.classList.contains("submenu-active")) {
this.classList.remove("submenu-active");
} else if (menu.querySelector(".submenu-active")) {
menu
.querySelector(".submenu-active")
.classList.remove("submenu-active");
this.classList.add("submenu-active");
} else {
this.classList.add("submenu-active");
}
}
/* Event Listeners */
for (let item of items) {
if (item.querySelector(".submenu")) {
item.addEventListener("click", toggleItem, false);
item.addEventListener("keypress", toggleItem, false);
}
}
/* Close Submenu From Anywhere */
function closeSubmenu(e) {
if (menu.querySelector(".submenu-active")) {
let isClickInside = menu
.querySelector(".submenu-active")
.contains(e.target);
if (!isClickInside && menu.querySelector(".submenu-active")) {
menu
.querySelector(".submenu-active")
.classList.remove("submenu-active");
}
}
}
/* Event listener */
document.addEventListener("click", closeSubmenu, false);
</script>
<div class="footer-basic">
<footer>
<div class="social"><a href="#"><i class="icon ion-social-instagram"></i></a><a href="#"><i
class="icon ion-social-linkedin"></i></a><a href="#"><i class="icon ion-social-pinterest"></i></a><a
href="#"><i class="icon ion-social-facebook"></i></a><a href="#"><i class="icon ion-social-youtube"></i></div>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Home</a></li>
<li class="list-inline-item"><a href="#">Services</a></li>
<li class="list-inline-item"><a href="./about.html">About</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>
<li class="list-inline-item"><a href="#">Privacy Policy</a></li>
</ul>
<p class="copyright">CountdownTimer © 2021</p>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
</body>
</html>