-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-me.html
57 lines (57 loc) · 1.85 KB
/
about-me.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">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"
/>
<link rel="stylesheet" href="main.css" />
<link
href="https://fonts.googleapis.com/css?family=Bangers&display=swap"
rel="stylesheet"
/>
<script async defer src="script.js"></script>
<title>Natasha Stenner</title>
<link rel="shortcut icon" type="image/png" href="./images/smile.png">
</head>
<body>
<section class="side-bar borders">
<heading id="heading"><h1>Tasha</h1></heading>
<h2>About me</h2>
<div class="socials side">
<a href="./index.html" class="links">Home</a>
<a href="./blog.html" class="links"> Blog</a>
<a href="./portfolio.html" class="links">Portfolio</a>
<div>
<a class="fas fa-at links" href="mailto:[email protected]"></a>
<a
target="_blank"
class="fab fa-github links"
href="https://github.com/TashaStenner"
></a>
<a
target="_blank"
class="fab fa-linkedin-in links"
href="https://www.linkedin.com/in/tasha-stenner-4196671a1/"
></a>
</div>
</div>
</section>
<section id="about-me">
<div id="facts">
<h2>Random Fact's About Me</h2>
<div class="paper">
<p id="fact"></p>
<p id="watermark">Dunder Mifflin</p>
</div>
<p id="click">
Click on ME for fact <a class="fas fa-long-arrow-alt-right"></a>
</p>
</div>
<img class="peering" id="randomBtn" src="/images/peering2.png" alt="" />
</section>
</body>
</html>