fixed a few things, added license to footer

main
Nexan 2024-01-17 15:56:28 -06:00
parent bac46dd627
commit d269b42511
3 changed files with 14 additions and 7 deletions

View File

@ -1,4 +1,6 @@
<footer id="footer">CC0 Public Domain, 2022</footer>
<footer id="footer">
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://ashesofamethyst.neocities.org">Ashes of Amethyst</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://nexxy.co">Nexan</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-ND 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nd.svg?ref=chooser-v1"></a></p>
</footer>
</div> <!-- container -->
</body>
</html>

View File

@ -10,11 +10,12 @@ permalink: leadership.html
<h3>Nexan</h3>
<div class="member">
<div class="mem-img">
<img src="image/member/mahosurn.jpg" float="left" width="200px">
<img src="image/member/mahosurn.jpg" >
</div>
<div class="mem-text">
Nexan, known in-game as <a href="https://na.finalfantasyxiv.com/lodestone/character/31198609/" target="_blank"> Mahosurn Aesotth</a>, is the Leader of the Ashes of Amethyst. They have been playing FFXIV since July of 2020, and their character is a Keeper of the Moon Miqo'te who is typically seen as a Red Mage. They started this Free Company in response to their previous Free Company being dissolved without warning and wanting a new place for some of their friends to be in a safe space, as well as wanting somewhere for those interested to hang out and play games.
</div>
</div>
<hr class="separator">
<h2>More to come...</h2>

View File

@ -178,7 +178,6 @@ footer {
background-color: #13092D;
/* background color for footer */
width: 100%;
height: 40px;
padding: 10px;
text-align: center;
/* this centers the footer text */
@ -225,13 +224,18 @@ ul.nobull {
justify-content: center;
}
img {
max-width: 250px;
.mem-img img {
max-width: 200px;
padding-right: 5px;
float: left;
}
.text {
padding-left: 20px;
.mem-text {
float: right;
padding-left: 5px;
}
/* BELOW THIS POINT IS MEDIA QUERY */
/* so you wanna change the width of your page?