index.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  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. </head>
  12. <body>
  13. <!-- navigation -->
  14. <header class="navigation">
  15. <nav class="navbar">
  16. <div class="container">
  17. <!-- nav site title -->
  18. <!-- Input for menu-mobile with checkbox-->
  19. <input id="navbar-toggle-cbox" type="checkbox">
  20. <!-- End Input for menu-mobile with checkbox-->
  21. <div class="navbar-brand">
  22. <a class="navbar-item">
  23. <h3 class="title is-3" style="color: white;">CL</h3>
  24. </a>
  25. <!-- this "navbar-burger" hamburger menu is only visible on mobile -->
  26. <label class="nav__toggle" for="navbar-toggle-cbox">
  27. <!-- Menu -->
  28. <svg class="menu" viewBox="0 0 448 512" width="100">
  29. <path
  30. 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"
  31. />
  32. <title>Open</title>
  33. </svg>
  34. <!-- Close -->
  35. <svg class="close" viewBox="0 0 384 512" width="100">
  36. <path
  37. 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"
  38. />
  39. <title>Close</title>
  40. </svg>
  41. </label>
  42. <!-- end of burger -->
  43. </div>
  44. <!-- this "navbar-menu" is hidden on mobile -->
  45. <div id="navMenu" class="navbar-menu">
  46. <ul class="navbar-end">
  47. <li><a href="index.html" class="navbar-item is-tab is-active">Home</a></li>
  48. <li><a href="post.html" class="navbar-item is-tab">Static Post</a></li>
  49. <li><a href="about.html" class="navbar-item is-tab">About</a></li>
  50. <li><a href="contact.html" class="navbar-item is-tab">Contact</a></li>
  51. </ul>
  52. </div>
  53. <!-- end of nav -->
  54. </div>
  55. </nav>
  56. </header>
  57. <!-- end navigation -->
  58. <!-- page header (title, etc) -->
  59. <div class="main-header">
  60. <section class="hero">
  61. <div class="hero-body">
  62. <div class="container">
  63. <div class="has-text-centered">
  64. <!-- header && subheader -->
  65. <h1 class="title is-1 is-spaced">Conocimientos Libres</h1>
  66. <h4 class="subtitle is-4">Sitio de información sobre Software Libre</h4>
  67. <!-- search form -->
  68. <div class="column is-6 is-offset-3">
  69. <div class="box has-background-black-ter">
  70. <form class="field has-addons">
  71. <div class="control is-expanded">
  72. <input class="input has-text-centered" type="search" placeholder="» » » » » » find me « « « « « «">
  73. </div>
  74. <input class="button is-dark" name="submit" value="Search" type="submit">
  75. </form>
  76. </div>
  77. </div>
  78. <!-- end search form -->
  79. <!-- end of header && subheader -->
  80. </div>
  81. </div>
  82. </div>
  83. </section>
  84. </div>
  85. <!-- end page header -->
  86. <!-- page content -->
  87. <div class="main-content">
  88. <div class="container">
  89. <!-- start of posts -->
  90. <div class="columns is-multiline is-centered has-text-centered">
  91. <!-- start of post -->
  92. <article class="column is-4">
  93. <div class="card">
  94. <!-- image for post -->
  95. <div class="card-image">
  96. <figure class="image is-4by3">
  97. <img src="src/images/700x500.png" alt="Image">
  98. </figure>
  99. </div>
  100. <!-- end of image for post -->
  101. <!-- post header -->
  102. <div class="card-content-header">
  103. <h2 class="title is-4"><a href="post.html">Header for Post</a></h2>
  104. </div>
  105. <!-- end of post header -->
  106. <!-- post content -->
  107. <div class="card-content">
  108. <div class="content social">
  109. <div class="navbar is-social-center">
  110. <a class="navbar-item" href="">
  111. <span class="soumaicon">
  112. <svg>
  113. <use href="./dist/images/icons/master.svg#gnusocial" />
  114. </svg>
  115. </span>
  116. </a>
  117. <a class="navbar-item" href="">
  118. <span class="soumaicon">
  119. <svg>
  120. <use href="./dist/images/icons/master.svg#diaspora" />
  121. </svg>
  122. </span>
  123. </a>
  124. <a class="navbar-item" href="">
  125. <span class="soumaicon">
  126. <svg>
  127. <use href="./dist/images/icons/master.svg#mastodom" />
  128. </svg>
  129. </span>
  130. </a>
  131. </div>
  132. </div>
  133. <!-- end of post content -->
  134. <!-- post footer -->
  135. <div class="card-content-footer">
  136. <span class="soumaicon">
  137. <svg>
  138. <use href="./dist/images/icons/master.svg#calendar" />
  139. </svg>
  140. </span>
  141. <small>11:09 PM - 1 Jan 2019</small>
  142. <span class="soumaicon">
  143. <svg>
  144. <use href="./dist/images/icons/master.svg#comments" />
  145. </svg>
  146. </span>
  147. <small>20 comments</small>
  148. </div>
  149. <!-- end of post footer -->
  150. </div>
  151. </div>
  152. </article>
  153. <!-- end of post -->
  154. <!-- start of post -->
  155. <article class="column is-4">
  156. <div class="card">
  157. <!-- image for post -->
  158. <div class="card-image">
  159. <figure class="image is-4by3">
  160. <img src="src/images/700x500.png" alt="Image">
  161. </figure>
  162. </div>
  163. <!-- end of image for post -->
  164. <!-- post header -->
  165. <div class="card-content-header">
  166. <h2 class="title is-4"><a href="post2.html">Header for Post</a></h2>
  167. </div>
  168. <!-- end of post header -->
  169. <!-- post content -->
  170. <div class="card-content">
  171. <div class="content social">
  172. <div class="navbar is-social-center">
  173. <a class="navbar-item" href="">
  174. <span class="soumaicon">
  175. <svg>
  176. <use href="./dist/images/icons/master.svg#gnusocial" />
  177. </svg>
  178. </span>
  179. </a>
  180. <a class="navbar-item" href="">
  181. <span class="soumaicon">
  182. <svg>
  183. <use href="./dist/images/icons/master.svg#diaspora" />
  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#mastodom" />
  191. </svg>
  192. </span>
  193. </a>
  194. </div>
  195. </div>
  196. <!-- end of post content -->
  197. <!-- post footer -->
  198. <div class="card-content-footer">
  199. <span class="soumaicon">
  200. <svg>
  201. <use href="./dist/images/icons/master.svg#calendar" />
  202. </svg>
  203. </span>
  204. <small>11:09 PM - 1 Jan 2017</small>
  205. <span class="soumaicon">
  206. <svg>
  207. <use href="./dist/images/icons/master.svg#comments" />
  208. </svg>
  209. </span>
  210. <small>20 comments</small>
  211. </div>
  212. <!-- end of post footer -->
  213. </div>
  214. </div>
  215. </article>
  216. <!-- end of post -->
  217. <!-- start of post -->
  218. <article class="column is-4">
  219. <div class="card">
  220. <!-- image for post -->
  221. <div class="card-image">
  222. <figure class="image is-4by3">
  223. <img src="src/images/700x500.png" alt="Image">
  224. </figure>
  225. </div>
  226. <!-- end of image for post -->
  227. <!-- post header -->
  228. <div class="card-content-header">
  229. <h2 class="title is-4"><a href="post.html">Header for Post</a></h2>
  230. </div>
  231. <!-- end of post header -->
  232. <!-- post content -->
  233. <div class="card-content">
  234. <div class="content social">
  235. <div class="navbar is-social-center">
  236. <a class="navbar-item" href="">
  237. <span class="soumaicon">
  238. <svg>
  239. <use href="./dist/images/icons/master.svg#gnusocial" />
  240. </svg>
  241. </span>
  242. </a>
  243. <a class="navbar-item" href="">
  244. <span class="soumaicon">
  245. <svg>
  246. <use href="./dist/images/icons/master.svg#diaspora" />
  247. </svg>
  248. </span>
  249. </a>
  250. <a class="navbar-item" href="">
  251. <span class="soumaicon">
  252. <svg>
  253. <use href="./dist/images/icons/master.svg#mastodom" />
  254. </svg>
  255. </span>
  256. </a>
  257. </div>
  258. </div>
  259. <!-- end of post content -->
  260. <!-- post footer -->
  261. <div class="card-content-footer">
  262. <span class="soumaicon">
  263. <svg>
  264. <use href="./dist/images/icons/master.svg#calendar" />
  265. </svg>
  266. </span>
  267. <small>11:09 PM - 1 Jan 2016</small>
  268. <span class="soumaicon">
  269. <svg>
  270. <use href="./dist/images/icons/master.svg#comments" />
  271. </svg>
  272. </span>
  273. <small>20 comments</small>
  274. </div>
  275. <!-- end of post footer -->
  276. </div>
  277. </div>
  278. </article>
  279. <!-- end of post -->
  280. </div>
  281. <!-- end of posts -->
  282. </div>
  283. <!-- pagination -->
  284. <div class="pagination-style-custom">
  285. <nav class="pagination is-rounded is-centered" aria-label="pagination">
  286. <a class="pagination-previous button is-button-grey">Previous</a>
  287. <a class="pagination-next button is-button-grey">Next page</a>
  288. <ul class="pagination-list">
  289. <li><a class="pagination-link" aria-label="Goto page 1">1</a></li>
  290. <li><span class="pagination-ellipsis">&hellip;</span></li>
  291. <li><a class="pagination-link" aria-label="Goto page 45">45</a></li>
  292. <li><a class="pagination-link is-current" aria-label="Page 46" aria-current="page">46</a></li>
  293. <li><a class="pagination-link" aria-label="Goto page 47">47</a></li>
  294. <li><span class="pagination-ellipsis">&hellip;</span></li>
  295. <li><a class="pagination-link" aria-label="Goto page 86">86</a></li>
  296. </ul>
  297. </nav>
  298. </div>
  299. <!-- end of pagination -->
  300. </div>
  301. <!-- end of page content -->
  302. <!-- footer: will stick to the bottom -->
  303. <footer class="footer footer-top-shadow">
  304. <!-- header nav content -->
  305. <div class="navbar is-social-center">
  306. <a class="navbar-item" href="">
  307. <span class="soumaicon">
  308. <svg>
  309. <use href="./dist/images/icons/master.svg#diaspora"/>
  310. </svg>
  311. </span>
  312. </a>
  313. <a class="navbar-item" href="">
  314. <span class="soumaicon">
  315. <svg>
  316. <use href="./dist/images/icons/master.svg#gnusocial"/>
  317. </svg>
  318. </span>
  319. </a>
  320. <a class="navbar-item" href="">
  321. <span class="soumaicon">
  322. <svg>
  323. <use href="./dist/images/icons/master.svg#pump"/>
  324. </svg>
  325. </span>
  326. </a>
  327. <a class="navbar-item" href="">
  328. <span class="soumaicon">
  329. <svg>
  330. <use href="./dist/images/icons/master.svg#pixelfed"/>
  331. </svg>
  332. </span>
  333. </a>
  334. <a class="navbar-item" href="">
  335. <span class="soumaicon">
  336. <svg>
  337. <use href="./dist/images/icons/master.svg#peertube"/>
  338. </svg>
  339. </span>
  340. </a>
  341. <a class="navbar-item" href="">
  342. <span class="soumaicon">
  343. <svg>
  344. <use href="./dist/images/icons/master.svg#mediagoblin"/>
  345. </svg>
  346. </span>
  347. </a>
  348. <a class="navbar-item" href="">
  349. <span class="soumaicon">
  350. <svg>
  351. <use href="./dist/images/icons/master.svg#matrix"/>
  352. </svg>
  353. </span>
  354. </a>
  355. <a class="navbar-item" href="">
  356. <span class="soumaicon">
  357. <svg>
  358. <use href="./dist/images/icons/master.svg#rss"/>
  359. </svg>
  360. </span>
  361. </a>
  362. </div>
  363. <!-- end of header nav content -->
  364. <div class="container has-text-centered">
  365. <span class="soumaicon">
  366. <svg>
  367. <use href="./dist/images/icons/master.svg#libregit"/>
  368. </svg>
  369. </span>
  370. <p>template by <a href="https://libregit.org/heckyel">libregit.org/heckyel</a></p>
  371. <p>this template is Free Software</p>
  372. </div>
  373. </footer>
  374. <!-- end of footer -->
  375. </body>
  376. </html>