-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpieces.txt
124 lines (113 loc) · 5.41 KB
/
pieces.txt
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<div class="info">
<!--
Note: The date should be formatted exactly as it's shown below. In particular, the
"least significant" characters of the month should be encapsulated in a <span>
element to denote what gets dropped in 1200px mode (eg. the "uary" in "January").
Oh, and if you don't need a date for a particular page or post you can simply delete
the entire "date" element.
-->
<span class="date"><span class="month">Jan<span>uary</span></span> <span class="day">14</span><span class="year">, 2013</span></span>
<ul class="stats">
<li><a href="#" class="fa fa-comment">16</a></li>
<li><a href="#" class="fa fa-heart">32</a></li>
<li><a href="#" class="fa fa-twitter">64</a></li>
<li><a href="#" class="fa fa-facebook">128</a></li>
</ul>
</div>
<!-- Pager -->
<div class="pager">
<!--<a href="#" class="button previous">Previous Page</a>-->
<div class="pages">
<a href="#" class="active">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<span>…</span>
<a href="#">20</a>
</div>
<a href="#" class="button next">Next Page</a>
</div>
<!-- Post -->
<article class="is-post is-post-excerpt">
<header>
<h2><a href="#">Lorem ipsum dolor sit amet</a></h2>
<span class="byline">Feugiat interdum sed commodo ipsum consequat dolor nullam metus</span>
</header>
<div class="info">
<span class="date"><span class="month">Jan<span>uary</span></span> <span class="day">8</span><span class="year">, 2013</span></span>
<ul class="stats">
<li><a href="#" class="fa fa-comment">16</a></li>
<li><a href="#" class="fa fa-heart">32</a></li>
<li><a href="#" class="fa fa-twitter">64</a></li>
<li><a href="#" class="fa fa-facebook">128</a></li>
</ul>
</div>
<a href="#" class="image image-full"><img src="images/fotogrph-dark-stairwell.jpg" alt="" /></a>
<p>
Quisque vel sapien sit amet tellus elementum ultricies. Nunc vel orci turpis. Donec id malesuada metus.
Nunc nulla velit, fermentum quis interdum quis, tate etiam commodo lorem ipsum dolor sit amet dolore.
Quisque vel sapien sit amet tellus elementum ultricies. Nunc vel orci turpis. Donec id malesuada metus.
Nunc nulla velit, fermentum quis interdum quis, convallis eu sapien. Integer sed ipsum ante.
</p>
</article>
<!-- Calendar -->
<section class="is-calendar">
<div class="inner">
<table>
<caption>February 2013</caption>
<thead>
<tr>
<th scope="col" title="Monday">M</th>
<th scope="col" title="Tuesday">T</th>
<th scope="col" title="Wednesday">W</th>
<th scope="col" title="Thursday">T</th>
<th scope="col" title="Friday">F</th>
<th scope="col" title="Saturday">S</th>
<th scope="col" title="Sunday">S</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="4" class="pad"><span> </span></td>
<td><span>1</span></td>
<td><span>2</span></td>
<td><span>3</span></td>
</tr>
<tr>
<td><span>4</span></td>
<td><span>5</span></td>
<td><a href="#">6</a></td>
<td><span>7</span></td>
<td><span>8</span></td>
<td><span>9</span></td>
<td><a href="#">10</a></td>
</tr>
<tr>
<td><span>11</span></td>
<td><span>12</span></td>
<td><span>13</span></td>
<td class="today"><a href="#">14</a></td>
<td><span>15</span></td>
<td><span>16</span></td>
<td><span>17</span></td>
</tr>
<tr>
<td><span>18</span></td>
<td><span>19</span></td>
<td><span>20</span></td>
<td><span>21</span></td>
<td><span>22</span></td>
<td><a href="#">23</a></td>
<td><span>24</span></td>
</tr>
<tr>
<td><a href="#">25</a></td>
<td><span>26</span></td>
<td><span>27</span></td>
<td><span>28</span></td>
<td class="pad" colspan="3"><span> </span></td>
</tr>
</tbody>
</table>
</div>
</section>