-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (37 loc) · 1.37 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
43
44
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>SL</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?
family=Abril+Fatface&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<header>
<a href="https://www.w3schools.com/">Darkweb to Darkside</a>
</header>
<div class="head">
<img src="https://raw.githubusercontent.com/green-fox-academy/myfirstapp-syllabus/master/assets/first-website-header.png" alt="Anakin">
<div class=headertext>Hi, my name is</div>
<div class=headertext1>Anakin Skywalker</div>
</div>
<p class="xy"><strong>Analytical, goal oriented leader</strong> with proven track record in management and
enforcement Space Fleet Operations or Frontend Development. Wide range of
hands-on experience, including:</p>
<ul class="firstul">
<li>Large scale construction projects oversight</li>
<li>Advanced forms of mind control</li>
<li>Planetary scale demolitions operations</li>
<li>Fugitive recovery services</li>
</ul>
<blockquote> Together we can rule the galaxy
<div class="kell">”</div>
</blockquote>
<!-- partial -->
</body>
</html>