Changeset b8c66ba


Ignore:
Timestamp:
Sep 3, 2022, 1:32:21 AM (2 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
0fd65e0
Parents:
779efbc
Message:

Update blog pages

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • content/cv.org

    r779efbc rb8c66ba  
    1 #+Title: Fullstack Developer
     1#+Title: Mikhail Kirillov: CV
    22#+LANGUAGE: en
    33#+OPTIONS: toc:nil num:nil itemsep=0
     
    77#+LaTeX_HEADER: \setlength{\parindent}{0} % Default is 15pt.
    88
    9 
    10 # #+ATTR_LATEX: :float wrap :width 0.25\textwidth :placement {r}{}
    11 # [[../public/images/w96k.png]]
     9* Mikhail Kirillov
    1210
    1311#+BEGIN_EXPORT html
    14 <article>
    15   <div class="row">
    16     <div class="col-md">
    17       <h1 style="padding: 0em;"><strong>Mikhail Kirillov</strong>
    18         Backend Developer
    19       </h1>
    20     </div>
    21     <div class="col-md" align="right" style="padding-top: 1.75em;">
    22       <div><mark style="font-size: calc(1rem * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio));"><strong>€3000-3500</strong></mark></div>
    23     </div>
    24   </div>
    25 
    26   <div class="row">
    27     <div class="col-md">
    28       <details>
    29         <summary>Photo</summary>
    30         <img src="../../public/images/w96k.png" title="Me at TechTrain in St. Petersburg [2019]" alt="Me at TechTrain in St. Petersburg [2019]" style="height: 25ch; float: left;">
    31         <img src="../../public/images/w96k2.jpg" title="Me at Emacs meetup in Moscow [2021]" alt="Me at Emacs meetup in Moscow [2021]" style="height: 25ch; float: right;">
    32       </details>
    33     </div>
    34   </div>
    35 </article>
     12  <details>
     13    <summary>Photo</summary>
     14    <img src="../../public/images/w96k1.ico" title="Me at TechTrain in St. Petersburg [2019]" alt="Me at TechTrain in St. Petersburg [2019]" >
     15    <img src="../../public/images/w96k2.ico" title="Me at Emacs meetup in Moscow [2021]" alt="Me at Emacs meetup in Moscow [2021]" >
     16  </details>
    3617
    3718#+END_EXPORT
    3819
    3920** Basic information
    40 
    41 #+BEGIN_EXPORT html
    42 <div style="text-align: right;">
    43   <mark style="background: #689f38 !important; margin-right: 0.38em;">Available for hire</mark>
    44 </div>
    45 #+END_EXPORT
    4621
    4722#+ATTR_LATEX: :center nil  :align |l|l|
  • content/index.org

    r779efbc rb8c66ba  
    66<article>
    77  <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 and use
    10     only libre software on my
    11     librebooted <a href="https://w96k.dev/posts/libreboot-x200t.html">Thinkpad
    12       X200T</a>.  I'm a long-time user of
    13     <a href="http://guix.gnu.org">GNU Guix</a> OS, text editor
    14     <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>
    15     and <a href="https://www.gnu.org/gnu/linux-and-gnu.html">GNU/Linux
    16       systems</a> in general.
     8  I'm developer. Profesionally I do mostly web backends.  I like
     9  functional programming, LISP and free software movement. I use
     10  only libre software on my
     11  librebooted <a href="/posts/libreboot-x200t.html">Thinkpad
     12    X200T</a>.  I'm a long-time user of
     13  <a href="http://guix.gnu.org">GNU Guix</a> OS, text editor
     14  <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>
     15  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>.
    1717</article>
    1818#+END_EXPORT
  • content/projects.org

    r779efbc rb8c66ba  
    22#+OPTIONS: toc:nil
    33* Projects
    4 ** My blog w96k.dev
    5 It is written using [[https://www.gnu.org/software/emacs/][Emacs]], [[https://orgmode.org/][Org-mode]] and [[https://minicss.us/docs.htm][Mini.css]]. Here I publish
    6 programming stuff. I can provide source code if you are
    7 interested. Because git history can contain sensitive information and
    8 I'm too lazy to properly clean it, I've decided to have source code not
    9 available for everyone. You can import see css anyway, I don't use SASS
    10 or anything fancy.
     4** DONE My blog w96k.dev
     5It is written using [[https://www.gnu.org/software/emacs/][Emacs]], [[https://orgmode.org/][Org-mode]]. I try to fit everything to 50KiB or
     6less, so I don't use images much and prefer small documents.
     7
     8More about my website and me you can learn on [[https://w96k.dev/about.html][about page]].
    119
    1210Website inspired by my blog design: https://mysticmode.net/
    13 ** Guix + Software Heritage Russian Mirror
    14 There is a chance that internet in Russia will be restricted in some
    15 ways, so it is a good idea to setup a server with all essential
    16 software archived. Guix website and CI is blocked from host side for
    17 russians.
     11
     12** TODO Guix + Software Heritage Russian Mirror
     13Guix website and CI is blocked from host side for russians. I plan to
     14setup a mirror and another build-farm.
    1815
    1916[[https://fosstodon.org/@w96k/108053233765822857][Details]]
    2017
    21 ** GNU Ensemble
     18** TODO GNU Ensemble
    2219Federated web service that allows its users to collaborate on
    2320composing and recording pieces of music.
     21
     22* Ideas
     23Things I find cool, but probably would never implement:
     24- Guile WM on wayland similar to [[https://en.wikipedia.org/wiki/Ratpoison][ratpoison]]
  • public/css/custom.css

    r779efbc rb8c66ba  
    6767}
    6868
    69 .navbar a:active, .navbar a:visited {
     69.navbar a:visited {
    7070    color: purple;
    7171}
     
    116116    border-radius: var(--universal-border-radius);
    117117    border: 1px solid #cfcfcf;
    118     max-height: calc(100% - 2 * (var(--universal-margin) + 0.5em) - 9em);
     118    max-height: calc(100% - 3 * (var(--universal-margin) + 0.5em) - 5em);
    119119    overflow: auto;
    120120    max-width: 35ch;
     
    215215}
    216216
     217a:active {
     218    color: purple;
     219    background: #ccc;
     220}
     221
    217222.abstract {
    218223    background: rgba(0,0,0,.1);
    219224}
     225
     226/* Org-mode */
     227.done {color: green;}
     228.todo {color: red;}
Note: See TracChangeset for help on using the changeset viewer.