Preparing to add monero address.
This commit is contained in:
parent
76f5322bd3
commit
5296ca987f
@ -1,4 +1,4 @@
|
|||||||
filename = index.html
|
filename = index.html
|
||||||
title = Home
|
title = Home
|
||||||
created = 2020-11-07
|
created = 2020-11-07
|
||||||
udpated = 2021-08-31
|
udpated = 2021-09-06
|
||||||
|
@ -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>
|
feel free to send me an e-mail; you can find my address on the <i>Contact</i>
|
||||||
page.</p>
|
page.</p>
|
||||||
|
|
||||||
<p>You can also find me on the following platforms:</p>
|
<h3>External Resources</h3>
|
||||||
|
<h4>Public Platforms</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Code:</li>
|
<li>Code:</li>
|
||||||
<ul>
|
<ul>
|
||||||
@ -27,3 +27,11 @@ page.</p>
|
|||||||
<li><a href="https://www.jamendo.com/artist/431518/the-music-in-noise" >Jamendo</a></li>
|
<li><a href="https://www.jamendo.com/artist/431518/the-music-in-noise" >Jamendo</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<!--<center>
|
||||||
|
<h4>Cryptocurrency</h4>
|
||||||
|
<div class="card" >
|
||||||
|
<h5>Monero (XMR):</h5>
|
||||||
|
<small>42espNaUqPdJK4vTir4NDfH4gT6brFR4F5KPRADrg5t98LkzHnQfFnUDZZEetp3Zw5K8V4v364tN3TMxfg4eXEN9RpnrNBG</small>
|
||||||
|
</div>
|
||||||
|
</center>-->
|
||||||
|
15
style.css
15
style.css
@ -25,7 +25,7 @@
|
|||||||
* For more information, please refer to <http://unlicense.org/>
|
* For more information, please refer to <http://unlicense.org/>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
body {
|
||||||
background-color: #fdf6e3;
|
background-color: #fdf6e3;
|
||||||
color: #45575C;
|
color: #45575C;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
@ -116,6 +116,19 @@ h3, h4 {
|
|||||||
padding-bottom: 0px;
|
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 {
|
.album-cover {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user