-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
61 lines (59 loc) · 3.2 KB
/
about.html
File metadata and controls
61 lines (59 loc) · 3.2 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
<!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="This site lets you take a break from the busy bandwidth of the internet by letting you relax and let your thoughts go." />
<meta name="author" content="" />
<title>Thoughtlesss</title>
<link rel="stylesheet" href="https://use.typekit.net/tjg2gok.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<div class = "overlay-about">
<nav class="navbar navbar-expand-lg bg-transparent">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between align-items-center" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Thoughtlesss</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="about.html">Fire</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">Wind</a>
</li> -->
</ul>
<div id="waveform" class="d-flex align-items-center">
<!-- the waveform will be rendered here -->
</div>
</div>
</div>
</nav>
</nav>
<div class="about-section">
<h1 class="display-1">About</h1>
</div>
</div>
<div class = "section-text">
<p class="lead">The purpose of this site is to interact with the content and take a break from the overstimulation of the internet.
Get your thoughts out instead of bottling up emotions and enjoy calming sounds to help you relax and take your mind off things.</p>
<br><br>
<h2 class="display-1">Meet the Developer</h2>
<p class="lead">Hi! My name is Rashad, I am a frontend developer that loves creating compelling experiences.
My favorite color is red and I love hot chocolate.</p>
</div>
<script src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>