From 5296ca987f1f9506a4d3dda42ffec8afadd47260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 6 Sep 2021 16:45:28 +0200 Subject: [PATCH] Preparing to add monero address. --- pages/home.cfg | 2 +- pages/home.html | 12 ++++++++++-- style.css | 15 ++++++++++++++- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/pages/home.cfg b/pages/home.cfg index 0dc1d42..3b3c86a 100644 --- a/pages/home.cfg +++ b/pages/home.cfg @@ -1,4 +1,4 @@ filename = index.html title = Home created = 2020-11-07 -udpated = 2021-08-31 +udpated = 2021-09-06 diff --git a/pages/home.html b/pages/home.html index 1ba5533..c12ce78 100644 --- a/pages/home.html +++ b/pages/home.html @@ -10,8 +10,8 @@ so if you know any of these languages and/or are interested in learning them, feel free to send me an e-mail; you can find my address on the Contact page.

-

You can also find me on the following platforms:

- +

External Resources

+

Public Platforms

+ + diff --git a/style.css b/style.css index 913507c..18f8c1f 100644 --- a/style.css +++ b/style.css @@ -25,7 +25,7 @@ * For more information, please refer to */ -* { +body { background-color: #fdf6e3; color: #45575C; font-family: serif; @@ -116,6 +116,19 @@ h3, h4 { padding-bottom: 0px; } +h5 { + margin-top: 3px; + margin-bottom: 3px; +} + +div.card { + padding: 10px; + border-radius: 5px; + width: 30%; + word-wrap: break-word; + background-color: #eee8d5; +} + .album-cover { width: 300px; display: block;