-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.78 KB
/
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
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Yam 4 Prez</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="Yam For President.png">
<h1>Welcome to my presidential campaign website!</h1>
<img src="welcome! gif.gif">
</header>
<main>
<h2>Here you will find lots of reasons to vote for Yam Gebre in the class election! Check the <em><a href="About Me.html">About Me</a></em>part of this website to learn more about me!</h2>
<p>But wait! I know what you're thinking;</p>
<h2><em>Why should I read all this stuff when I could just vote for one of my friends?</em></h2>
<p>I'm glad you asked! <br>
You see, voting for your friends<em> is </em>the easy way to think about this.<br>
But do your friends know how to be a leader? <br>
How to focus on a task without goofing off? <br>
Will they show perserverance with the task at hand? Or will they give up, leaving it all up to everyone else in charge? <br>
<br>
But now you're asking yourself <em>this question;</em><br>
How will I find someone with all these amazing qualitys?<br>
<em><strong>Well, that's what this website is for!</strong></em><br><br>
Read that text at the bottom of the screen. If you click it, it gives you more reasons for why I should be class president than you know what to do with!<br><br>
Now go click those links and read what's there.<br><br><em>See you in class!</em></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>
<a href="Reason4.html">Reason #4</a>
<a href="Reason5.html">Reason #5</a>
<a href="How I made this.html">How I made this</a>
<br>
</main>
</body>
</html>