aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 12014118cb12967a7f6362b5c93a54143ad30b8b (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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!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 is-active">Home</a></li>
                            <li><a href="post.html" class="navbar-item is-tab">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>

                            <!-- 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 social">
		                    <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>
		                </div>
		                <!-- end of post content -->

		                <!-- post footer -->
		                <div class="card-content-footer">
                                    <span class="soumaicon">
                                        <svg>
                                            <use href="./dist/images/icons/master.svg#calendar" />
                                        </svg>
		                    </span>
		                    <small>11:09 PM - 1 Jan 2019</small>

		                    <span class="soumaicon">
                                        <svg>
                                            <use href="./dist/images/icons/master.svg#comments" />
                                        </svg>
		                    </span>
                                    <small>20 comments</small>
		                </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 social">
		                    <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>
		                </div>
		                <!-- end of post content -->

		                <!-- post footer -->
		                <div class="card-content-footer">
                                    <span class="soumaicon">
                                        <svg>
                                            <use href="./dist/images/icons/master.svg#calendar" />
                                        </svg>
		                    </span>
                                    <small>11:09 PM - 1 Jan 2017</small>

		                    <span class="soumaicon">
                                        <svg>
                                            <use href="./dist/images/icons/master.svg#comments" />
                                        </svg>
		                    </span>
                                    <small>20 comments</small>
		                </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 social">
		                    <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>
		                </div>
		                <!-- end of post content -->

		                <!-- post footer -->
		                <div class="card-content-footer">

                                    <span class="soumaicon">
                                        <svg>
                                            <use href="./dist/images/icons/master.svg#calendar" />
                                        </svg>
		                    </span>
                                    <small>11:09 PM - 1 Jan 2016</small>

		                    <span class="soumaicon">
                                        <svg>
                                            <use href="./dist/images/icons/master.svg#comments" />
                                        </svg>
		                    </span>
                                    <small>20 comments</small>

		                </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">&hellip;</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">&hellip;</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 -->
        <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>