diff options
| -rw-r--r-- | img/canard_pc.jpg | bin | 0 -> 132484 bytes | |||
| -rw-r--r-- | main.html | 11 | ||||
| -rw-r--r-- | style.css | 11 |
3 files changed, 18 insertions, 4 deletions
diff --git a/img/canard_pc.jpg b/img/canard_pc.jpg Binary files differnew file mode 100644 index 0000000..e0dd786 --- /dev/null +++ b/img/canard_pc.jpg @@ -19,14 +19,17 @@ En explorant le site de Ratakor, je suis tombé sur sa webring, et une chose en entraînant une autre, j'ai découvert le concept des webrings, ainsi que des blogs personnels très inspirants, le thread lainchan sur les webrings, et la pensée derrière tout ça. Ca m'a donné envie de créer moi aussi mon propre site, d'en faire ma propre safe place.<br> J'espère que vous aurez plaisir à faire le tour de mon site, et bonne journée! <br> Je réalise que j'ai jamais exposé pourquoi j'ai choisi ce pseudo : en gros mon père me surnommait Marsellus Wallace (ref à Fiction Pulpeuse), et ne sachant comment l'écrire correctement, j'ai pris Marcellus. valaaaa</p> - <iframe width="314" height="321" scrolling="no" src="https://gifypet.neocities.org/pet/pet.html?name=Jem&dob=1687547484&gender=f&element=Fire&pet=https%3A%2F%2Fmedia.discordapp.net%2Fattachments%2F1030791827500052502%2F1121879891751747734%2Fjemjr.png&map=hills.jpg&background=&tablecolor=black&textcolor=black" frameborder="0"></iframe> + <div class="avatars"> + <iframe width="314" height="321" scrolling="no" src="https://gifypet.neocities.org/pet/pet.html?name=Jem&dob=1687547484&gender=f&element=Fire&pet=https%3A%2F%2Fmedia.discordapp.net%2Fattachments%2F1030791827500052502%2F1121879891751747734%2Fjemjr.png&map=hills.jpg&background=&tablecolor=black&textcolor=black" frameborder="0"></iframe> + <img src="img/canard_pc.jpg" alt="Canard PC"> + </div> <hr class="section-sep"> <div style="position: relative;"> <h2>Du coup, ma webring</h2> <small style="color: grey;">Ouais je sais y en a pas beaucoup pour l'instant, un peu de patience</small> <div class="webring"> <span> - <textarea style="height:31px; width: 88px;background-color:#FFF; font-size:10px; resize: none; border: 1px dashed;"><a href="https://marcellus.net" target="_blank"><img src="https://marcellus.net/img/button.png"></a></textarea> + <textarea style="height:31px; width: 88px;background-color:#FFF; font-size:10px; resize: none; border: 1px dashed;"><a href="https://marcellus.cc" target="_blank"><img src="https://marcellus.cc/img/button.png"></a></textarea> <a href=index.html style="height: 31px; width:88px;"> <img width=88px height=31px src=img/button.png /> </a> @@ -34,7 +37,7 @@ <div style="display: flex; flex-direction: row"> <div style="width: 150px; /* <- Set any width you'd like! */"> <script src="https://jeith.neocities.org/assets/webring/wii-ring.js"></script> - <wii-ring site="https://marcelus.net"></wii-ring> + <wii-ring site="https://marcellus.cc"></wii-ring> </div> <marquee> <a href="https://ratakor.neocities.org"> @@ -50,7 +53,7 @@ <img src="https://yesterweb.org/img/button.png"> </a> <a href="https://www.mabsland.com"> - <img src="http://www.mabsland.com/banner_sphinxmt.jpg" height="33px"> + <img src="https://www.mabsland.com/banner_sphinxmt.jpg" height="33px"> </a> <a href="https://articexploit.xyz:8443/"> <img src="https://articexploit.xyz:8443/assets/lainring/banners/The_Arcade.gif" height=33px> @@ -69,6 +69,17 @@ a.text-link::after{ content: "<"; } +.avatars{ + display: flex; + flex-direction: row; + height: 321px; + justify-content: space-around; + align-content: center; +} +.avatars img{ + height: 90%; +} + .link:hover { opacity: 0.75; box-shadow: 4px 4px chartreuse, -4px -4px chartreuse, -4px 4px chartreuse, 4px -4px chartreuse; |
