default.html 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <title>{{ page.title }} {{ page.title_base }}</title>
  7. <meta name="viewport" content="width=device-width">
  8. <link rel="icon" type="image/png" href="/favicon.png" />
  9. <!-- syntax highlighting CSS -->
  10. <link rel="stylesheet" href="/css/syntax.css">
  11. <!-- Custom CSS -->
  12. <link rel="stylesheet" href="/css/main.css">
  13. <link rel="stylesheet" href="/css/tablet.css" type="text/css" media="screen and (min-width:651px) and (max-width: 1024px), screen and (min-device-width: 768px) and (max-device-width: 1024px)" />
  14. <link rel="stylesheet" href="/css/mobile.css" type="text/css" media="handheld, screen and (max-width: 650px), screen and (max-device-width: 480px)" />
  15. <!-- fonts -->
  16. <link rel="stylesheet" href="/css/fonts.css" type="text/css"/>
  17. <!-- <link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/combat" type="text/css"/> -->
  18. </head>
  19. <body>
  20. <div id="wrapper">
  21. <div class="left_float">
  22. <img src="/images/base/logo.png" class="logo"/>
  23. </div>
  24. <div id="header" class="header">
  25. <div>
  26. <h1 class="title"><a href="/">caryoscelus:~#</a></h1>
  27. <br/>
  28. <span class="title_menu">
  29. <a class="extra" href="/">[/]</a>
  30. <a class="extra" href="/blog/">[log]</a>
  31. <a class="extra" href="/projects/">[prj]</a>
  32. <a class="extra" href="/txt/">[txt]</a>
  33. <a class="extra" href="/music/">[mus]</a>
  34. <a class="extra" href="/about/">[bout]</a>
  35. <a class="extra">[?..]</a>
  36. </span>
  37. <br/>
  38. <div class="quote">
  39. <a href="/projects/absurdology.html">
  40. <span class="quote0">«Be rational, embrace the absurd»</span>
  41. </a>
  42. </div>
  43. </div>
  44. </div>
  45. <div id="main">
  46. {{ content }}
  47. </div>
  48. </div>
  49. <div id="footer">
  50. <div class="contacts">
  51. <div class="contact">
  52. i am caryoscelus at:
  53. <a href="/contacts/#mail">gmx.com</a> |
  54. <a href="/contacts/#xmpp">jabber.org</a> |
  55. <a href="https://notabug.org/caryoscelus">notabug.org</a> |
  56. <a href="https://github.com/caryoscelus">github.com</a> |
  57. <a href="/contacts/">...</a>
  58. </div>
  59. <div class="contact">
  60. subscribe:
  61. <a href="http://caryoscelus.github.io/atom.xml">atom</a> |
  62. <a href="http://caryoscelus.github.io/rss.xml">rss</a> |
  63. <a href="javascript:void(0)" onclick="return page.followPosts()">0net</a>
  64. ||
  65. <a href="/donate/">donate</a>
  66. </div>
  67. </div>
  68. <div class="site_notes">
  69. This site is powered by <a href="http://jekyllrb.com">Jekyll</a> and/or <a href="http://127.0.0.1:43110/1DTjNhj7Mm4hSvEQ2mEUnWp5cP1eaUzHyA">HydeView</a>. Hosted on <a href="https://github.com/zeronet-conservancy/zeronet-conservancy/">0net</a> and <a href="https://pages.github.com">github pages</a>. See source repository on <a href="https://notabug.org/caryoscelus/caryoscelus-site">notabug</a> or <a href="https://github.com/caryoscelus/caryoscelus.github.io">github</a>.<br/>
  70. Copyleft (ↄ) 2014-2022 caryoscelus
  71. </div>
  72. </div>
  73. </body>
  74. </html>