-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@100;300&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Miranda Frudd</title>
</head>
<body>
<div class="white-box">
<h1>Hello, I'm Miranda</h1>
<img src="../profile/images/47561132.png" width="150px" alt="Miranda Frudd">
<div class="about">
<p>I love running, cooking and learning to code!!</p>
</div>
<div class="button">
<a href="https://www.theguardian.com/technology/blog/2006/oct/16/whatsafloga" target="_blank" class="btn-blue">View my blog</a>
</div>
</div>
<div class="white-box">
<p>🌸 Follow me on social media 🌸</p>
<ul class="list-in-line">
<li>
<a href="https://www.instagram.com/mirandafrudd/?hl=en" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://github.com/MirandaFrudd" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</body>
</html>