- Timestamp:
- Aug 28, 2022, 11:48:21 PM (2 years ago)
- Branches:
- master
- Children:
- 1d577b1
- Parents:
- 1f1a1c8
- Location:
- content
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
content/articles.org
r1f1a1c8 r7123feb 79 79 (org-webring-display-attribution nil) 80 80 (org-webring-display-generation-time nil) 81 (org-webring-urls '( "http://guix.trop.in/feeds/blog.atom"81 (org-webring-urls '(;; "http://guix.trop.in/feeds/blog.atom" 82 82 "https://drewdevault.com/blog/index.xml" 83 83 "https://wingolog.org/feed/atom" … … 88 88 "https://planet.gnu.org/rss20.xml"))) 89 89 (org-webring-generate-webring)) 90 #+ END_SRC90 #+end_SRC -
content/index.org
r1f1a1c8 r7123feb 21 21 <article> 22 22 <div class="row"> 23 <div class="col-sm-12 col-md-4" align="center"> 24 <img src="/public/images/w96k.png" class="shadowed rounded" style="max-width: 200px; width: 100%; height: 100%;"> 25 </div> 26 <div class="col-sm-12 col-md-8" style="background: #f8f8f8; border: 1px solid rgba(0,0,0,.1); border-radius: 0.25em; box-shadow: 0 1px 2px rgba(0,0,0,.1);"> 27 <h2 style="background: rgba(0,0,0,.1); border-radius: 0.1em; margin-top: 0.5em; text-align: center"><strong>Mikhail Kirillov</strong></h2> 23 <div style="background: #f8f8f8; border: 1px solid rgba(0,0,0,.1); border-radius: 0.25em; box-shadow: 0 1px 2px rgba(0,0,0,.1); padding: 0.5em 1em;"> 24 <img loading="lazy" src="/public/images/w96k.gif" align="left" style="margin-right: 1em; width: 210px;"> 25 <h2 style="background: rgba(0,0,0,.05); border-radius: 0.3em; text-align: center;">Mikhail Kirillov</h2> 28 26 29 <p>Developer. Profesionally I do mostly web backends. 30 I like functional programming, LISP and free software movement. 31 I use only libre software on my librebooted <a href="https://w96k.dev/posts/libreboot-x200t.html">Thinkpad X200T</a>. 32 I'm a long-time user of 27 <p>Developer. Profesionally I do mostly web backends. I like 28 functional programming, LISP and free software movement. I use 29 only libre software on my 30 librebooted <a href="https://w96k.dev/posts/libreboot-x200t.html">Thinkpad 31 X200T</a>. I'm a long-time user of 33 32 <a href="http://guix.gnu.org">GNU Guix</a> OS, text editor 34 33 <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a> 35 and <a href="https://www.gnu.org/gnu/linux-and-gnu.html">GNU/Linux systems</a> in general. 34 and <a href="https://www.gnu.org/gnu/linux-and-gnu.html">GNU/Linux 35 systems</a> in general. 36 36 </p> 37 37 38 38 <ul style="margin-top: 1em; text-align: center;"> 39 <li style="display: inline-block;"><a href="mailto:w96k.ru@gmail.com"><span class="icon-mail"></span>Email</a> <span style="color: #ccc;">|</span></li> 40 <li style="display: inline-block;"><a href="https://fosstodon.org/@w96k"><span class="icon-share"></span>Mastodon</a> <span style="color: #ccc;">|</span></li> 41 <li style="display: inline-block;"><a href="https://git.sr.ht/~w96k/"><span class="icon-link"></span>Sourcehut</a></li> 39 <li style="display: 40 inline-block;"><a href="mailto:w96k.ru@gmail.com"><span class="icon-mail"></span>Email</a> <span style="color: 41 #ccc;">|</span></li> 42 <li style="display: 43 inline-block;"><a href="https://fosstodon.org/@w96k"><span class="icon-share"></span>Mastodon</a> <span style="color: 44 #ccc;">|</span></li> 45 <li style="display: 46 inline-block;"><a href="https://git.sr.ht/~w96k/"><span class="icon-link"></span>Sourcehut</a></li> 42 47 </ul> 43 48 </div> 44 49 </div> 45 46 <!-- <h3>Software I use</h3> -->47 <!-- <table class="iuse"> -->48 <!-- <tr> -->49 <!-- <td> -->50 <!-- <a href="https://gnu.org"> -->51 <!-- <figure> -->52 <!-- <img src="/public/images/gnu.png"> -->53 <!-- <figcaption>GNU Software</figcaption> -->54 <!-- </figure> -->55 <!-- </a> -->56 <!-- </td> -->57 <!-- <td> -->58 <!-- <a href="https://guix.gnu.org"> -->59 <!-- <figure> -->60 <!-- <img src="/public/images/guix.png"> -->61 <!-- <figcaption>GNU Guix</figcaption> -->62 <!-- </figure> -->63 <!-- </a> -->64 <!-- </td> -->65 <!-- <td> -->66 <!-- <a href="https://www.gnu.org/software/emacs/"> -->67 <!-- <figure> -->68 <!-- <img src="/public/images/emacs.png"> -->69 <!-- <figcaption>GNU Emacs</figcaption> -->70 <!-- </figure> -->71 <!-- </a> -->72 <!-- </td> -->73 <!-- <td> -->74 <!-- <a href="https://www.gnu.org/software/gnuzilla/"> -->75 <!-- <figure> -->76 <!-- <img src="/public/images/icecat.png"> -->77 <!-- <figcaption>Icecat Browser</figcaption> -->78 <!-- </figure> -->79 <!-- </a> -->80 <!-- </td> -->81 <!-- </tr> -->82 <!-- </table> -->83 84 <!-- <table class="iuse"> -->85 <!-- <tr> -->86 <!-- <td> -->87 <!-- <a href="https://gnu.org/software/gnu-c-manual/gnu-c-manual.html"> -->88 <!-- <figure> -->89 <!-- <img src="/public/images/c.png"> -->90 <!-- <figcaption>GNU C</figcaption> -->91 <!-- </figure> -->92 <!-- </td> -->93 <!-- </a> -->94 <!-- <td> -->95 <!-- <a href="https://gnu.org/software/guile/"> -->96 <!-- <figure> -->97 <!-- <img src="/public/images/guile.png"> -->98 <!-- <figcaption>GNU Guile</figcaption> -->99 <!-- </figure> -->100 <!-- </a> -->101 <!-- </td> -->102 <!-- <td> -->103 <!-- <a href="https://python.org/"> -->104 <!-- <figure> -->105 <!-- <img src="/public/images/python.png"> -->106 <!-- <figcaption>Python</figcaption> -->107 <!-- </figure> -->108 <!-- </a> -->109 <!-- </td> -->110 <!-- <td> -->111 <!-- <a href="http://php.net/"> -->112 <!-- <figure> -->113 <!-- <img src="/public/images/php.png"> -->114 <!-- <figcaption>PHP</figcaption> -->115 <!-- </figure> -->116 <!-- </a> -->117 <!-- </td> -->118 <!-- </tr> -->119 <!-- </table> -->120 50 </article> 121 51 #+END_EXPORT -
content/music.org
r1f1a1c8 r7123feb 19 19 #+BEGIN_EXPORT html 20 20 <h3>Kinda finished music</h3> 21 <table class="iuse striped">21 <table> 22 22 <tr> 23 <td >23 <td style="width: 50%;"> 24 24 <audio controls> 25 25 <source src="/public/music/chip1.mp3" type="audio/mpeg"> … … 96 96 97 97 <h3>Unfinished music</h3> 98 <table class="iuse striped">98 <table> 99 99 <tr> 100 <td >100 <td style="width: 50%;"> 101 101 <audio controls> 102 102 <source src="/public/music/Frustration.mp3" type="audio/mpeg"> … … 166 166 <table class="iuse"> 167 167 <tr> 168 <td >168 <td style="width: 50%;"> 169 169 <audio controls> 170 170 <source src="/public/music/pianica1.mp3" type="audio/mpeg">
Note:
See TracChangeset
for help on using the changeset viewer.