Created
February 11, 2015 02:23
-
-
Save ckotsovos/c03e43dc2f2bb0f19388 to your computer and use it in GitHub Desktop.
Animal New York (Site Rebuild V2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Animal New York</title> | |
</head> | |
<!--Navigation Bar--> | |
<nav> | |
<ul> | |
<li>"Home"</li> | |
<li>"Features"</li> | |
<li>"Video"</li> | |
<li>"Art"</li> | |
<li>"City"</li> | |
<li>"Music"</li> | |
<li>"Life"</li> | |
<li>"Politics"</li> | |
<li>"Internet"</li> | |
</ul> | |
<form class="any-form slim-search" action="/"> | |
<input type="text" name="s" autocomplete="off" value="Search" data-placeholder-text="Search"> | |
</form> | |
</nav> | |
<!--Right Side Favorites Hot Section--> | |
<body> | |
<aside> | |
<header>"Hot"</header> | |
<article> | |
<section>"artists-notebook"</section> | |
<section>"listen-in"</section> | |
<section>"sample-wars"</section> | |
<section>"todays-pigeon"</section> | |
<section>"minimalist-film-reviews"</section> | |
<section>"backdoor-pharmacist"</section> | |
<section>"excuse-me-heres-the-bathroom"</section> | |
<section>"zoom-in"</section> | |
<section>"animals-eating-animals"</section> | |
<section>"what-are-you-doing-tonight"</section> | |
</article> | |
</aside> | |
<!--Left Side Most Recent Articles--> | |
<main> | |
<article> | |
<h1>Parting Shot</h1> | |
<p>Article text, pictures, video</p> | |
<span>"Author Name" on</span> | |
<span class="published date">Feb 10, 2015</span> | |
<span class="published time">9:34 PM</span> | |
</article> | |
<article> | |
<h1>Federal Government’s Stance Against Medical Weed Continues To Crumble, U.S. Surgeon General Voices Support</h1> | |
<p>Article text, pictures, and video</p> | |
<span>"Author Name" on</span> | |
<span class="published date">Feb 10, 2015</span> | |
<span class="published time">4:20 PM</span> | |
</article> | |
<article> | |
<h1>Bowery Graffiti Mansion Sells For Whopping $55 Million</h1> | |
<p>Article text, pictures, and video</p> | |
<span>"Author Name" on</span> | |
<span class="published date">Feb 10, 2015</span> | |
<span class="published time">2:15 PM</span> | |
</article> | |
<article> | |
<h1>Graffiti Is Now In Vogue, Literally</h1> | |
<p>Article text, pictures, and video</p> | |
<span>"Author Name" on</span> | |
<span class="published date">Feb 10, 2015</span> | |
<span class="published time">12:45 PM</span> | |
</article> | |
<article> | |
<h1>Street Art Is A Struggle: Learn About The Process With New York’s Cernesto</h1> | |
<p>Article text, pictures, and video</p> | |
<span>"Author Name" on</span> | |
<span class="published date">Feb 10, 2015</span> | |
<span class="published time">10:34 AM</span> | |
</article> | |
</main> | |
<!--Bottom Page--> | |
<footer> | |
<nav> | |
<ul> | |
<li>"about"</li> | |
<li>"legal-stuff"</li> | |
<li>"contact"</li> | |
<li>"Social Media Buttons"</li> | |
</ul> | |
</nav> | |
<p>Copyright 2015 ANIMALNEWYORK.COM, LLC - All rights reserved - Privacy Policy</p> | |
<p>Powered by WordPress.com VIP</p> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment