update
This commit is contained in:
125
new-wishing.html
125
new-wishing.html
@@ -2,6 +2,10 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="https://www.bibhutisolutions.com/wp-content/uploads/2022/05/cropped-main-logo-32x32.png" sizes="32x32">
|
||||
<link rel="icon" href="https://www.bibhutisolutions.com/wp-content/uploads/2022/05/cropped-main-logo-192x192.png" sizes="192x192">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||
|
||||
<title>Bibhuti Solutions Newsletter</title>
|
||||
<style>
|
||||
* {
|
||||
@@ -17,6 +21,25 @@
|
||||
background-image: url("./background.png"); /* your logo */
|
||||
|
||||
}
|
||||
.newsletter {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.newsletter::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background-image: url("./image.png"); /* same or different image */
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
/* filter: grayscale(100%) blur(6px); */
|
||||
opacity: 0.1;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -103,6 +126,9 @@
|
||||
}
|
||||
|
||||
/* GRID */
|
||||
.left-img{
|
||||
background-color: white;
|
||||
}
|
||||
.content-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
@@ -187,16 +213,55 @@
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
.footer {
|
||||
background: #bd2727;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
border-top-right-radius:20px;
|
||||
border-top-left-radius:20px;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
.footer {
|
||||
background: #bd2727;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 25px 20px;
|
||||
border-top-right-radius: 20px;
|
||||
border-top-left-radius: 20px;
|
||||
}
|
||||
|
||||
.footer-contact p {
|
||||
margin: 8px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.footer-contact i {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.footer-social {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.footer-social a {
|
||||
color: #fff;
|
||||
margin: 0 10px;
|
||||
font-size: 18px;
|
||||
transition: color 0.3s ease, transform 0.3s ease;
|
||||
padding: 5px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.footer-social a:hover {
|
||||
color: #CF9A45;
|
||||
background-color:white ;
|
||||
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
hr{
|
||||
margin: 12px 0px;
|
||||
}
|
||||
.phone1 {
|
||||
font-family: serif;
|
||||
}
|
||||
a{
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
/* RESPONSIVE */
|
||||
@media (max-width: 768px) {
|
||||
.hero-container {
|
||||
@@ -252,7 +317,7 @@
|
||||
<!-- HEADER -->
|
||||
<header class="header animate-on-scroll">
|
||||
<div class="logo">
|
||||
<img src="logo.png" alt="Bibhuti Solutions">
|
||||
<a href="https://www.bibhutisolutions.com/"><img src="logo.png" alt="Bibhuti Solutions"></a>
|
||||
</div>
|
||||
<h1>NEW YEAR GREETINGS</h1>
|
||||
<div class="meta">
|
||||
@@ -287,7 +352,7 @@
|
||||
|
||||
<!-- CONTENT GRID -->
|
||||
<section class="content-grid">
|
||||
<div class="card animate-on-scroll">
|
||||
<div class="card animate-on-scroll left-img">
|
||||
<h2>A Year of Gratitude</h2>
|
||||
<p>
|
||||
As we welcome the New Year, we would like to express our sincere
|
||||
@@ -331,14 +396,40 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer class="footer animate-on-scroll">
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer class="footer animate-on-scroll">
|
||||
<p>
|
||||
Warm Regards,<br>
|
||||
<strong>Team Bibhuti Solutions</strong><br>
|
||||
Wishing you a Happy, Healthy, and Prosperous New Year!
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
<div class="footer-contact">
|
||||
<p class="phone1">
|
||||
<i class="fas fa-phone"></i>
|
||||
<a href="tel:+977015913641">+977 01 - 5913641</a> |
|
||||
<i class="fas fa-envelope"></i>
|
||||
<a href="mailto:contact@bibhutisolutions.com">
|
||||
contact@bibhutisolutions.com
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Warm Regards,<br>
|
||||
<strong>Team Bibhuti Solutions</strong><br>
|
||||
Wishing you a Happy, Healthy, and Prosperous New Year! 🎉
|
||||
<a href="https://maps.app.goo.gl/xJnZGa9WrfYUiw3s7">
|
||||
<i class="fas fa-location-dot"></i> Bhubaneswar, Odisha, India
|
||||
</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<div class="footer-social">
|
||||
<a href="https://www.facebook.com/bibhutisolutions/" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
|
||||
<a href="https://www.linkedin.com/company/bibhuti-solutions/" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user