-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
44 lines (34 loc) · 1.42 KB
/
about.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/76ac8c560b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.typekit.net/obk5qpq.css%22%3E">
<title>Adrien Brake</title>
<link rel="icon" href="Images\My_Icon.ico">
</head>
<body id="body" class="josefin">
<header>
<h1>Adrien Brake's Portfolio</h1>
</header>
<nav>
<a href="index.html"><navH4>Home</navH4></a>
<a href="games.html"><navH4>Games/Tools</navH4></a>
</nav>
<h2> </h2>
<main>
<h2>About Me</h2>
<h4><img src="Images\My_face.jpg" alt="Normally, my face would be here. Just imagine the best looking person."></h4>
<h4>My name is Adrien Brake and I'm a 17 year old going into computer science.</h4>
<h4>I made the game Autobiography which you can find in the Games section of this site.</h>
</main>
<footer>
<a href="https://github.com/TigerInBoots"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/adrien-brake-b9b75a275/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://tigerinboots.itch.io"><i class="fa-brands fa-itch-io"></i></a>
</footer>
</body>
<script type="text/javascript" src="javascript.js"></script>
</html>