source: content/about.org@ 632f9bc

Last change on this file since 632f9bc was 632f9bc, checked in by Mikhail Kirillov <w96k@…>, on Jan 2, 2020 at 6:12:07 AM

Recreate blog in org-mode

  • Property mode set to 100644
File size: 1.4 KB
Line 
1#+Title: Обо мне: Кириллов Михаил
2
3#+BEGIN_EXPORT html
4<article>
5<div class="row">
6<div class="col-sm-12 col-md-3">
7 <img src="/public/images/w96k.png" class="shadowed rounded" style="max-width: 180px; width: 100%;">
8 <div>
9 <img src="/public/images/fsf.png" class="shadowed rounded">
10 </div>
11</div>
12<div class="col-sm-12 col-md-9">
13 <h2>Кириллов Михаил</h2>
14
15 <p style="position: relative; margin-top: -0.75em;">
16 <span class="icon-location"></span>
17 <a href="https://www.openstreetmap.org/relation/2555133">Россия, Москва</a>
18 </p>
19
20 <p>Разработчик. Люблю функциональное
21программирование, LISP и движение за свободное программное
22обеспечение.</p>
23
24<div class="row">
25<div class="col-sm">
26 <p>Связь:</p>
27 <ul>
28 <li><span class="icon-mail"></span> Email: <a href="mailto:w96k@posteo.net">
29 w96k@posteo.net</a></li>
30 <li><span class="icon-share"></span> Mastodon: <a href="https://fosstodon.org/@w96k">@w96k</a></li>
31 </ul>
32</div>
33<div class="col-sm">
34 <p>Код:</p>
35 <ul>
36 <li><span class="icon-link"></span> Sourcehut: <a href="https://git.sr.ht/~w96k/">
37 @w96k</a></li>
38 <li><span class="icon-link"></span> Github: <a href="https://github.com/w96k">
39 @w96k</a></li>
40 </ul>
41</div>
42
43</div>
44
45</div>
46</div>
47</article>
48#+END_EXPORT
Note: See TracBrowser for help on using the repository browser.