-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 1.31 KB
/
Copy pathindex.html
File metadata and controls
47 lines (42 loc) · 1.31 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Neo Kumar</title>
<link rel="icon" href="img/neo-avatar.JPG">
</head>
<body>
<!-- Header element-->
<header>
<img src="img/neo-avatar.JPG">
<h1>Neo Kumar</h1>
</header>
<!-- Main element -->
<main>
<h2>All About Me</h2>
<p>This is a description of Neo Kumar. He is currently a Senior in Caroll Senior High School and will be attending Texas A&M University in the Fall semester!</p>
<img src="img/tamu-aerial.jpeg">
<p>Resume</p>
<!-- Characteristics -->
<h2>Everything on my Resume</h2>
<ol>
<li>Item number 1 on resumer</li>
<li>Item number 2 on resumer</li>
<li>Item number 3 on resumer</li>
</ol>
<!-- Friends -->
<h2>Ralph's Friends</h2>
<p>Ralph has some awesome friends. I think his best friend is Glitch. Click on the links down below to read more about them!</p>
<ul>
<li><a target="_blank" href="https://www.pacman.com/en/">Pac-Man</a></li>
<li><a target="_blank" href="https://mario.nintendo.com/">Mario</a></li>
<li><a target="_blank" href="https://www.mariowiki.com/Luigi/">Luigi</a></li>
</ul>
</main>
<!-- Footer element -->
<footer>
<p>This site was created during by me using Skillshare © Neo</p>
</footer>
</body>
</html>