-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (83 loc) · 2.76 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
<!DOCTYPE html>
<html>
<head>
<title>Beatrice Verzier – Bitty Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/style-home.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Eczar:wght@600&family=Roboto+Mono:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;600&display=swap"
/>
<link href="css/all.css" rel="stylesheet" />
<script type="text/javascript" src="js/script.js"></script>
<script defer src="js/all.js"></script>
</head>
<body>
<div class="home">
<div class="menu" id="Menu">
<a href="#" class="closebtn" onclick="closeMenu()"> × </a>
<div class="menu-content">
<h2><a href="index.html">HOME</a></h2>
<p>
<a href="index.html" class="widgets"
><i class="fas fa-home fa-2x"></i
></a>
</p>
<h2><a href="listen.html">LISTEN</a></h2>
<p>
<a href="listen.html" class="widgets"
><i class="fas fa-music fa-2x"></i
></a>
</p>
<h2><a href="read.html">READ</a></h2>
<p>
<a href="read.html" class="widgets"
><i class="far fa-newspaper fa-2x"></i
></a>
</p>
<h2><a href="contact.html">CONTACT</a></h2>
<p>
<a href="contact.html" class="widgets"
><i class="far fa-paper-plane fa-2x"></i
></a>
</p>
</div>
</div>
<div class="navbar">
<h2><a href="index.html">HOME</a></h2>
<h2><a href="listen.html">LISTEN</a></h2>
<h1><a href="index.html">Bitty Page</a></h1>
<h2><a href="read.html">READ</a></h2>
<h2><a href="contact.html">CONTACT</a></h2>
<a href="#" class="icon" onclick="openMenu()"
><i class="fas fa-bars fa-2x"></i
></a>
</div>
<div class="empty"></div>
<div class="somebar">
<a
href="https://soundcloud.com/bittypagemusic"
target="_blank"
class="icons"
><img
height="40"
src="img/SoundCloud.png"
alt="Find me on SoundCloud"
/></a>
<a
href="https://www.youtube.com/user/BittyPage"
target="_blank"
class="icons"
><img height="45" src="img/YouTube.png" alt="Find me on YouTube"
/></a>
<a
href="https://www.facebook.com/beatriceverzier/"
target="_blank"
class="icons"
><img height="50" src="img/Facebook.png" alt="Find me on Facebook"
/></a>
</div>
</div>
</body>
</html>