Skip to content

Instantly share code, notes, and snippets.

@andreleon
Created January 30, 2012 14:12
Show Gist options
  • Save andreleon/1704588 to your computer and use it in GitHub Desktop.
Save andreleon/1704588 to your computer and use it in GitHub Desktop.
Opdracht 1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>opdracht_1</title>
<meta name="description" content="Frontend opdracht 1" />
</head>
<body>
<div id="container">
<header id="site_header">
SITE HEADER: OPDRACHT 1
</header>
<nav id="global_navigation">
<ul>
<li><a href="#">home</a></li>
<li><a href="#">page 1</a></li>
<li><a href="#">page 2</a></li>
<li><a href="#">page 3</a></li>
</ul>
</nav>
<article class="full_article">
<header class="article_header">
Artikel header: Samuel L. Ipsum
</header>
<article class="article_content">
<p>Look, just because I don't be givin' no man a foot massage don't make it
right for Marsellus to throw Antwone into a glass motherfuckin' house, fuckin'
up the way the nigger talks. Motherfucker do that shit to me, he better
paralyze my ass, 'cause I'll kill the motherfucker, know what I'm sayin'?</p>
<p>My money's in that office, right? If she start giving me some bullshit
about it ain't there, and we got to go someplace else and get it, I'm gonna
shoot you in the head then and there. Then I'm gonna shoot that bitch in the
kneecaps, find out where my goddamn money is. She gonna tell me too. Hey,
look at me when I'm talking to you, motherfucker. You listen: we go in there,
and that nigga Winston or anybody else is in there, you the first
motherfucker to get shot. You understand?</p>
<p>Normally, both your asses would be dead as fucking fried chicken, but
you happen to pull this shit while I'm in a transitional period so I don't
wanna kill you, I wanna help you. But I can't give you this case, it don't
belong to me. Besides, I've already been through too much shit this morning
over this case to hand it over to your dumb ass.</p>
</article>
<footer class="article_footer">
Artikel footer: Datum: 30-01-12
</footer>
</article>
<aside class="sidebar">
Sidebar
</aside>
<footer id="site_footer">
Footer: site info
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment