-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (20 loc) · 1.52 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
<!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>Document</title>
<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=Poiret+One&display=swap" rel="stylesheet">
</html>
<body style="background-color: rgb(5, 174, 252);">
<main style="box-shadow: 0 8px 6px -6px black; background-color: white; width: 90%; margin-left: 5%; margin-top: 3%; border: solid 1px; border-radius: 5px; border-color: white; text-align: center">
<p style="display: inline-block; margin:0; border-bottom: 2px solid; border-color: #FB1F5B; font-size:13vw; font-family: 'Poiret One', cursive; letter-spacing: -2vw; font-weight: 100;"><span style="color:#333333;">< W</span> <span style="color: #05AEFC;">J</span> <span style="color: #09FC83;">> </p>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 3vw; margin: 0; margin-top: 20px;">Full Stack Web Developer</p>
<a style="display: inline-block; font-size: 3vw;margin-top: 40px;margin-bottom: 90px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none;" href="">willalanjohnson.com</a>
<img src="./bangos.png" alt="bangos" style="width: 100%; margin-top: 5%;">
</main>
</body>
</html>