Add omemo
This commit is contained in:
parent
ae425d91f8
commit
c791bba15d
16
index.php
16
index.php
|
@ -52,6 +52,7 @@ include_once("utils/localization.php");
|
|||
|
||||
<h3><?= $trans('people') ?></h3>
|
||||
<ul>
|
||||
<li><a href="https://dusk.fai.st">Dusk</a></li>
|
||||
<li><a href="https://qorg11.net">qorg11</a></li>
|
||||
<li><a href="https://yari.fai.st">Yarita</a></li>
|
||||
<li><a href="https://lidiarock.one">LidiaRock1</a></li>
|
||||
|
@ -62,12 +63,25 @@ include_once("utils/localization.php");
|
|||
<h2><?= $trans('contact') ?></h2>
|
||||
<ul>
|
||||
<li><a href="https://fedi.fai.st/@dendy" rel="me" target="_blank">Fedi (mastodon)</a></li>
|
||||
<li><a href="dendy.pgp">PGP public key</a></li>
|
||||
<li><a href="xmpp:dendy@fai.su">XMPP</a></li>
|
||||
<li><a target="_blank" href="https://matrix.to/#/@dendy:matrix.trom.tf">Matrix</a></li>
|
||||
</ul>
|
||||
<h2><?= $trans('keys') ?></h2>
|
||||
<ul>
|
||||
<li><a target="_blank" href="dendy.asc">PGP public key</a></li>
|
||||
<li><a target="_blank" href="omemo.asc">OMEMO keys</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section" id="fediring">
|
||||
<ul>
|
||||
<li><a href="https://fediring.net/previous?host=dendy.cat"><-</a></li>
|
||||
<li><a href="https://fediring.net/">Fediring</a></li>
|
||||
<li><a href="https://fediring.net/next?host=dendy.cat">-></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section" id="footer">
|
||||
<?= $trans('copyright') ?>
|
||||
</div>
|
||||
|
|
|
@ -17,6 +17,8 @@ contact = "Contacte"
|
|||
programming = "Programació"
|
||||
git = "Perfil git"
|
||||
|
||||
keys = "Claus"
|
||||
|
||||
# main page
|
||||
welcome = "Text per ocupar el espai"
|
||||
|
||||
|
|
|
@ -16,6 +16,8 @@ contact = "Contact"
|
|||
programming = "Programming"
|
||||
git = "Git profile"
|
||||
|
||||
keys = "Keys"
|
||||
|
||||
# main page
|
||||
welcome = "Text to occupy space"
|
||||
|
||||
|
|
|
@ -17,6 +17,8 @@ contact = "Contacto"
|
|||
programming = "Programación"
|
||||
git = "Perfil git"
|
||||
|
||||
keys = "Claves"
|
||||
|
||||
# main page
|
||||
welcome = "Texto para ocupar espacio"
|
||||
|
||||
|
|
|
@ -10,12 +10,14 @@ about = "Me :3"
|
|||
|
||||
# sidebar
|
||||
links = "Owther pwaces"
|
||||
people = "Cool people"
|
||||
people = "Kool peopwe"
|
||||
programming = "Code :s"
|
||||
git = "Git pwofile"
|
||||
|
||||
contact = "Say hewwo :D"
|
||||
|
||||
keys = "Kweys"
|
||||
|
||||
# main page
|
||||
welcome = "Tewxt to occupy spwace >:3c"
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
Computer:
|
||||
407BD204 E82323F0 EAC27131 5686C99E
|
||||
1D75A591 91196401 F0D7E30E 0CD6513C
|
||||
|
||||
Phone:
|
||||
B2D4C98F 24112E9A 18624365 DF6FF3DE
|
||||
C167B610 4A831DA7 4BD233DB F3A9374E
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEARYIAB0WIQSrU34Xy0MFeNv/dQgBaLNf/X9gjwUCYfHc7gAKCRABaLNf/X9g
|
||||
j4DaAQDpgDMVoz6TYojpshW50p9ey+NMOg6aYGy39lm8F4kV3AEAsP2XRpqSvoO6
|
||||
tWIX9Dbhki6M65WTZiCx8qdp7AO1JAI=
|
||||
=EPH8
|
||||
-----END PGP SIGNATURE-----
|
|
@ -130,21 +130,28 @@ p{
|
|||
}
|
||||
}
|
||||
|
||||
#menu{
|
||||
#menu, #fediring{
|
||||
padding:0;
|
||||
overflow: hidden;
|
||||
padding: 10px 15px;
|
||||
}
|
||||
#menu li{ float: left; }
|
||||
#menu li { float: left; }
|
||||
#lang-select { float: right; }
|
||||
|
||||
#menu a{
|
||||
#menu a, #fediring a{
|
||||
/*display: block;*/
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 12px 15px;
|
||||
}
|
||||
#menu a:hover, #menu a.activated{
|
||||
#menu a:hover, #fediring a:hover, #menu a.activated{
|
||||
background: rgba(255,255,255,1);
|
||||
color: black
|
||||
}
|
||||
|
||||
#fediring{
|
||||
text-align: center;
|
||||
}
|
||||
#fediring li{
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue