diff --git a/week2/jonSnow.html b/week2/jonSnow.html new file mode 100644 index 0000000..40c8933 --- /dev/null +++ b/week2/jonSnow.html @@ -0,0 +1,1073 @@ + + + + + + +950x1534 Jon Snow meets Daenerys Game Of Thrones Season 7 950x1534 Resolution Wallpaper, HD Movies 4K Wallpapers, Images, Photos and Background + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +logo + + +
+
+ + + +
+ +
+ + +
+ +
+
+
+

+Jon Snow meets Daenerys Game Of Thrones Season 7 (950x1534) Resolution +

+

+950x1534 Resolution Jon Snow meets Daenerys Game Of Thrones Season 7 (950x1534) Resolution +

+
+
+ + +
+ + +
+
+
+
+ +HD Wallpaper | Background Image Jon Snow meets Daenerys Game Of Thrones Season 7 + +
+
+
+
+
+Original Resolution : +3607x2400 + +
+ +
+Author : Add +Author +
+
+
+
+
+ + +
+ +
+ + +
+
+
+
+
+
+Download In Different Resolution +
+ + +
+
Ultra 4k 5k 8k Resolutions
+ +3840x2160 + + +3840x2400 + + +5120x2880 + +
+ + + + +
+

Jon Snow meets Daenerys Game Of Thrones Season 7 is part of Movies Collection and its +available for - Desktop +PC, Laptop, MAC Book, Apple iPhone, iPad, Android Mobiles, Tablets.

+

Jon Snow meets Daenerys Game Of Thrones Season 7 Wallpaper for free Download in different +resolution ( HD +Widescreen 4K 5K 8K +Ultra HD ), Wallpaper support different devices like Desktop PC or Laptop, +Mobile and tablet. +You Can Set Jon Snow meets Daenerys Game Of Thrones Season 7 Wallpaper in Windows 10 PC, Android Or Iphone +Mobile or Mac Book. +Wallpapers / Background and Images are free for download if you want to use, for commercial +purpose +please contact Author.

+
+
+ +
+
+
+
+ + + + + diff --git a/week2/jonSnowImage.jpg b/week2/jonSnowImage.jpg new file mode 100644 index 0000000..c27a249 Binary files /dev/null and b/week2/jonSnowImage.jpg differ diff --git a/week2/kit_harington.css b/week2/kit_harington.css new file mode 100644 index 0000000..7e76eac --- /dev/null +++ b/week2/kit_harington.css @@ -0,0 +1,106 @@ +body{ + width: auto; + margin: 0; + background-color: #d9d9d9; +} +header{ + display: block; + background-color: #f7f7f7; + margin: 0em; + padding: 20px; +} +h1{ + + font-size: 85px; + font-family:'Cinzel Decorative', cursive; + text-align: center; + text-transform: uppercase; + color: #005266; +} + +h2{ + + color: #8c8c8c; + font-size: 48px; + font-family:'Fondamento', cursive; + text-align: center; +} +nav ul{ + list-style-type: none; + padding: 0; + overflow: hidden +} +nav ul li{ + box-sizing: border-box; + display: inline-block; + background-color: #e7e7e7; +} +nav ul li a{ + display: block; + text-align: center; + padding: 20px /*5px*/; + text-transform: uppercase; + text-decoration: none; + color: #474747; + +} + +li{ + font-family: 'Marcellus SC', serif; + font-size: 20px; + +} +p{ + display: block; + font-family: avenir, sans-serif; + padding-left: 10%; + padding-right: 10%; + margin: 10px; + font-size: 20px; +} +.navigation{ + font-family:'Cinzel', serif; ; + padding: 10px; + font-size: 45px; + margin: 5%; + text-align: center; + +} +li{ + display: block; + font-family: avenir, sans-serif; + text-align: center; + text-decoration: none; + padding: 10px; + + +} +img{ + width: auto; + } +footer{ + padding: 10px 0; + text-align: center; + background-color: #c7c7c7; +} +nav ul li a:hover{ + background-color: #c7c7c7; + color: white; + +} +li.websiteSection{ + text-decoration: none; + padding: 10px; + +} +div ul li a:hover{ + width: auto; + padding: 10px; + background-color: #c7c7c7; + color: white; + +} +a{ + text-decoration: none; + color: black; +} diff --git a/week2/kit_harington.html b/week2/kit_harington.html new file mode 100644 index 0000000..1cf0f55 --- /dev/null +++ b/week2/kit_harington.html @@ -0,0 +1,80 @@ + + + + + + + Jon Snow + + + + + + +
+

Jon Snow

+

King of the North

+
+ +
+ Jon Snow +
+ +

+ 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. +

+

+ 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. +

+ +
+
+ + +
+
+ + +
+
+ + + \ No newline at end of file diff --git a/week2/kit_haringtonResposive.css b/week2/kit_haringtonResposive.css new file mode 100644 index 0000000..0b96626 --- /dev/null +++ b/week2/kit_haringtonResposive.css @@ -0,0 +1,42 @@ +@media (max-width: 960px){ + width: 100%; + } + + img{ + width: 70%; + display: block; + margin: 0 auto; + float: none; + overflow: auto; + } + header{ + padding-left: 25px; + + } + nav{ + display: block; + + } + nav ul { + width: 100%; + margin: 0; + padding: 0; + overflow: hidden; + list-style-type: none; + } + + nav ul li{ + float: none; + width: 100%; + } + + main{ + line-height: 1.4em; + } + p{ + padding: 5 45px; + font-size: 25px; + line-height: 1.4em; + + } +} diff --git a/week2/kit_harrington.html b/week2/kit_harrington.html new file mode 100644 index 0000000..cf685ef --- /dev/null +++ b/week2/kit_harrington.html @@ -0,0 +1,73 @@ + + + + + + + Jon Snow + + + + +
+

Jon Snow

+

King of the North

+
+ + +
+ +

+ 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. +

+

+ 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. +

+
+
+ + +
+
+ + +
+ + + \ No newline at end of file