source: at-w96k/content/index.org@ 8e3e6d5

Last change on this file since 8e3e6d5 was 8e3e6d5, checked in by Mikhail Kirillov <w96k@…>, on Apr 27, 2022 at 4:47:25 AM

Update blog

  • Property mode set to 100644
File size: 4.1 KB
Line 
1#+TITLE: @w96k: Kirillov Mikhail
2#+OPTIONS: toc:nil
3#+LANGUAGE: ru
4
5#+BEGIN_EXPORT nil
6
7<!-- News panel on the right -->
8<nav id="table-of-contents">
9 <div id="text-table-of-contents">
10 <ul style="list-style: none; margin: 0 0.5em;">
11 <li><p><mark class="inline-block">2022-04-06</mark></p>
12 <p>Added music page</p></li>
13 <li><p><mark class="inline-block">2022-04-05</mark></p>
14 <p>I've deleted my russian articles and translated the whole website in English due strong censorship in Russia.</p></li>
15 </ul>
16 </div>
17</nav>
18#+END_EXPORT
19
20#+BEGIN_EXPORT html
21<article>
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%;">
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>
28
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 Thinkpad X200T.
32 I'm a long-time user of
33 <a href="http://guix.gnu.org">GNU Guix</a> OS and text editor
34 <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>.
35 </p>
36
37 <ul style="margin-top: 1em; text-align: center;">
38 <li style="display: inline-block;"><a href="mailto:w96k@riseup.net"><span class="icon-mail"></span>Email</a> <span style="color: #ccc;">|</span></li>
39 <li style="display: inline-block;"><a href="https://fosstodon.org/@w96k"><span class="icon-share"></span>Mastodon</a> <span style="color: #ccc;">|</span></li>
40 <li style="display: inline-block;"><a href="https://git.sr.ht/~w96k/"><span class="icon-link"></span>Sourcehut</a></li>
41 </ul>
42 </div>
43 </div>
44
45 <h3>Software I use</h3>
46 <table class="iuse">
47 <tr>
48 <td>
49 <a href="https://gnu.org">
50 <figure>
51 <img src="/public/images/gnu.png">
52 <figcaption>GNU Software</figcaption>
53 </figure>
54 </a>
55 </td>
56 <td>
57 <a href="https://guix.gnu.org">
58 <figure>
59 <img src="/public/images/guix.png">
60 <figcaption>GNU Guix</figcaption>
61 </figure>
62 </a>
63 </td>
64 <td>
65 <a href="https://www.gnu.org/software/emacs/">
66 <figure>
67 <img src="/public/images/emacs.png">
68 <figcaption>GNU Emacs</figcaption>
69 </figure>
70 </a>
71 </td>
72 <td>
73 <a href="https://www.gnu.org/software/gnuzilla/">
74 <figure>
75 <img src="/public/images/icecat.png">
76 <figcaption>Icecat Browser</figcaption>
77 </figure>
78 </a>
79 </td>
80 </tr>
81 </table>
82
83 <table class="iuse">
84 <tr>
85 <td>
86 <a href="https://gnu.org/software/gnu-c-manual/gnu-c-manual.html">
87 <figure>
88 <img src="/public/images/c.png">
89 <figcaption>GNU C</figcaption>
90 </figure>
91 </td>
92 </a>
93 <td>
94 <a href="https://gnu.org/software/guile/">
95 <figure>
96 <img src="/public/images/guile.png">
97 <figcaption>GNU Guile</figcaption>
98 </figure>
99 </a>
100 </td>
101 <td>
102 <a href="https://python.org/">
103 <figure>
104 <img src="/public/images/python.png">
105 <figcaption>Python</figcaption>
106 </figure>
107 </a>
108 </td>
109 <td>
110 <a href="http://php.net/">
111 <figure>
112 <img src="/public/images/php.png">
113 <figcaption>PHP</figcaption>
114 </figure>
115 </a>
116 </td>
117 </tr>
118 </table>
119</article>
120#+END_EXPORT
121
122* Projects
123** TODO Guix + Software Heritage Russian Mirror
124 There is a chance that internet in Russia will be restricted in some
125 ways, so it is a good idea to setup a server with all essential
126 software archived. Guix website and CI is blocked from host side for
127 russians.
128
129 [[https://fosstodon.org/@w96k/108053233765822857][Details]]
130
131** TODO GNU Ensemble
132 Federated web service that allows its users to collaborate on
133 composing and recording pieces of music.
134
135* Donations
136 You can support me and my projects by donating.
137 #+BEGIN_EXPORT html
138 <a class="button" href="https://liberapay.com/w96k/donate">LiberaPay</a>
139 #+END_EXPORT
140
Note: See TracBrowser for help on using the repository browser.