Changeset a8c08e1
- Timestamp:
- Oct 31, 2024, 3:42:01 PM (2 weeks ago)
- Branches:
- master
- Children:
- a6f4efb
- Parents:
- 7f82568
- Files:
-
- 8 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r7f82568 ra8c08e1 2 2 .git 3 3 .firebase 4 *.~undo-tree~ 5 *~ -
content/about.org
r7f82568 ra8c08e1 27 27 experience using PHP + Symfony and Javascript. 28 28 29 ** Free software 30 I host Trac for my free software projects: https://wkz-devel.org 31 29 32 ** Contact 30 33 - Email: [[mailto:w96k@runbox.com][w96k@runbox.com]] -
content/index.org
r7f82568 ra8c08e1 5 5 #+BEGIN_EXPORT html 6 6 <article> 7 <img loading="lazy" src="/public/images/w96k.ico" align="left" style="margin-right: 1em; width: 95px;"> 8 I'm developer. Profesionally I do mostly web backends. I like 9 functional programming, LISP and free software movement. I use 10 mostly libre software on my 11 librebooted <a href="/posts/libreboot-x200t.html">Thinkpad 12 X200T</a>. I'm a long-time user of 7 <img loading="lazy" src="/public/images/w96k.ico" align="left" style="margin-right: 1em; height: 4.5em;"> 8 I'm a developer. Profesionally I do web backends. 9 I like LISP, free software movement and computing in general. 10 I use mostly libre software. I'm a long-time user of 13 11 <a href="http://guix.gnu.org">GNU Guix</a> OS, text editor 14 12 <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a> 15 13 and <a href="https://www.gnu.org/gnu/linux-and-gnu.html">GNU/Linux 16 systems</a> in general. More on <a href="/about.html">about page</a>.14 systems</a> in general. More at <a href="/about.html">about</a>. 17 15 </article> 18 16 #+END_EXPORT -
content/sitemap.org
r7f82568 ra8c08e1 1 1 #+TITLE: @w96k 2 2 3 - [[file:music.org][@w96k: Music]] 4 - [[file:legal.org][@w96k: Legal Information]] 5 - [[file:guix.org][@w96k: GNU Guix]] 6 - [[file:emacs.org][Конфигурация GNU Emacs]] 7 - [[file:donate.org][@w96k: Donations]] 8 - [[file:cv.org][CV]] 9 - [[file:articles.org][@w96k: Articles]] 3 10 - [[file:404.org][404: Page not found]] 11 - [[file:projects.org][@w96k: Projects]] 4 12 - [[file:about.org][About website]] 5 - [[file:articles.org][@w96k: Articles]]6 - [[file:cv.org][CV]]7 - [[file:emacs.org][Конфигурация GNU Emacs]]8 13 - [[file:index.org][@w96k]] 9 - [[file:guix.org][@w96k: GNU Guix]]10 - [[file:donate.org][@w96k: Donations]]11 - [[file:legal.org][@w96k: Legal Information]]12 - [[file:music.org][@w96k: Music]]13 - [[file:projects.org][@w96k: Projects]]14 14 - posts 15 15 - [[file:posts/libreboot-x200t.org][Обзор Lenovo Thinkpad X200T с Libreboot]] -
public/css/custom.css
r7f82568 ra8c08e1 7 7 } 8 8 9 :link { color: #0000EE; }10 :visited { color: #551A8B; }11 :visited:hover { color: blue; }9 a:link { color: #0000EE; } 10 a:visited { color: #551A8B; } 11 a:visited:hover { color: blue; } 12 12 13 13 html { … … 49 49 font-weight: 300; 50 50 border-radius: var(--universal-border-radius); 51 padding: 4px 2.5em;51 padding: 4px; 52 52 box-shadow: 0px 2px 0 rgba(0,0,255,.2); 53 53 background: rgba(0,0,255,0.05);
Note:
See TracChangeset
for help on using the changeset viewer.