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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
|
<!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="dist/css/bulma.css">
<link rel="stylesheet" href="dist/css/style.css">
</head>
<body>
<!-- navigation -->
<header class="navigation">
<nav class="navbar">
<div class="container">
<!-- nav site title -->
<!-- Input for menu-mobile with checkbox-->
<input id="navbar-toggle-cbox" role="button" type="checkbox">
<!-- End Input for menu-mobile with checkbox-->
<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 -->
<label class="navbar-burger" for="navbar-toggle-cbox" data-target="navMenu">
<span></span>
<span></span>
<span></span>
</label>
<!-- end of burger -->
</div>
<!-- this "navbar-menu" is hidden on mobile -->
<div id="navMenu" class="navbar-menu">
<ul class="navbar-end">
<li><a href="index.html" class="navbar-item is-tab">Home</a></li>
<li><a href="post.html" class="navbar-item is-tab is-active">Static Post</a></li>
<li><a href="about.html" class="navbar-item is-tab">About</a></li>
<li><a href="contact.html" class="navbar-item is-tab">Contact</a></li>
</ul>
</div>
<!-- end of nav -->
</div>
</nav>
</header>
<!-- 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>
<!-- 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">
<!-- start of post -->
<div class="column is-7">
<div class="card">
<!-- image for post -->
<div class="card-image">
<figure class="image">
<img src="https://placehold.it/745x372" alt="Image">
</figure>
</div>
<!-- end of image for post -->
<!-- post header -->
<div class="card-content-header has-text-centered">
<h4 class="title is-4">Header for Post</h4>
</div>
<!-- end of post header -->
<!-- post content -->
<div class="card-content">
<div class="content">
<div class="card-inner-wrapper">
<!-- post text -->
<div class="card-content-text has-text-justified">
<p> Phasellus bibendum lectus magna, vitae sagittis orci feugiat non. Aenean varius diam vel nunc tincidunt congue. In hendrerit nulla quis justo hendrerit placerat. Aliquam volutpat nisl id nulla scelerisque, et dictum metus interdum. Integer hendrerit pellentesque velit, efficitur dapibus enim efficitur nec. Integer quis imperdiet nulla, in commodo lectus. Nunc vitae diam accumsan, rutrum urna vitae, ultricies velit. Vivamus rhoncus volutpat quam, id iaculis erat placerat vitae. Proin vehicula sodales odio, et dignissim turpis aliquet vel.</p>
<p>Donec id nulla mauris. Suspendisse auctor felis id orci pulvinar, quis ultricies enim porttitor. Maecenas posuere, metus nec luctus interdum, sapien velit faucibus turpis, in cursus magna nulla vitae elit. Phasellus eleifend nulla eu facilisis malesuada. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla at ex et orci rutrum venenatis et gravida elit. Phasellus fermentum, metus vel euismod finibus, velit arcu euismod ipsum, vitae dapibus ipsum magna sit amet elit. In vestibulum, urna ut fringilla mollis, augue turpis laoreet metus, id placerat quam odio vel justo. Phasellus a lectus et felis porta tempor. </p>
</div>
<!-- end of post text -->
<!-- post footer -->
<div class="card-content-footer-small">
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#gnusocial" />
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#diaspora" />
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#mastodom" />
</svg>
</span>
</a>
</div>
<!-- post footer nav -->
<div class="columns">
<div class="column has-text-left">
<a class="button is-small is-button-grey" href="index.html">Back to Home</a>
</div>
<div class="column has-text-right">
<i class="fa fa-calendar">
<small>11:09 PM - 1 Jan 2019</small>
</i>
</div>
</div>
<!-- end of post footer nav -->
</div>
<!-- end of post footer -->
</div>
</div>
</div>
</div>
<!-- end of post content -->
<!-- post comments -->
<div class="comments-content">
<!-- comment header -->
<div class="comments-header has-text-centered">
<h4 class="title is-4">Comments</h4>
</div>
<!-- end of comment header -->
<div class="comments-wrapper">
<!-- comments content -->
<div class="comments-content">
<!-- start of comment -->
<article class="media">
<!-- comment user image -->
<figure class="media-left">
<p class="image is-64x64">
<img src="https://bulma.io/images/placeholders/128x128.png">
</p>
</figure>
<!-- end of comment user image -->
<!-- comment content -->
<div class="media-content">
<div class="content">
<p>
<strong>Barbara Middleton</strong>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis porta eros lacus, nec ultricies elit blandit non. Suspendisse pellentesque mauris sit amet dolor blandit rutrum. Nunc in tempus turpis.</p>
<small><a>Like</a> | <a>Reply</a> | 3 hrs</small>
</div>
<!-- start of sub-comment -->
<article class="media">
<!-- sub-comment user image -->
<figure class="media-left">
<p class="image is-48x48">
<img src="https://bulma.io/images/placeholders/96x96.png">
</p>
</figure>
<!-- end of sub-comment user-image -->
<!-- start of sub-comment content -->
<div class="media-content">
<div class="content">
<p>
<strong>Sean Brown</strong>
<p>Donec sollicitudin urna eget eros malesuada sagittis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam blandit nisl a nulla sagittis, a lobortis leo feugiat.</p>
<small><a>Like</a> | <a>Reply</a> | 2 hrs</small>
</div>
<!-- start of sub-sub-comment -->
<article class="media">
<p>Vivamus quis semper metus, non tincidunt dolor. Vivamus in mi eu lorem cursus ullamcorper sit amet nec massa.</p>
</article>
<!-- end of sub-sub-comment -->
<!-- start of sub-sub-comment -->
<article class="media">
<p>Morbi vitae diam et purus tincidunt porttitor vel vitae augue. Praesent malesuada metus sed pharetra euismod. Cras tellus odio, tincidunt iaculis diam non, porta aliquet tortor.</p>
</article>
<!-- end of sub-sub-comment -->
</div>
<!-- end of sub-comment content -->
</article>
<!-- end of sub-comment -->
<!-- start of sub-comment -->
<article class="media">
<!-- start of sub-comment user image -->
<figure class="media-left">
<p class="image is-48x48">
<img src="https://bulma.io/images/placeholders/96x96.png">
</p>
</figure>
<!-- end of sub-comment user image -->
<!-- start of sub-comment content -->
<div class="media-content">
<div class="content">
<p>
<strong>Kayli Eunice </strong>
<p>Sed convallis scelerisque mauris, non pulvinar nunc mattis vel. Maecenas varius felis sit amet magna vestibulum euismod malesuada cursus libero. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus lacinia non nisl id feugiat.</p>
<small><a>Like</a> | <a>Reply</a> | 2 hrs</small>
</div>
</div>
<!-- end of sub-comment content -->
</article>
<!-- end of sub-comment -->
</div>
<!-- end of comment content -->
</article>
<!-- end of comments -->
<!-- form begin -->
<article class="media">
<figure class="media-left">
<p class="image is-64x64">
<img src="https://bulma.io/images/placeholders/128x128.png">
</p>
</figure>
<div class="media-content">
<div class="field">
<p class="control">
<textarea class="textarea" placeholder="Add a comment..."></textarea>
</p>
</div>
<div class="field">
<p class="control">
<button class="button is-button-grey">Post comment</button>
</p>
</div>
</div>
</article>
<!-- form end -->
</div>
</div>
</div>
<!-- end of comments -->
</div>
<!-- end of post -->
</div>
<!-- end of post column -->
</div>
</div>
<!-- end of page content -->
<!-- footer: will stick to the bottom -->
<footer class="footer footer-top-shadow">
<!-- header nav content -->
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#diaspora"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#gnusocial"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#pump"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#pixelfed"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#peertube"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#mediagoblin"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#matrix"/>
</svg>
</span>
</a>
<a class="navbar-item" href="">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#rss"/>
</svg>
</span>
</a>
</div>
<!-- end of header nav content -->
<div class="container has-text-centered">
<span class="soumaicon">
<svg>
<use href="./dist/images/icons/master.svg#libregit"/>
</svg>
</span>
<p>template by <a href="https://libregit.org/heckyel">libregit.org/heckyel</a></p>
<p>this template is Free Software</p>
</div>
</footer>
<!-- end of footer -->
<!-- navbar-burger -->
<script src="dist/js/navbar-burger.js"></script>
<!-- end of navbar-burger -->
</body>
</html>
|