-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (34 loc) · 993 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>AlanYuma VIT Sandbox</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Alan Pruitt</h1>
<p><a href="https://www.linkedin.com/in/alanpruitt">
<img src="alan_headshot_2022.png" alt="Alan Headshot" width="200" height="200"></a></p>
<h2>Some of my favorite things:</h2>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
<h2>Some of my favorite places:</h2>
<ol>
<li>Santiago de Chile</li>
<li>Cadiz Spain</li>
<li>Tel Aviv</li>
</ol>
<h2>Some of my favorite movies:</h2>
<ol>
<li>Private Ryan</li>
<li>Rudy</li>
<li>Star Wars</li>
</ol>
<script src="index.js"></script>
</body>
</html>