-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (57 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<title>FBT Random Key Generator</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Inspiration&family=Martel+Sans:wght@200;300;400;600&family=Montserrat:wght@300;400;500;600;700&family=Tangerine:wght@700&display=swap"
/>
<link rel="stylesheet" href="./styles/styles.css" />
</head>
<body data-new-gr-c-s-check-loaded="8.905.0" data-gr-ext-installed="">
<!-- header/nav -->
<header>
<div class="header__logo-container">
<a href="#"
><img
class="header__logo-img"
src="img/Logo transparent background.png"
alt="free bass transcriptions logo"
/></a>
</div>
<nav>
<ul class="nav__list">
<li class="nav__list-link"><a href="#">TRANSCRIPTIONS</a></li>
<li class="nav__list-link"><a href="#">VIDEOS</a></li>
<li class="nav__list-link"><a href="#">TUITION</a></li>
<li class="nav__list-link"><a href="#">SHOP</a></li>
<li class="nav__list-link"><a href="#">CONTACT</a></li>
</ul>
</nav>
</header>
<div class="title">
<h1>Random Key Generator</h1>
<p>Because nobody would ever choose F# major</p>
</div>
<main>
<div class="key-display"></div>
<div class="btn-container">
<button class="key-btn">Hit Me</button>
</div>
</main>
<!-- footer -->
<footer>
<p>
Copyright © Free Bass Transcriptions <span class="date"></span>.
All rights reserved.
</p>
</footer>
<!-- javascript -->
<script type="text/javascript" src="/app.js"></script>
</body>
<grammarly-desktop-integration
data-grammarly-shadow-root="true"
></grammarly-desktop-integration>
</html>