Skip to content

Commit

Permalink
Sorry for the delay in changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunderShadows committed Oct 28, 2024
1 parent ff02084 commit 2384588
Showing 1 changed file with 66 additions and 84 deletions.
150 changes: 66 additions & 84 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1119,105 +1119,87 @@ <h2 class="knockout" style="font-family: var(--ff-philosopher);color: hsl(203, 3
<div class="foot-panel2" style="background-color:hsl(20, 43%, 93%);font-family: var(--ff-poppins);color: hsl(208, 7%,46%);">
<ul>
<p style="color: hsl(357, 82%,35%);font-family: var(--ff-philosopher);text-align: left;">Our Pages</p>
<ul>
<a href="#" class="hover-underline-animation" style="color: black;">Home</a>
<br>
<a href="Html-files/menu.html" class="hover-underline-animation" style="color: black;">About</a>
<br>
<a href="Html-files/services.html" class="hover-underline-animation" style="color: black;">Services</a>
<br>
<a href="Html-files/contact.html" class="hover-underline-animation" style="color: black;">Contact us</a>
<br>
<a href="Html-files/cart.html" style="color: black;">Cart</a>
<br>
<a href="Html-files/contributor.html" style="color: black;">Contributors</a>
</ul>

<ul>
<p style="color: hsl(357, 82%,35%);font-family: var(--ff-philosopher); text-align:left">Exclusive Offers</p>
<a href="#" class="hover-underline-animation" style="color: black;">Retro Discounts</a>
<br>
<a href="#" class="hover-underline-animation" style="color: black;">Limited-Time Promotions</a>
<br>
<a href="#" class="hover-underline-animation" style="color: black;">Special Event Packages</a>
<br>
<a href="#" class="hover-underline-animation" style="color: black;">Membership Benefits</a>
<br>
<a href="#" class="hover-underline-animation" style="color: black;">Early Access to New Collections</a>
<br>
<a href="#" class="hover-underline-animation" style="color: black;">VIP Retro Events</a>
<br>
<a href="#" class="hover-underline-animation" style="color: black;">Personalized Culinary Experiences</a>
</ul>

<ul>
<p style="color: hsl(357, 82%,35%);font-family: var(--ff-philosopher); text-align:left">Payment Products</p>
<a href="./Html-files/payment2.html" class="hover-underline-animation" style="color: black;">Secure Checkout</a>
<br>
<a href="./Html-files/payment2.html" class="hover-underline-animation" style="color: black;">Credit/Debit Cards</a>
<br>
<a href="./Html-files/payment2.html" class="hover-underline-animation" style="color: black;">Online Payment</a>
<br>
<a href="./Html-files/payment2.html" class="hover-underline-animation" style="color: black;">Mobile Wallets</a>
<br>
<a href="./Html-files/payment2.html" class="hover-underline-animation" style="color: black;">Contactless Payments</a>
</ul>

<form id="contactForm">
<h3 style="font-family: var(--ff-philosopher); color: hsl(357, 82%, 35%);">Contact Us!</h3>

<div style="position: relative; margin-bottom: 15px;">
<i class="fas fa-envelope" style="position: absolute; left: 10px; top: 50%; transform: translateY(-50%); font-size: 14px; color: gray;"></i>
<input type="email" id="email" name="email" class="textbox-input" placeholder="Your Email" required style="padding-left: 30px;">
</div>
<div style="position: relative; margin-bottom: 15px;">
<i class="fas fa-comment" style="position: absolute; left: 10px; top: 10px; font-size: 14px; color: gray;"></i>
<textarea id="message" name="message" class="textbox-input" placeholder="Your Message" required style="padding-left: 30px;"></textarea>
</div>

<button id="butt" type="submit" style="font-family: ui-serif;">Send Message</button>
</form>

<button id="butt" type="submit" class="glow-on-hover" style="font-family: ui-serif;">Send Message</button>
</form>

<ul>
<li><a href="#" class="hover-underline-animation" style="color: black;">Home</a></li>
<li><a href="Html-files/menu.html" class="hover-underline-animation" style="color: black;">About</a></li>
<li><a href="Html-files/services.html" class="hover-underline-animation" style="color: black;">Services</a></li>
<li><a href="Html-files/contact.html" class="hover-underline-animation" style="color: black;">Contact us</a></li>
<li><a href="Html-files/cart.html" style="color: black;">Cart</a></li>
<li><a href="Html-files/contributor.html" style="color: black;">Contributors</a></li>
</ul>
</ul>

<ul>
<p style="color: hsl(357, 82%,35%);font-family: var(--ff-philosopher); text-align:left">Exclusive Offers</p>
<ul>
<li><a href="#" class="hover-underline-animation" style="color: black;">Retro Discounts</a></li>
<li><a href="#" class="hover-underline-animation" style="color: black;">Limited-Time Promotions</a></li>
<li><a href="#" class="hover-underline-animation" style="color: black;">Special Event Packages</a></li>
<li><a href="#" class="hover-underline-animation" style="color: black;">Membership Benefits</a></li>
<li><a href="#" class="hover-underline-animation" style="color: black;">Early Access to New Collections</a></li>
<li><a href="#" class="hover-underline-animation" style="color: black;">VIP Retro Events</a></li>
<li><a href="#" class="hover-underline-animation" style="color: black;">Personalized Culinary Experiences</a></li>
</ul>
</ul>

<ul>
<p style="color: hsl(357, 82%,35%);font-family: var(--ff-philosopher); text-align:left">Payment Products</p>
<ul>
<li><a href="./Html-files/payment2.html" class="hover-underline-animation" style="color: black;">Secure Checkout</a></li>
<li><a href="./Html-files/payment2.html" class="hover-underline-animation" style="color: black;">Credit/Debit Cards</a></li>
<li><a href="./Html-files/payment2.html" class="hover-underline-animation" style="color: black;">Online Payment</a></li>
<li><a href="./Html-files/payment2.html" class="hover-underline-animation" style="color: black;">Mobile Wallets</a></li>
<li><a href="./Html-files/payment2.html" class="hover-underline-animation" style="color: black;">Contactless Payments</a></li>
</ul>
</ul>

<form id="contactForm">
<h3 style="font-family: var(--ff-philosopher); color: hsl(357, 82%, 35%);">Contact Us!</h3>
<div style="position: relative; margin-bottom: 15px;">
<i class="fas fa-envelope" style="position: absolute; left: 10px; top: 50%; transform: translateY(-50%); font-size: 14px; color: gray;"></i>
<input type="email" id="email" name="email" class="textbox-input" placeholder="Your Email" required style="padding-left: 30px;">
</div>
<div style="position: relative; margin-bottom: 15px;">
<i class="fas fa-comment" style="position: absolute; left: 10px; top: 10px; font-size: 14px; color: gray;"></i>
<textarea id="message" name="message" class="textbox-input" placeholder="Your Message" required style="padding-left: 30px;"></textarea>
</div>
<button id="butt" type="submit" class="glow-on-hover" style="font-family: ui-serif;">Send Message</button>
</form>
</div>



<div class="foot_panel4" style="background-color: transparent;">
<div class="pages">
<h4 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Follow Us</h4>

<div class="social-icons">


<a class="fa-brands fa-facebook" href="https://facebook.com" ></a>
<a class="fa-brands fa-instagram" href="https://instagram.com" ></a>
<a class="fa-brands fa-x-twitter" href="https://twitter.com" ></a>
<a class="fa-brands fa-youtube" href="https://www.youtube.com" ></a>
<a class="fa-brands fa-snapchat" href="https://www.snapchat.com" ></a>

<a class="fa-brands fa-facebook" href="https://facebook.com"></a>
<a class="fa-brands fa-instagram" href="https://instagram.com"></a>
<a class="fa-brands fa-twitter" href="https://twitter.com"></a>
<a class="fa-brands fa-youtube" href="https://www.youtube.com"></a>
<a class="fa-brands fa-snapchat" href="https://www.snapchat.com"></a>
</div>
<p style="font-family: var(--ff-philosopher);background-color: hsl(20, 43%, 93%);color: hsl(203, 30%, 26%);margin-bottom:0;">Stay connected with us on social media for the latest updates, latest collection, and vintage adventures.
<p style="font-family: var(--ff-philosopher);background-color: hsl(20, 43%, 93%);color: hsl(203, 30%, 26%);margin-bottom:0;">
Stay connected with us on social media for the latest updates, latest collection, and vintage adventures.
</p>
<div class="copyright" style="font-family: var(--ff-philosopher);background-color: hsl(20, 43%, 93%);color: black;">

&copy; 2024 Retro . All Rights Reserved. | Developed by <span id="author">
&copy; 2024 Retro . All Rights Reserved. | Developed by
<span id="author">
<a href="https://www.linkedin.com" target="_blank" style="text-decoration: none;">Retro Team</a>
</span>
</div>
<div>
<button id="sr" style="z-index: 1000; display: block;">
</div>
<div>
<button id="sr" style="z-index: 1000; display: block;">
<div class="circle1">
<svg id="back-to-top" xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-arrow-up-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z"></path>
</svg>
<svg id="back-to-top" xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-arrow-up-circle-fill" viewBox="0 0 16 16" aria-label="Back to top">
<path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z"></path>
</svg>
</div>
</button>
</div>
</button>
</div>
</div>
</footer>
<button onclick="window.print()" style="font-family:Georgia; font-size:medium; line-height: inherit;border-radius:5px ;background-color: #f9e2c4;padding:5px 5px;">Print this page</button>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<div class="gtranslate_wrapper"></div>
Expand Down

0 comments on commit 2384588

Please sign in to comment.