Skip to content

Commit

Permalink
added about me page
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeahea-1 authored Dec 5, 2024
1 parent 58c485a commit a7f6d8b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
26 changes: 26 additions & 0 deletions About Me.html
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>
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ <h1>Welcome to my presidential campaign website!</h1>
</header>
<main>
<img src="wave.png" alt="drawing of me waving">
<p>Here you will find lots of reasons to vote for me! Yay!</p>
<p>Here you will find lots of reasons to vote for me</p>
<a href="About Me.html">About Me</a>
<a href="Reason1.html">Reason #1</a>
<a href="Reason2.html">Reason #2</a>
<a href="Reason3.html">Reason #3</a>
Expand Down

0 comments on commit a7f6d8b

Please sign in to comment.