Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xolosArmy authored Dec 6, 2024
1 parent 6131acd commit 4150414
Showing 1 changed file with 32 additions and 26 deletions.
58 changes: 32 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,37 @@ <h2>Xoloitzcuintli $RMZ Gospel: Watch the Story</h2>
</div>
</section>


<!-- Dedicated Section for Xoloitzcuintli RMZ Gospel -->
<section id="xoloitzcuintli-gospel">
<div class="container" style="text-align: center; padding: 50px 20px;">
<h2 style="font-family: 'Cinzel', serif; color: #333; margin-bottom: 20px;">Eternal Guardians: The Xoloitzcuintli RMZ Gospel</h2>
<p style="font-family: 'Lora', serif; font-size: 18px; color: #555; margin-bottom: 30px;">
Explore "Eternal Guardians: The Xoloitzcuintli RMZ Gospel," a unique manifesto celebrating the mystical legacy of the Xoloitzcuintli.
</p>
<a href="RMZGospel.pdf" target="_blank" class="button-link"
style="
display: inline-block;
background: linear-gradient(45deg, #ff5733, #ff9966);
color: white;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
padding: 15px 30px;
text-decoration: none;
border-radius: 50px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
"
onmouseover="this.style.transform='scale(1.05)'; this.style.boxShadow='0px 6px 8px rgba(0,0,0,0.2)';"
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0px 4px 6px rgba(0,0,0,0.1)';">
Read the RMZ Gospel PDF
</a>
</div>
</section>




<section id="XolosRamirez">
<div class="container">
<h2>Visit us online</h2>
Expand Down Expand Up @@ -137,32 +168,7 @@ <h2>Xoloitzcuintli Body Cream</h2>
</section>


<!-- Dedicated Section for Xoloitzcuintli RMZ Gospel -->
<section id="xoloitzcuintli-gospel">
<div class="container" style="text-align: center; padding: 50px 20px;">
<h2 style="font-family: 'Cinzel', serif; color: #333; margin-bottom: 20px;">Eternal Guardians: The Xoloitzcuintli RMZ Gospel</h2>
<p style="font-family: 'Lora', serif; font-size: 18px; color: #555; margin-bottom: 30px;">
Explore "Eternal Guardians: The Xoloitzcuintli RMZ Gospel," a unique manifesto celebrating the mystical legacy of the Xoloitzcuintli.
</p>
<a href="RMZGospel.pdf" target="_blank" class="button-link"
style="
display: inline-block;
background: linear-gradient(45deg, #ff5733, #ff9966);
color: white;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
padding: 15px 30px;
text-decoration: none;
border-radius: 50px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
"
onmouseover="this.style.transform='scale(1.05)'; this.style.boxShadow='0px 6px 8px rgba(0,0,0,0.2)';"
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0px 4px 6px rgba(0,0,0,0.1)';">
Read the RMZ Gospel PDF
</a>
</div>
</section>




Expand Down

0 comments on commit 4150414

Please sign in to comment.