-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 1.07 KB
/
index.html
File metadata and controls
27 lines (26 loc) · 1.07 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About me</title>
<link rel="stylesheet" href="style.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=Karla:wght@300;500&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<img src="img/p3.png" class="mypic">
<div class="info">
<h3>Hi! I'm Sydney,</h3>
<h2>I'm a Web Developer.</h2>
<h4>From Maryland.</h4>
<p>Completed my online Web Development course by CodeWizard and I suggest you try to relax and learn something new. 😉 </p>
<h4>Hobbies:</h4>
<div class="hobbies">Photography <img src="img/photography.png" class="icon"> </div>
<div class="hobbies"> Cooking <img src="img/cooking.png" class="icon"></div>
</div>
</div>
</body>
</html>