-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
49 lines (47 loc) Β· 1.9 KB
/
about.html
File metadata and controls
49 lines (47 loc) Β· 1.9 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
<!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>Pride Emojis - About</title>
<link rel="stylesheet" href="https://bootswatch.com/5/minty/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="/favicon.png">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container-fluid">
<a class="navbar-brand" href="/"> π³οΈβπ Pride Flags</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link" href="/">Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/install.html">Installing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/cheat-sheet.html">Cheat Sheet</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="/about.html">About
<span class="visually-hidden">(current)</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<br>
<h1> π³οΈβπ Pride Emojis π³οΈβπ </h1>
<h5>About</h5>
<p>Currently there is only two pride flags in standard unicode, the trans flag, and the rainbow flag.</p>
<p>This is not enough, even though people have submitted more to unicode, they always deny them.</p>
<p>This is what this project trys to fix, it replaces other emojis that nobody uses with more prideflags.</p>
</body>
</html>