added Oris Ears, removed Radish Quote, added Piercing List
This commit is contained in:
parent
a531acf45a
commit
b3e265fcfb
|
|
@ -211,7 +211,7 @@ small {
|
||||||
.aesthetic-img {
|
.aesthetic-img {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
height: 125px;
|
height: 125px;
|
||||||
background-color: #274A68;
|
background-color: #222222;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
img/EarLeft.png
BIN
img/EarLeft.png
Binary file not shown.
|
Before Width: | Height: | Size: 310 KiB |
BIN
img/EarRight.png
BIN
img/EarRight.png
Binary file not shown.
|
Before Width: | Height: | Size: 174 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 501 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 531 KiB |
50
index.html
50
index.html
|
|
@ -192,9 +192,9 @@
|
||||||
|
|
||||||
<!--pic 1-->
|
<!--pic 1-->
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<a href="./img/EarLeft.png" class="lightbox" data-group="aesthetic" data-caption="Right Ear">
|
<a href="./img/OhrL.png" class="lightbox" data-group="aesthetic" data-caption="Right Ear (by Ottero / orifans.com)">
|
||||||
<div class="text-white m-1 aesthetic-img"
|
<div class="text-white m-1 aesthetic-img"
|
||||||
style="background-image: url(./img/EarLeft.png)">
|
style="background-image: url(./img/OhrL.png)">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -203,9 +203,9 @@
|
||||||
|
|
||||||
<!--pic 2-->
|
<!--pic 2-->
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<a href="./img/EarRight.png" class="lightbox" data-group="aesthetic" data-caption="Left Ear">
|
<a href="./img/OhrR.png" class="lightbox" data-group="aesthetic" data-caption="Left Ear (by Ottero / orifans.com)">
|
||||||
<div class="text-white m-1 aesthetic-img"
|
<div class="text-white m-1 aesthetic-img"
|
||||||
style="background-image:url(./img/EarRight.png);"">
|
style="background-image:url(./img/OhrR.png);"">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -235,36 +235,22 @@
|
||||||
|
|
||||||
<hr class="my-2" style="border-width:3px;border-radius:5px;">
|
<hr class="my-2" style="border-width:3px;border-radius:5px;">
|
||||||
|
|
||||||
<p class="text-center"
|
<h4><b><u>
|
||||||
style="font-weight: bold;font-style: italic; font-size: 2em;">"Sein scheiß Name ist JAX OFF!?"<br />
|
Piercings:
|
||||||
<small>-<a href="https://linktr.ee/radishruby" target="_blank">RadishRuby</a> 2025</small>
|
</u></b></h4>
|
||||||
</p>
|
<br>
|
||||||
|
<ul>
|
||||||
|
<li>Nostril (Right Side)</li>
|
||||||
|
<li>Multiple Earrings (See Images)</li>
|
||||||
|
<li>Industrial (Right Side)</li>
|
||||||
|
<li>Snakebites (Optional)</li>
|
||||||
|
<li>Belly Button</li>
|
||||||
|
<li>Nipple Barbells</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<hr class="my-2" style="border-width:3px;border-radius:5px;">
|
<!--<hr class="my-2" style="border-width:3px;border-radius:5px;">
|
||||||
|
|
||||||
<!-- <a href="https://www.youtube.com/watch?v=pa14VNsdSYM" target="_blank"
|
<br class="mb-2">-->
|
||||||
class="link-song">
|
|
||||||
<i class="fa-solid fa-play"></i>
|
|
||||||
Only Girl (In The World) - Rihanna
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<br class="mb-2">
|
|
||||||
|
|
||||||
<a href="https://www.youtube.com/watch?v=n3M4GrEEQTI" target="_blank"
|
|
||||||
class="link-song">
|
|
||||||
<i class="fa-solid fa-play"></i>
|
|
||||||
Bubblegum Bitch - MARINA
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<br class="mb-2">
|
|
||||||
|
|
||||||
<a href="https://www.youtube.com/watch?v=6p-lDYPR2P8" target="_blank"
|
|
||||||
class="link-song">
|
|
||||||
<i class="fa-solid fa-play"></i>
|
|
||||||
Material Girl - Madonna
|
|
||||||
</a>-->
|
|
||||||
|
|
||||||
<br class="mb-2">
|
|
||||||
|
|
||||||
<hr class="my-2" style="border-width:3px;border-radius:5px;">
|
<hr class="my-2" style="border-width:3px;border-radius:5px;">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue