all repos — h3rald @ 79ca7a5cb2f9e6ae8be8f171a3e2e6d80e88698e

The sources of https://h3rald.com

layouts/page.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>H3RALD</title>
		<link rel="stylesheet" type="text/css" href="/styles/html5reset.css" />
		<link rel="stylesheet" type="text/css" href="/styles/style.css" />
		<![if lte IE 8]>
		<script src="/js/html5.js" type="text/javascript"></script>
		<![endif]>
	</head>
	<body>
		<section id="container">
			<header class="page">
				<nav class="home-link">
					<a href="/home.html">
						<img src="/images/h3rald_small.png" alt="H3RALD" class="default"/>
						<![if !IE]>
						<img src="/images/h3rald_hover_small.png" alt="H3RALD" class="hover"/>
						<![endif]>
					</a>
				</nav>
				<nav class="section">
					/<a href="#">REVIEWS</a>
				</nav>
			</header>
			<article class="page">
				<header>
					<h1>H3RALD.com v8.1 Released</h1>
					<h2>Featuring a a brand new newspaper-like design, powered by HTML5 and CSS3</h2>
					<p class="toolbar">
						<span class="pubdate">Published on <time>September 4th 2010</time></span>
						<span class="tools"><a href="#">PRINT</a>|<a href="#">PDF</a></span>
					</p>
					<nav class="tags"><a href="#" />test<a href="#" />opensource</a><a href="#" />ruby</a></a></nav>
					<p class="author">By <em>Fabio Cevasco</em></p>
				</header>
				<section>
					<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est.</p> 
					<p>Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</p>
					<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
				</section>
			</article>
			<footer>
				<section class="ads">
					<script type="text/javascript"><!--
				google_ad_client = "pub-2871497824158668";
				/* 728x90, created 9/10/10 */
				google_ad_slot = "3963343166";
				google_ad_width = 728;
				google_ad_height = 90;
				//-->
					</script>
					<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
				</section>
				<section>
					<nav>
						<a href="#">ABOUT</a>|<a href="#">CONTACT</a>
					</nav>
					<p>&copy; 2010 &mdash; <em>Fabio Cevasco</em></p>
				</section>
			</footer>
		</section>
		<script src="http://www.google.com/jsapi?key=ABQIAAAA6h3j8Jri5D_da53UPbEbThRlq2n1sm52B5HDRR5tm6o8XM18FhTKn3v155RpPeD0kWnWG81QEhhifQ" type="text/javascript"></script> 
		<script src="/js/search.js" type="text/javascript"></script>
	</body>
</html>