-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 936 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
<!DOCTYPE html>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<title>Justin Ross Bio</title>
</head>
<body>
<header>
<!-- Headers -->
<!-- this is a comment, meant for you and me... shhhhhhh-->
<h1>Student Bio</h1>
<h2>Justin Ross</h2>
</header>
<section>
<!-- Image -->
<img src="https://pbs.twimg.com/media/FayDPdbXoAA_OF5?format=jpg&name=small" alt="justin ross"/>
<!-- Paragraph -->
<p>I am a 23 year old UCF Alumni. I previously studied business management. I am an entrepreneur. I breed French Bulldogs, and I am a proud dad.</p>
<p> <strong>Contact Info</strong>.</p>
<!-- Unordered list -->
<ol>
<li>Email: justinross28@gmail.com</li>
<li>Twitter: IamJusttin65</li>
<li>Github: nftgoat</li>
</ol>
<!-- Link -->
</section>
<footer>
Spread Love
</footer>
</body>
</html>