Skip to content
Permalink
c29ec2f2ee
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
73 lines (68 sloc) 2.88 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>
</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>
<div class="aboutSection">
<h3 class="navigation">
<a name="about">About</a>
</h3>
<p>
Jon Snow was raised as a the bastard son of lord Stark. Growing up alongside the Stark children in Winterfell. He is probably the better
of the characters in the show, at least in my opinion. Jon 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 the ice wall. They had bad blood with all northerners. But all humans faced certian death from the white walkers
who were basically 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. So basically he was in sexual relationship with is aunt. He later kills her because she becomes a crazy mad woman thirsty for blood and power.
</p>
<p>
Jon is over all just a nice guy, he got murdered by his fellow watchmen. This episode was a rollercoaster of emotions. 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 usually is left making extremely hard decisions. The show is over now, and if you have not seen is yet, this is the sign you have have been
waiting for.
</p>
</div>
<div class="interestSection">
<h3 class="navigation">
<a name="interests">Interests</a>
</h3>
<ul>
<Li>Ice Sulpting</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>Killing</li>
</ul>
</div>
</body>
</html>