- Timestamp:
- Sep 3, 2022, 1:32:21 AM (2 years ago)
- Branches:
- master
- Children:
- 0fd65e0
- Parents:
- 779efbc
- Location:
- content
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
content/cv.org
r779efbc rb8c66ba 1 #+Title: Fullstack Developer1 #+Title: Mikhail Kirillov: CV 2 2 #+LANGUAGE: en 3 3 #+OPTIONS: toc:nil num:nil itemsep=0 … … 7 7 #+LaTeX_HEADER: \setlength{\parindent}{0} % Default is 15pt. 8 8 9 10 # #+ATTR_LATEX: :float wrap :width 0.25\textwidth :placement {r}{} 11 # [[../public/images/w96k.png]] 9 * Mikhail Kirillov 12 10 13 11 #+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> 36 17 37 18 #+END_EXPORT 38 19 39 20 ** Basic information 40 41 #+BEGIN_EXPORT html42 <div style="text-align: right;">43 <mark style="background: #689f38 !important; margin-right: 0.38em;">Available for hire</mark>44 </div>45 #+END_EXPORT46 21 47 22 #+ATTR_LATEX: :center nil :align |l|l| -
content/index.org
r779efbc rb8c66ba 6 6 <article> 7 7 <img loading="lazy" src="/public/images/w96k.ico" align="left" style="margin-right: 1em; width: 95px;"> 8 9 functional programming, LISP and free software movement anduse10 11 librebooted <a href="https://w96k.dev/posts/libreboot-x200t.html">Thinkpad12 13 14 15 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>. 17 17 </article> 18 18 #+END_EXPORT -
content/projects.org
r779efbc rb8c66ba 2 2 #+OPTIONS: toc:nil 3 3 * 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 5 It is written using [[https://www.gnu.org/software/emacs/][Emacs]], [[https://orgmode.org/][Org-mode]]. I try to fit everything to 50KiB or 6 less, so I don't use images much and prefer small documents. 7 8 More about my website and me you can learn on [[https://w96k.dev/about.html][about page]]. 11 9 12 10 Website 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 13 Guix website and CI is blocked from host side for russians. I plan to 14 setup a mirror and another build-farm. 18 15 19 16 [[https://fosstodon.org/@w96k/108053233765822857][Details]] 20 17 21 ** GNU Ensemble18 ** TODO GNU Ensemble 22 19 Federated web service that allows its users to collaborate on 23 20 composing and recording pieces of music. 21 22 * Ideas 23 Things I find cool, but probably would never implement: 24 - Guile WM on wayland similar to [[https://en.wikipedia.org/wiki/Ratpoison][ratpoison]]
Note:
See TracChangeset
for help on using the changeset viewer.