-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://cdn-icons-png.flaticon.com/512/8332/8332407.png">
<link rel="stylesheet" href="index.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=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Rubik+Wet+Paint&display=swap" rel="stylesheet">
<title>Brett Bannister</title>
</head>
<body>
<div class="container">
<nav class="navBar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about/about.html">About</a></li>
<li><a href="portfolio/portfolio.html">Portfolio</a></li>
<li><a target="_blank" href="https://www.instagram.com/therealhandrail/">Instagram</a></li>
<li><a target="_blank" href="https://www.instagram.com/imsorrysafari/">Sorry Safarai</a></li>
<li><a href="stopwatch/index.html">Stopwatch</a></li>
</ul>
</nav>
<div class="welcomeSection">
<section>
<h1>Welcome To My Website!</h1>
<header>Thank you for joining me on this wild ride!</header>
<p>Here you can learn all you need to know about me!</p>
<p>Have a listen to my one of my favorite songs.</p>
<p>The band All is a descendent of.. well.. The Decendents. <br> Going on to influence mordern(ish) pop-punk bands<br> such as Green Day or Blink-182. You can hear<br> the heavy punk mixed with that <br>sweet, sweet, 80's goodness of the time.</p>
<div class="jams"><iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/7p6ukraUnzc3xlVEAWiy9d?utm_source=generator" width="100%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe></div>
</section>
</div>
</div>
</body>
</html>