aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-08-22 00:02:16 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-08-22 00:02:16 +0200
commit4acfe0601af342ad8aabba16fdba85ad58c319b5 (patch)
tree436907e40d1afbe60a3438910d7fe159567e618c
parent5365dc7a461e1879b49638320e9bd9e501338e9f (diff)
downloadtaamas.xyz-4acfe0601af342ad8aabba16fdba85ad58c319b5.tar.gz
taamas.xyz-4acfe0601af342ad8aabba16fdba85ad58c319b5.zip
Añadidos algunos botones 88x31 a pie de página.
-rw-r--r--css/style.css24
-rw-r--r--index.html33
2 files changed, 52 insertions, 5 deletions
diff --git a/css/style.css b/css/style.css
index f79c443..e449697 100644
--- a/css/style.css
+++ b/css/style.css
@@ -25,7 +25,7 @@ h1 {
font-variant: small-caps;
text-align: center;
- line-height: 1em;
+ line-height: 0.2em;
font-size: 2em;
}
@@ -106,3 +106,25 @@ section {
:focus {
outline: 2px solid white;
}
+
+.oldButtons {
+ margin: 0;
+ padding: 0;
+ text-align: center;
+}
+
+/* No subrayado para que no aparezca una línea al lado de botones visitados.
+ * El selector :visited no funciona para quitar esta línea.
+ */
+.oldButtons a {
+ text-decoration: none;
+}
+
+.oldButtons img {
+ width: 88px;
+ height: 31px;
+ margin: .2em;
+ border-radius: 0;
+ box-shadow: none;
+ background: white;
+}
diff --git a/index.html b/index.html
index 177e105..c021a9c 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,7 @@
<section>
<a class="even" href="img/seimeira_full.webp">
- <img src="img/seimeira.jpg" class="even" alt="Seimeira">
+ <img src="img/seimeira.jpg" class="even" alt="Seimeira.">
</a>
@@ -67,8 +67,8 @@
<section>
<div class="column odd">
- <a href="img/taamasArch_full.png"><img src="img/taamasArch.jpg" alt="Rice 1"></a>
- <a href="img/vaporwave_full.jpg"><img src="img/vaporwave.jpg" alt="Trabajando con JS"></a>
+ <a href="img/taamasArch_full.png"><img src="img/taamasArch.jpg" alt="Rice 1."></a>
+ <a href="img/vaporwave_full.jpg"><img src="img/vaporwave.jpg" alt="Trabajando con JS."></a>
</div>
<h2>Mi sistema</h2>
@@ -207,7 +207,7 @@
<section class="final">
- <img src="img/walking.jpg" alt="Caminando hacia el bosque">
+ <img src="img/walking.jpg" alt="Caminando hacia el bosque.">
<p>
¡Gracias por leer mi página! Su código fuente está disponible
@@ -216,6 +216,31 @@
</section>
+ <section class="oldButtons">
+
+ <img src="https://i.imgur.com/LQX1AA3.png" alt="Rainbow flag."/>
+
+ <img src="https://88by31.neocities.org/awareness/right2repair.png"
+ alt="I support right to repair."/>
+
+ <img
+ src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif"
+ alt="Edited with Vim."/>
+
+ <img src="https://i.imgur.com/vRDfU4W.gif"
+ alt="This site is certified 100% cookie free!"/>
+
+ <a href="https://www.gnu.org/licenses/gpl-3.0.html">
+ <img src="https://www.gnu.org/graphics/gplv3-88x31.png" alt="GPL"/>
+ </a>
+
+ <a href="http://jigsaw.w3.org/css-validator/check/referer">
+ <img src="http://jigsaw.w3.org/css-validator/images/vcss"
+ alt="Valid CSS!"/>
+ </a>
+
+ </section>
+
</body>
</html>