post.html 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Conocimientos Libres</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <!-- stylesheets -->
  9. <link rel="stylesheet" href="dist/css/bulma.css">
  10. <link rel="stylesheet" href="dist/css/style.css">
  11. <!-- aplaylist -->
  12. <link rel="stylesheet" href="dist/css/aplaylist.css">
  13. </head>
  14. <body>
  15. <!-- navigation -->
  16. <header class="navigation">
  17. <nav class="navbar">
  18. <div class="container">
  19. <!-- nav site title -->
  20. <!-- Input for menu-mobile with checkbox-->
  21. <input id="navbar-toggle-cbox" type="checkbox">
  22. <!-- End Input for menu-mobile with checkbox-->
  23. <div class="navbar-brand">
  24. <a class="navbar-item">
  25. <h3 class="title is-3" style="color: white;">CL</h3>
  26. </a>
  27. <!-- this "navbar-burger" hamburger menu is only visible on mobile -->
  28. <label class="nav__toggle" for="navbar-toggle-cbox">
  29. <!-- Menu -->
  30. <svg class="menu" viewBox="0 0 448 512" width="100">
  31. <path
  32. d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"
  33. />
  34. <title>Open</title>
  35. </svg>
  36. <!-- Close -->
  37. <svg class="close" viewBox="0 0 384 512" width="100">
  38. <path
  39. d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
  40. />
  41. <title>Close</title>
  42. </svg>
  43. </label>
  44. <!-- end of burger -->
  45. </div>
  46. <!-- this "navbar-menu" is hidden on mobile -->
  47. <div id="navMenu" class="navbar-menu">
  48. <ul class="navbar-end">
  49. <li><a href="index.html" class="navbar-item is-tab">Home</a></li>
  50. <li><a href="post.html" class="navbar-item is-tab is-active">Static Post</a></li>
  51. <li><a href="about.html" class="navbar-item is-tab">About</a></li>
  52. <li><a href="contact.html" class="navbar-item is-tab">Contact</a></li>
  53. </ul>
  54. </div>
  55. <!-- end of nav -->
  56. </div>
  57. </nav>
  58. </header>
  59. <!-- end navigation -->
  60. <!-- page header (title, etc) -->
  61. <div class="main-header">
  62. <section class="hero">
  63. <div class="hero-body">
  64. <div class="container">
  65. <div class="has-text-centered">
  66. <!-- header &&subheader -->
  67. <h1 class="title is-1 is-spaced">Conocimientos Libres</h1>
  68. <h4 class="subtitle is-4">Sitio de información sobre Software Libre</h4>
  69. <!-- end of header && subheader -->
  70. </div>
  71. </div>
  72. </div>
  73. </section>
  74. </div>
  75. <!-- end page header -->
  76. <!-- page content -->
  77. <div class="main-content">
  78. <div class="container">
  79. <!-- start of posts -->
  80. <div class="columns is-multiline is-centered">
  81. <!-- start of post -->
  82. <article class="column is-7">
  83. <div class="card">
  84. <!-- image for post -->
  85. <div class="card-image">
  86. <figure class="image">
  87. <img src="https://placehold.it/745x372" alt="Image">
  88. </figure>
  89. </div>
  90. <!-- end of image for post -->
  91. <!-- post header -->
  92. <div class="card-content-header has-text-centered">
  93. <h4 class="title is-4">Header for Post</h4>
  94. </div>
  95. <!-- end of post header -->
  96. <!-- post content -->
  97. <div class="card-content">
  98. <div class="content">
  99. <div class="card-inner-wrapper">
  100. <!-- post text -->
  101. <div class="card-content-text has-text-justified">
  102. <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>
  103. <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>
  104. <video id="video" class="player-ply" playsinline controls poster='https://conocimientoslibres.tuxfamily.org/en/wp-content/uploads/article/images/2018/05/curso-hyperbola-1.png'>
  105. <source src="https://archive.org/download/hyperbola-video-1/Hyperbola%20Base%20%2B%20Usuario%201%E2%81%846.webm" type="video/webm"/>
  106. <p>Lo siento, tu navegador no soporta vídeo en HTML5. Por favor, cambia o actualiza tu navegador web</p>
  107. </video>
  108. <!-- code diff example with codehilite -->
  109. <p>Ejemplo de código diff</p>
  110. <table class="highlighttable">
  111. <tbody>
  112. <tr>
  113. <td class="linenos">
  114. <div class="linenodiv"><pre>1
  115. 2
  116. 3
  117. 4
  118. 5
  119. 6
  120. 7</pre></div>
  121. </td>
  122. <td class="code">
  123. <div class="highlight">
  124. <pre><span></span><span class="gd">--- script.sh 2018-03-16 15:52:49.887087539 -0300</span>
  125. <span class="gi">+++ script.sh.new 2018-03-16 15:53:02.490420209 -0300</span>
  126. <span class="gu">@@ -1,2 +1,3 @@</span>
  127. <span class="gd">-#!/bin/bash</span>
  128. <span class="gi">+#!/bin/sh</span>
  129. echo "Hello world"
  130. <span class="gi">+echo "This is a patched file :D"</span></pre>
  131. </div>
  132. </td>
  133. </tr>
  134. </tbody>
  135. </table>
  136. <!-- /end code diff example with codehilite -->
  137. <div class="highlight"><pre><span></span><span class="o">#</span> <span class="n">rc</span><span class="o">-</span><span class="n">service</span> <span class="n">libvirtd</span> <span class="k">start</span></pre></div>
  138. <aside class="menu">
  139. <p>
  140. Curso de Instalación de Hyperbola
  141. </p>
  142. <ul id="playlist" class="menu-list play-menu">
  143. <li class="is-active-play">
  144. <a href="https://archive.org/download/hyperbola-video-1/Hyperbola%20Base%20%2B%20Usuario%201%E2%81%846.webm">
  145. Hyperbola [Base + Usuario] 1⁄6 | Time: 1:06:45
  146. </a>
  147. </li>
  148. <li>
  149. <a href="https://archive.org/download/hyperbola-video-2/Hyperbola%20Xorg%202%E2%81%846.webm">
  150. Hyperbola [Xorg] 2⁄6 | Time: 23:38
  151. </a>
  152. </li>
  153. <li>
  154. <a href="https://archive.org/download/hyperbola_20180527/Hyperbola%20XFCE%203%E2%81%846.webm">
  155. Hyperbola [XFCE] 3⁄6 | Time: 20:06
  156. </a>
  157. </li>
  158. <li>
  159. <a href="https://archive.org/download/hyperbola_20180527_2333/Hyperbola%20Fixed%20Idioma%204%E2%81%84%E2%81%846.webm">
  160. Hyperbola [Fixed Idioma] 4⁄6 | Time: 6:31
  161. </a>
  162. </li>
  163. <li>
  164. <a href="https://archive.org/download/hyperbola-video-5/Hyperbola%20Gestor%20de%20Inicio%20de%20Sesi%C3%B3n%20SLIM%205%E2%81%846.webm">
  165. Hyperbola [Gestor de Inicio de Sesión SLIM] 5⁄6 | Time: 7:23
  166. </a>
  167. </li>
  168. <li>
  169. <a href="https://archive.org/download/hyperbola-video-6/Hyperbola%20-%20Utilidades%206%E2%81%846.webm">
  170. Hyperbola [Utilidades] 6⁄6 | Time: 34:14
  171. </a>
  172. </li>
  173. </ul>
  174. </aside>
  175. </div>
  176. <!-- end of post text -->
  177. <!-- post footer -->
  178. <div class="card-content-footer-small">
  179. <div class="navbar is-social-center">
  180. <a class="navbar-item" href="">
  181. <span class="soumaicon">
  182. <svg>
  183. <use href="./dist/images/icons/master.svg#gnusocial" />
  184. </svg>
  185. </span>
  186. </a>
  187. <a class="navbar-item" href="">
  188. <span class="soumaicon">
  189. <svg>
  190. <use href="./dist/images/icons/master.svg#diaspora" />
  191. </svg>
  192. </span>
  193. </a>
  194. <a class="navbar-item" href="">
  195. <span class="soumaicon">
  196. <svg>
  197. <use href="./dist/images/icons/master.svg#mastodom" />
  198. </svg>
  199. </span>
  200. </a>
  201. </div>
  202. <!-- post footer nav -->
  203. <div class="columns">
  204. <div class="column has-text-left">
  205. <a class="button is-small is-button-grey" href="index.html">Back to Home</a>
  206. </div>
  207. <div class="column has-text-right">
  208. <span class="soumaicon">
  209. <svg>
  210. <use href="./dist/images/icons/master.svg#calendar" />
  211. </svg>
  212. </span>
  213. <small>11:09 PM - 1 Jan 2019</small>
  214. </div>
  215. </div>
  216. <!-- end of post footer nav -->
  217. </div>
  218. <!-- end of post footer -->
  219. </div>
  220. </div>
  221. </div>
  222. </div>
  223. <!-- end of post content -->
  224. <!-- post comments -->
  225. <div class="comments-content">
  226. <!-- comment header -->
  227. <div class="comments-header has-text-centered">
  228. <h4 class="title is-4">Comments</h4>
  229. </div>
  230. <!-- end of comment header -->
  231. <div class="comments-wrapper">
  232. <!-- comments content -->
  233. <div class="comments-content">
  234. <!-- start of comment -->
  235. <div class="media">
  236. <!-- comment user image -->
  237. <figure class="media-left">
  238. <p class="image is-64x64">
  239. <img src="https://bulma.io/images/placeholders/128x128.png" alt="placeholder">
  240. </p>
  241. </figure>
  242. <!-- end of comment user image -->
  243. <!-- comment content -->
  244. <div class="media-content">
  245. <div class="content">
  246. <p>
  247. <strong>Barbara Middleton</strong>
  248. <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>
  249. <small><a>Like</a> | <a>Reply</a> | 3 hrs</small>
  250. </div>
  251. <!-- start of sub-comment -->
  252. <div class="media">
  253. <!-- sub-comment user image -->
  254. <figure class="media-left">
  255. <p class="image is-48x48">
  256. <img src="https://bulma.io/images/placeholders/96x96.png" alt="placeholder">
  257. </p>
  258. </figure>
  259. <!-- end of sub-comment user-image -->
  260. <!-- start of sub-comment content -->
  261. <div class="media-content">
  262. <div class="content">
  263. <p>
  264. <strong>Sean Brown</strong>
  265. <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>
  266. <small><a>Like</a> | <a>Reply</a> | 2 hrs</small>
  267. </div>
  268. <!-- start of sub-sub-comment -->
  269. <div class="media">
  270. <p>Vivamus quis semper metus, non tincidunt dolor. Vivamus in mi eu lorem cursus ullamcorper sit amet nec massa.</p>
  271. </div>
  272. <!-- end of sub-sub-comment -->
  273. <!-- start of sub-sub-comment -->
  274. <div class="media">
  275. <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>
  276. </div>
  277. <!-- end of sub-sub-comment -->
  278. </div>
  279. <!-- end of sub-comment content -->
  280. </div>
  281. <!-- end of sub-comment -->
  282. <!-- start of sub-comment -->
  283. <div class="media">
  284. <!-- start of sub-comment user image -->
  285. <figure class="media-left">
  286. <p class="image is-48x48">
  287. <img src="https://bulma.io/images/placeholders/96x96.png" alt="placeholder">
  288. </p>
  289. </figure>
  290. <!-- end of sub-comment user image -->
  291. <!-- start of sub-comment content -->
  292. <div class="media-content">
  293. <div class="content">
  294. <p>
  295. <strong>Kayli Eunice </strong>
  296. <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>
  297. <small><a>Like</a> | <a>Reply</a> | 2 hrs</small>
  298. </div>
  299. </div>
  300. <!-- end of sub-comment content -->
  301. </div>
  302. <!-- end of sub-comment -->
  303. </div>
  304. <!-- end of comment content -->
  305. </div>
  306. <!-- end of comments -->
  307. <!-- form begin -->
  308. <form class="media">
  309. <figure class="media-left">
  310. <p class="image is-64x64">
  311. <img src="https://bulma.io/images/placeholders/128x128.png" alt="placeholder">
  312. </p>
  313. </figure>
  314. <div class="media-content">
  315. <div class="field">
  316. <div class="control">
  317. <input class="input" type="text" placeholder="Your Name or Nickname">
  318. </div>
  319. </div>
  320. <div class="field">
  321. <div class="control">
  322. <input class="input" type="text" placeholder="Your Website (optional)">
  323. </div>
  324. </div>
  325. <div class="field">
  326. <p class="control">
  327. <textarea class="textarea" placeholder="Add a comment..."></textarea>
  328. </p>
  329. </div>
  330. <div class="field">
  331. <div class="control">
  332. <p>You may format you comment with
  333. <a href="https://en.wikipedia.org/wiki/Markdown"
  334. rel="noopener noreferrer" target="_blank">Markdown</a>.
  335. </p>
  336. </div>
  337. </div>
  338. <div class="field">
  339. <p class="control">
  340. <button class="button is-button-grey">Post comment</button>
  341. <a href="#">
  342. Comment Atom Feed
  343. </a>
  344. </p>
  345. </div>
  346. </div>
  347. </form>
  348. <!-- form end -->
  349. </div>
  350. </div>
  351. </div>
  352. <!-- end of comments -->
  353. </article>
  354. <!-- end of post -->
  355. </div>
  356. <!-- end of post column -->
  357. </div>
  358. </div>
  359. <!-- end of page content -->
  360. <!-- footer: will stick to the bottom -->
  361. <footer class="footer footer-top-shadow">
  362. <!-- header nav content -->
  363. <div class="navbar is-social-center">
  364. <a class="navbar-item" href="">
  365. <span class="soumaicon">
  366. <svg>
  367. <use href="./dist/images/icons/master.svg#diaspora"/>
  368. </svg>
  369. </span>
  370. </a>
  371. <a class="navbar-item" href="">
  372. <span class="soumaicon">
  373. <svg>
  374. <use href="./dist/images/icons/master.svg#gnusocial"/>
  375. </svg>
  376. </span>
  377. </a>
  378. <a class="navbar-item" href="">
  379. <span class="soumaicon">
  380. <svg>
  381. <use href="./dist/images/icons/master.svg#pump"/>
  382. </svg>
  383. </span>
  384. </a>
  385. <a class="navbar-item" href="">
  386. <span class="soumaicon">
  387. <svg>
  388. <use href="./dist/images/icons/master.svg#pixelfed"/>
  389. </svg>
  390. </span>
  391. </a>
  392. <a class="navbar-item" href="">
  393. <span class="soumaicon">
  394. <svg>
  395. <use href="./dist/images/icons/master.svg#peertube"/>
  396. </svg>
  397. </span>
  398. </a>
  399. <a class="navbar-item" href="">
  400. <span class="soumaicon">
  401. <svg>
  402. <use href="./dist/images/icons/master.svg#mediagoblin"/>
  403. </svg>
  404. </span>
  405. </a>
  406. <a class="navbar-item" href="">
  407. <span class="soumaicon">
  408. <svg>
  409. <use href="./dist/images/icons/master.svg#matrix"/>
  410. </svg>
  411. </span>
  412. </a>
  413. <a class="navbar-item" href="">
  414. <span class="soumaicon">
  415. <svg>
  416. <use href="./dist/images/icons/master.svg#rss"/>
  417. </svg>
  418. </span>
  419. </a>
  420. </div>
  421. <!-- end of header nav content -->
  422. <div class="container has-text-centered">
  423. <span class="soumaicon">
  424. <svg>
  425. <use href="./dist/images/icons/master.svg#libregit"/>
  426. </svg>
  427. </span>
  428. <p>template by <a href="https://libregit.org/heckyel">libregit.org/heckyel</a></p>
  429. <p>this template is Free Software</p>
  430. </div>
  431. </footer>
  432. <!-- end of footer -->
  433. <!-- aplaylist -->
  434. <script src="dist/js/aplaylist.js"></script>
  435. <!-- /aplaylist -->
  436. </body>
  437. </html>