-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>About Me</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<img src="Yam For President.png"> | ||
<h1>About Me</h1> | ||
</header> | ||
<main> | ||
<p> Hi there! My name is <em><strong>Yam Gebre.</strong></em> You may know me as the kid who only focused on fun stuff in his president commercial during the first election, and | ||
didn't think that there was anything else that was important. Not anymore! I am now the kid who cares about the class, is responsible, and a great role model. I still like | ||
video games, though. Anyways, if that <em>somehow</em> didn't convince you to vote for me, thats ok! I have made multiple web pages on this website going into great detail about | ||
all the things I mentioned here. See you in class!</p> | ||
</main> | ||
<nav> | ||
<a href="index.html">Home</a> | ||
<a href="Reason1.html">Reason #1</a> | ||
<a href="Reason2.html">Reason #2</a> | ||
<a href="Reason3.html">Reason #3</a> | ||
</nav> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters