Created
August 7, 2013 17:20
-
-
Save tmn/6176258 to your computer and use it in GitHub Desktop.
NTNUI Futsal
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> | |
<meta charset=utf-8> | |
<title>Futsal</title> | |
<style> | |
html, body, div, span, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
a, img, strong, b, u, i, center, dl, dt, dd, ol, ul, li, | |
table, caption, tbody, tfoot, thead, tr, th, td, | |
article, footer, header, menu, nav, section { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font-size: 100%; | |
font: inherit; | |
vertical-align: baseline; | |
} | |
body { background: #e2e2e2; font: 12px/18px Helvetica, sans-serif; } | |
header { background: transparent url('http://org.ntnu.no/fotball/ntnui.gif') no-repeat right 25px center; line-height: 57px;} | |
h1 { font-size: 24px; font-weight: bold; } | |
h1 span { display: block; font-size: 12px; } | |
h2 { font-size: 16px; font-weight: bold; line-height: 24px; } | |
p { margin: 0 0 8px 0; } | |
ul { margin: 0 0 10px 15px; } | |
strong { font-weight: bold; } | |
article { margin: 0 0 20px 0; } | |
hr { margin: 0 0 25px 0; } | |
#container { background: #FFF; width: 800px; margin: 0 auto; box-sizing: border-box; padding: 40px 35px; } | |
</style> | |
</head> | |
<body> | |
<div id="container"> | |
<header> | |
<h1>NTNUI Futsal</h1> | |
</header> | |
<article> | |
<h2>UTTAKSTRENINGER 2013</h2> | |
</article> | |
<article> | |
<p>Hei!</p> | |
<p>Før den nye sesongen trenger vi minst 10 nye spillere.</p> | |
<p>Det vil bli avholdt 4 uttakstreninger på høsten. Datoer følger nedenfor.</p> | |
<p>Dersom det er noe dere lurer på, ta gjerne kontakt med meg på: 98857287 eller [email protected]:)</p> | |
</article> | |
<hr> | |
<article> | |
<p>Hi!</p> | |
<p>We need at least 10 new players for the next season.</p> | |
<p>There will be held 4 tryouts this fall, dates follow.</p> | |
<p>If you're wondering about anything, please contact me at 98857287 or [email protected]:)</p> | |
</article> | |
<h2>Datoer for uttakstreninger/dates for tryouts:</h2> | |
<ul> | |
<li>Fredag 30. august</li> | |
<li>Fredag 6. september</li> | |
<li>Fredag 13. september</li> | |
<li>Fredag 20. september</li> | |
</ul> | |
<p> | |
Ta med venner, kjente og ukjente å bli med så får vi en artig høst i vente!<br> | |
Bring your friends and everybody you know, it's going to be an interesting autumn! | |
</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment