summaryrefslogtreecommitdiffstats
path: root/index.html
blob: ec2dbffb58b882cfabe5f5ad767fa3b6f6f3db29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>~santisoler</title>
    <link rel="shortcut icon" href="images/favicon.png" />
    <link rel="stylesheet" href="assets/fira_code_v5.2/fira_code.css" />
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <header>
      <h1>~santisoler</h1>

      <h2>
        Sitio de ~santisoler en
        <a href="https://texto-plano.xyz">texto-plano.xyz</a>
      </h2>
    </header>

    <main class="home">
      <h1>Blog</h1>

      <ul>
        <li>
          2021-03-13 |
          <a href="blog/software-libre-android.html"
            >Software Libre en Android</a
          >
        </li>
      </ul>

      <h1>Acerca de</h1>

      <p>
        Soy Santiago Soler de Argentina. Físico terminando el Doctorado en
        Geofísica y un entusiasta del Software Libre. Formo parte del grupo de
        desarrolladores de
        <a href="https://www.fatiando.org">Fatiando a Terra</a>: librerías de
        Python para Geofísica, y milito a favor de una ciencia más abierta y
        reproducible.
      </p>

      <p>
        En este sitio podrás encontrar algunas de mis ideas y algunos tutoriales
        o tips para acercar el Software Libre a todes.
      </p>

      <h2>Mis perfiles en la red</h2>

      <ul>
        <li>
          Sitio web:
          <a href="https://santisoler.github.io">santisoler.github.io</a>
        </li>
        <li>GitHub: <a href="https://github.com/santisoler">santisoler</a></li>
        <li>
          Twitter: <a href="https://twitter.com/santirsoler">@santirsoler</a>
        </li>
        <li>Gopher: gopher://texto-plano.xyz</li>
        <li>Mail: santisoler arroba texto-plano.xyz</li>
        <li><a href="santisoler_pub.asc">Clave pública GPG</a></li>
      </ul>
    </main>

    <footer>
      <p>
        Contenido disponible bajo
        <a href="https://creativecommons.org/licenses/by/4.0/deed.es"
          >Creative Commons Atribución 4.0 Internacional</a
        >
        <br />
        Construida utilizando la fuente
        <a href="https://github.com/tonsky/FiraCode">Fira Code</a> disponible
        bajo licencia
        <a href="https://opensource.org/licenses/OFL-1.1">OFL-1.1</a>
        <br />
        Este sitio no trackea tu actividad y consume la menor cantidad de
        recursos posibles
      </p>
    </footer>
  </body>
</html>
Un proyecto texto-plano.xyz