blob: 01052a4148e03fcf9c8c61186c54f9d59a0ce60e (
plain)
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Conocimientos Libres</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- stylesheets -->
<link rel="stylesheet" href="css/bulma.css">
<link rel="stylesheet" href="css/style.css">
<!-- fonts -->
<link href="css/fontawesome.css" rel="stylesheet">
<link href="css/libresocial.css" rel="stylesheet">
<link href="css/roboto.css" rel="stylesheet">
</head>
<body>
<!-- navigation -->
<div class="navigation">
<nav class="navbar">
<div class="container">
<!-- nav site title -->
<div class="navbar-brand">
<a class="navbar-item">
<h3 class="title is-3" style="color: white;">CL</h3>
</a>
<!-- this "navbar-burger" hamburger menu is only visible on mobile -->
<span class="navbar-burger" data-target="navMenu">
<span></span>
<span></span>
<span></span>
</span>
<!-- end of burger -->
</div>
<!-- this "navbar-menu" is hidden on mobile -->
<div id="navMenu" class="navbar-menu">
<div class="navbar-end">
<a href="index.html" class="navbar-item is-tab is-active">Home</a>
<a href="post.html" class="navbar-item is-tab">Static Post</a>
<a href="about.html" class="navbar-item is-tab">About</a>
<a href="contact.html" class="navbar-item is-tab">Contact</a>
</div>
</div>
<!-- end of nav -->
</div>
</nav>
</div>
<!-- end navigation -->
<!-- page header (title, etc) -->
<div class="main-header">
<section class="hero">
<div class="hero-body">
<div class="container">
<div class="has-text-centered">
<!-- header && subheader -->
<h1 class="title is-1 is-spaced">Conocimientos Libres</h1>
<h4 class="subtitle is-4">Sitio de información sobre Software Libre</h4>
<!-- search form -->
<div class="column is-6 is-offset-3">
<div class="box has-background-black-ter">
<form class="field has-addons">
<div class="control is-expanded">
<input class="input has-text-centered" type="search" placeholder="» » » » » » find me « « « « « «">
</div>
<input class="button is-dark" name="submit" value="Search" type="submit">
</form>
</div>
</div>
<!-- end search form -->
<!-- end of header && subheader -->
</div>
</div>
</div>
</section>
</div>
<!-- end page header -->
<!-- page content -->
<div class="main-content">
<div class="container">
<!-- start of posts -->
<div class="columns is-multiline is-centered has-text-centered">
<!-- start of post -->
<div class="column is-4">
<div class="card">
<!-- image for post -->
<div class="card-image">
<figure class="image is-4by3">
<img src="https://placehold.it/700x500" alt="Image">
</figure>
</div>
<!-- end of image for post -->
<!-- post header -->
<div class="card-content-header">
<h4 class="title is-4"><a href="post.html">Header for Post</a></h4>
</div>
<!-- end of post header -->
<!-- post content -->
<div class="card-content">
<div class="content">
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-gnusocial"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-diaspora"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-mastodon"></i>
</span>
</a>
</div>
</div>
<!-- end of post content -->
<!-- post footer -->
<div class="card-content-footer">
<i class="fa fa-calendar">
<small>11:09 PM - 1 Jan 2019</small>
</i>
<i class="fa fa-comment">
<small>20 comments</small>
</i>
</div>
<!-- end of post footer -->
</div>
</div>
</div>
<!-- end of post -->
<!-- start of post -->
<div class="column is-4">
<div class="card">
<!-- image for post -->
<div class="card-image">
<figure class="image is-4by3">
<img src="https://placehold.it/700x500" alt="Image">
</figure>
</div>
<!-- end of image for post -->
<!-- post header -->
<div class="card-content-header">
<h4 class="title is-4"><a href="post.html">Header for Post</a></h4>
</div>
<!-- end of post header -->
<!-- post content -->
<div class="card-content">
<div class="content">
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-gnusocial"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-diaspora"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-mastodon"></i>
</span>
</a>
</div>
</div>
<!-- end of post content -->
<!-- post footer -->
<div class="card-content-footer">
<i class="fa fa-calendar">
<small>11:09 PM - 1 Jan 2017</small>
</i>
<i class="fa fa-comment">
<small>20 comments</small>
</i>
</div>
<!-- end of post footer -->
</div>
</div>
</div>
<!-- end of post -->
<!-- start of post -->
<div class="column is-4">
<div class="card">
<!-- image for post -->
<div class="card-image">
<figure class="image is-4by3">
<img src="https://placehold.it/700x500" alt="Image">
</figure>
</div>
<!-- end of image for post -->
<!-- post header -->
<div class="card-content-header">
<h4 class="title is-4"><a href="post.html">Header for Post</a></h4>
</div>
<!-- end of post header -->
<!-- post content -->
<div class="card-content">
<div class="content">
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-gnusocial"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-diaspora"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-mastodon"></i>
</span>
</a>
</div>
</div>
<!-- end of post content -->
<!-- post footer -->
<div class="card-content-footer">
<i class="fa fa-calendar">
<small>11:09 PM - 1 Jan 2016</small>
</i>
<i class="fa fa-comment">
<small>20 comments</small>
</i>
</div>
<!-- end of post footer -->
</div>
</div>
</div>
<!-- end of post -->
</div>
<!-- end of posts -->
</div>
<!-- pagination -->
<div class="pagination-style-custom">
<nav class="pagination is-rounded is-centered" aria-label="pagination">
<a class="pagination-previous button is-button-grey">Previous</a>
<a class="pagination-next button is-button-grey">Next page</a>
<ul class="pagination-list">
<li><a class="pagination-link" aria-label="Goto page 1">1</a></li>
<li><span class="pagination-ellipsis">…</span></li>
<li><a class="pagination-link" aria-label="Goto page 45">45</a></li>
<li><a class="pagination-link is-current" aria-label="Page 46" aria-current="page">46</a></li>
<li><a class="pagination-link" aria-label="Goto page 47">47</a></li>
<li><span class="pagination-ellipsis">…</span></li>
<li><a class="pagination-link" aria-label="Goto page 86">86</a></li>
</ul>
</nav>
</div>
<!-- end of pagination -->
</div>
<!-- end of page content -->
<!-- footer: will stick to the bottom -->
<div class="footer footer-top-shadow">
<!-- header nav content -->
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-diaspora"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-gnusocial"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-pump"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-pixelfed"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-peertube"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-mediagoblin"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="icon-matrix"></i>
</span>
</a>
<a class="navbar-item" href="">
<span class="icon">
<i class="fa fa-rss"></i>
</span>
</a>
</div>
<!-- end of header nav content -->
<div class="container has-text-centered">
<span class="icon">
<i class="icon-libregit"></i>
</span>
<p>template by <a href="https://libregit.org/heckyel">libregit.org/heckyel</a></p>
<p>this template is Free Software</p>
</div>
</div>
<!-- end of footer -->
<!-- navbar-burger -->
<script src="js/navbar-burger.js"></script>
<!-- end of navbar-burger -->
</body>
</html>
|