Skip to content
Permalink
5b5200bb93
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
80 lines (77 sloc) 3.56 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Jon Snow</title>
<link rel="stylesheet" type="text/css" href="kit_harington.css">
<link rel="stylesheet" type="text/css" href="kit_haringtonResposive.css">
<link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative:700|Cinzel:900|Fondamento|Marcellus+SC&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Jon Snow</h1>
<h2>King of the North</h2>
</header>
<nav>
<ul>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#interests">Interests</a>
</li>
<li>
<a href="#websites"> Websites</a>
</li>
</ul>
</nav>
<main>
<img src="https://images.wallpapersden.com/image/download/jon-snow-meets-daenerys-game-of-thrones-season-7_58277_950x1534.jpg" alt="Jon Snow">
<div class="aboutSection">
<h3 class="navigation">
<a name="about">About</a>
</h3>
<p>
Jon Snow, whom is pictured above, was raised as the bastard son of lord Stark. He grew up alongside the Stark children in Winterfell. Jon is probably the better
of the characters in the show, at least in my opinion. He single handily brought the people of the north together and made allies with the Wildlings, who were
a community of people living on the opposite side of an ice wall. What is the ice wall you might ask? Its literally a wall of ice, hundreds of feet high. They had bad blood with all northerners, killing one another for hundreds of years. However, all humans faced certian death from the white walkers
who were essentially ice zombies. Yes, I know this summary is confusing, so go watch the show if you want an accuate description.
Jon later finds out his true lingeage and he is of Targaryen blood. Which is wicked awkward because his lover at the time
was Daenerys Targaryen. This means he was in an incestual relationship with is aunt. He later kills her because she becomes a mad woman thirsty for blood and power.
</p>
<p>
Jon is over all just a nice guy. For example he got murdered by his fellow watchmen and when he was brought back to life he still helped those who killed him.
He tries to do the right thing in every situation and is usually the one left making extremely hard decisions. The show is over now, and if you have not seen it yet this is the sign you have been
waiting for.
</p>
</div>
<div class="interestSection">
<h3 class="navigation">
<a name="interests">Interests</a>
</h3>
<ul>
<li>Ice Sculpting</li>
<li>Death</li>
<li>Killing</li>
<li>War</li>
<li>Casually Flying Dragons</li>
</ul>
</div>
<div class="websiteSection">
<h3 class="navigation">
<a name="websites">Websites</a>
</h3>
<ul>
<li> <a href="https://www.hbo.com/game-of-thrones">HBO</a></li>
<li><a href="https://twitter.com/Thrones_Memes?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor>Twitter Memes">Twitter Memes</a></li>
<li><a href="https://www.imdb.com/name/nm3229685"/>Kit Harington</a></li>
</ul>
</div>
</main>
<footer>
<p>2020 By Tyler Burke</p>
</footer>
</body>
</html>