-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.14 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.14 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
28
<!doctype html>
<html>
<head>
<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="jump-kick.jpg" width="10%">
<h1> What's going on? My name is Craft!</h1>
<h2>The need to know</h2>
<ul>
<li>I have a passion for roller skating 🛼🛼.3</li>
<li>I started Scrimba in December 2025.</li>
<li>My first project and still currently working on it is a career tracker web app.</li>
</ul>
<p>You can find me on <a href="https://www.linkedin.com/in/leopollo-antoine-48529a196/">Linkedin</a></p>
<p>or <a href="https://github.com/CraftWho">GitHub</a></p>
<input type="text" id="Enter Email...">
<button type="button">Join Newsletter</button>
</body>
</html>