Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The footer section looks dull and static #583

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 70 additions & 54 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1099,13 +1099,18 @@ <h2 style="display: flex; justify-content: center; align-items: center; margin-t

<div class="app_download" style="background-color: hsl(20, 43%, 93%);">
<h4 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Free Delivery!</h4>
<h2 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Download the App now!</h2>
<h2 class="knockout" style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Download the App now!</h2>
<br>
<p style="font-family: var(--ff-poppins);color: hsl(208, 7%,46%);text-align:left;">For best discounts and free delivery download the app now from your Google Play Store or App Store.</p>
<a href="https://play.google.com/store/games?device=windows"><img src="./Images/get_it_on_google_play_store.png" class="app-download-img"
alt="Get it on Google Play Store"></a>
<a href="https://www.apple.com/in/app-store/"><img src="./Images/download-on-the-app-store.png" class="app-download-img"
alt="Download on the Apple App Store"></a>
<p style="font-family: var(--ff-poppins);color: hsl(208, 7%,46%);text-align:center;">For best discounts and free delivery download the app now from your Google Play Store or App Store.</p>
<div style="text-align: center;">
<a href="https://play.google.com/store/games?device=windows">
<img src="./Images/get_it_on_google_play_store.png" class="app-download-img" alt="Get it on Google Play Store" style="margin: 0 10px;">
</a>
<a href="https://www.apple.com/in/app-store/">
<img src="./Images/download-on-the-app-store.png" class="app-download-img" alt="Download on the Apple App Store" style="margin: 0 10px;">
</a>
</div>


</div>

Expand All @@ -1114,57 +1119,68 @@ <h2 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Downlo
<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>

<a href="#" >Home</a>
<a href="Html-files/menu.html" >About</a>
<a href="Html-files/services.html" >Services</a>
<a href="Html-files/contact.html" >Contact us</a>
<a href="Html-files/cart.html" >Cart</a>
<a href="Html-files/reviews.html">Share Experience</a>
</ul>
<ul>
<p style="color: hsl(357, 82%,35%);font-family: var(--ff-philosopher); text-align:left"> Exclusive Offers</p>
<a href="#" >Retro Discounts</a>
<a href="#" >Limited-Time Promotions</a>
<a href="#" >Special Event Packages</a>
<a href="#" >Membership Benefits</a>
<a href="#" >Early Access to New Collections</a>
<a href="#" >VIP Retro Events</a>
<a href="#" >Personalized Culinary Experiences</a>

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

</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" >Secure Checkout</a>
<a href="./Html-files/payment2.html" >Credit/Debit Cards</a>
<a href="./Html-files/payment2.html" >Online Payment</a>
<a href="./Html-files/payment2.html" >Mobile Wallets</a>
<a href="./Html-files/payment2.html" >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" placeholder="Your Email" required
style="padding-left: 30px;">
</div>
<button id="butt" type="submit" class="glow-on-hover" style="font-family: ui-serif;">Send Message</button>
</form>

<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" placeholder="Your Message" required
style="padding-left: 30px;"></textarea>
</div>

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






</div>


Expand Down
112 changes: 112 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1105,4 +1105,116 @@ padding-left:2px;
margin-top: 5px;
width: 60%;
}
.hover-underline-animation {
display: inline-block;
position: relative;
color: rgb(19, 18, 18);
}
.hover-underline-animation:after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: rgb(18, 18, 18);
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover:after {
transform: scaleX(1);
transform-origin: bottom left;
}
.textbox-input {
transition: all 0.3s ease;
}
.textbox-input:focus {
border-color: rgb(94, 96, 23);
box-shadow: 0 0 10px rgb(83, 99, 13);
}
.glow-on-hover {
width: 220px;
height: 50px;
border: none;
outline: none;
color: #fff;
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
border-radius: 10px;
}

.glow-on-hover:before {
content: '';
background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
position: absolute;
top: -2px;
left: -2px;
background-size: 400%;
z-index: -1;
filter: blur(5px);
width: calc(100% + 4px);
height: calc(100% + 4px);
animation: glowing 20s linear infinite;
opacity: 0;
transition: opacity .3s ease-in-out;
border-radius: 10px;
}

.glow-on-hover:active {
color: #000;
}

.glow-on-hover:active:after {
background: transparent;
}

.glow-on-hover:hover:before {
opacity: 1;
}

.glow-on-hover:after {
z-index: -1;
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #380808;
left: 0;
top: 0;
border-radius: 10px;
}

@keyframes glowing {
0% { background-position: 0 0; }
50% { background-position: 400% 0; }
100% { background-position: 0 0; }
}
.knockout {
vertical-align: middle;
text-align: center;
font-family: 'Pacifico', cursive;
font-size: 50pt;
color: #fff;
background: linear-gradient(110deg, #756a40 33%, rgba(133, 62, 62, 0) 33%), linear-gradient(110deg, #71c49d 34%, #88d8b0 34%);
background-size: 400%;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
animation: Gradient 5s ease infinite;
-webkit-animation: Gradient 15s ease infinite;
-moz-animation: Gradient 5s ease infinite;
}

@-webkit-keyframes Gradient {
0% {
background-position: 30% 50%;
}
50% {
background-position: 25% 50%;
}
100% {
background-position: 30% 50%;
}
}