-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.23 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
<!doctype html>
<html>
<head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="styles.css" />
<link href="https://fonts.googleapis.com/css2?family=Bangers&family=Black+Ops+One&family=Creepster&family=La+Belle+Aurore&family=MedievalSharp&family=Orbitron&family=Rye&display=swap" rel="stylesheet">
<script src="index.js"></script>
</head>
<body>
<!--
Challenge 1:
Write the HTML for your personal website.
-->
<img src=https://media.licdn.com/dms/image/v2/D4D03AQGDuN1M-EUjWg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1720523939816?e=1729728000&v=beta&t=il00U7d46ilDVO3hy2yOGz5AbHjKbfG3t3DSeINd1AA>
<h1>Hi, my name is Ruth</h1>
<h2>Fun facts about me:</h2>
<ul>
<li>I am in my 20's</li>
<li>I Live on Earth</li>
<li>I Love learning new recipes</li>
</ul>
<p>Please connect with me on <a href="https://www.linkedin.com/in/ruth-idam-9b04781a6">Linkedin Profile.</a></p>
<input type="email" placeholder="Enter email...">
<button>Join newsletter</button>
</body>
</html>