Preparing to add monero address.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-09-06 16:45:28 +02:00
parent 76f5322bd3
commit 5296ca987f
3 changed files with 25 additions and 4 deletions

View File

@ -1,4 +1,4 @@
filename = index.html
title = Home
created = 2020-11-07
udpated = 2021-08-31
udpated = 2021-09-06

View File

@ -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 <i>Contact</i>
page.</p>
<p>You can also find me on the following platforms:</p>
<h3>External Resources</h3>
<h4>Public Platforms</h4>
<ul>
<li>Code:</li>
<ul>
@ -27,3 +27,11 @@ page.</p>
<li><a href="https://www.jamendo.com/artist/431518/the-music-in-noise" >Jamendo</a></li>
</ul>
</ul>
<!--<center>
<h4>Cryptocurrency</h4>
<div class="card" >
<h5>Monero (XMR):</h5>
<small>42espNaUqPdJK4vTir4NDfH4gT6brFR4F5KPRADrg5t98LkzHnQfFnUDZZEetp3Zw5K8V4v364tN3TMxfg4eXEN9RpnrNBG</small>
</div>
</center>-->

View File

@ -25,7 +25,7 @@
* For more information, please refer to <http://unlicense.org/>
*/
* {
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;