-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (54 loc) · 2.09 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Spoilerplate</title>
<script src="js/pace.js"></script>
<link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/basscss.min.css">
<link rel="stylesheet" href="css/style.css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="home">
<section class="hero white bg-blue center px3 py2 bg-cover bg-center mb4">
<h1 class="h1 caps mt4 mb0">Spoilerplate</h1>
<p class="h3 mb4">A simple and flexible theme designed to spoil your readers.</p>
</section>
<section class="container p3 lg-half-width">
<div class="post mb4 clearfix">
<div class="col col-8">
<h2 class="h3 mt0">
<a href="post.html" class="dark-gray">
My Weekend With Bernie
</a>
</h2>
<p class="mr3">Bacon ipsum dolor sit amet chuck prosciutto landjaeger ham hock filet mignon shoulder hamburger pig venison. Ham bacon corned beef, sausage kielbasa flank tongue pig drumstick capicola swine short loin ham hock kevin.</p>
<a href="post.html">Read more</a>
</div>
<div class="col col-4 ">
<a href="post.html">
<img src="https://cldup.com/ghA270D1-V.jpeg" alt="">
</a>
</div>
</div>
<div class="post mb4 clearfix">
<div class="col col-8">
<h2 class="h3 mt0">
<a href="post-plain.html" class="dark-gray">
The Feeling of New Socks
</a>
</h2>
<p class="mr3">Bacon ipsum dolor sit amet chuck prosciutto landjaeger ham hock filet mignon shoulder hamburger pig venison. Ham bacon corned beef, sausage kielbasa flank tongue pig drumstick capicola swine short loin ham hock kevin.</p>
<a href="post-plain.html">Read more</a>
</div>
<div class="col col-4 ">
<a href="post-plain.html">
<img src="https://cldup.com/ghA270D1-V.jpeg" alt="">
</a>
</div>
</div>
</section>
</body>
</html>