source: at-w96k/content/index.org@ 1bedcd7

Last change on this file since 1bedcd7 was 1bedcd7, checked in by Mikhail Kirillov <w96k@…>, on Apr 10, 2022 at 6:26:10 PM

Add music page

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