Skip to content
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 111 additions & 0 deletions Code 94 Bootstrap-Footer Light Theme/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Footer Template</title>

<!-- Google Fonts Cdn -->
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap"
rel="stylesheet">

<!-- Font Awesome Cdn -->
<script src="https://kit.fontawesome.com/e48d166edc.js" crossorigin="anonymous"></script>

<!-- Bootstrap Cdn -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">

<!-- Main Css -->
<link rel="stylesheet" href="style.css">


</head>

<body>
<!-- Footer section Begin -->
<footer class="footer">
<div class="container">
<div class="row">


<div class="col-lg-3 col-md-6 col-sm-6">
<div class="footer-about">
<div class="footer-logo">
<a href="#"><img src="img/footer-logo.png" alt=""></a>
</div>
<p>The Customer is at the heart of our unique bussiness model, which include design.</p>
<a href="#"><img src="img/payment.png" alt=""></a>
</div>
</div>

<div class="col-lg-2 offset-lg-1 col-md-3 col-sm-6">
<div class="footer-widget">
<h6>Shopping</h6>
<ul>
<li><a href="#">Clothing Store</a></li>
<li><a href="#">Trending Shoes</a></li>
<li><a href="#">Accessories</a></li>
<li><a href="#">Sale</a></li>

</ul>
</div>
</div>

<div class="col-lg-2 col-md-3 col-sm-6">
<div class="footer-widget">
<h6>Links</h6>
<ul>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Payment Methods</a></li>
<li><a href="#">Delivary</a></li>
<li><a href="#">Return & Exchanges</a></li>

</ul>
</div>
</div>

<div class="col-lg-3 offset-lg-1 col-md-6 col-sm-6">
<div class="footer-widget">
<h6>NewsLetter</h6>
<div class="footer-newslatter">
<p>Be the first to know about new arrivals, look books, sales & promos!</p>
<form action="#">
<input type="text" placeholder="Your Email">
<button type="submit"><span><i class="fa fa-envelope"
arial-hidden="true"></i></span></button>
</form>
</div>

</div>
</div>


</div>

<div class="row">
<div class="col-lg-12 text-center">
<div class="footer-copyright-text">
<p>Copyright &copy; 2022 All rights reserved | This template is made with <i class="fa fa-heart-o" arial-hidden="true"></i>
by <a href="#">CodingWithOrm</a></p>
</div>
</div>
</div>


</div>

</footer>



<!-- Bootstrap Js Cdn -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"></script>

</body>

</html>
116 changes: 116 additions & 0 deletions Code 94 Bootstrap-Footer Light Theme/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
/* Codingwithnick */

html,
body{
height: 100%;
font-family: "Nunito Sans" , sans-serif;
-webkit-font-smoothing: antialiased;
}
p{
font-size: 15px;
font-family: "Nunito Sans" , sans-serif ;
color: #3d3d3d;
font-weight: 400;
line-height: 25px;
margin: 0 0 15px 0;
}
img{
max-width: 100%;
}
a{
text-decoration: none;
}
ul{
padding-left: 0;
}

input:focus{
outline: none;
}
a:hover,
a:focus{
text-decoration: none;
outline: none;
color: #ffffff;
}


.footer{
background: #FFFFFF;
padding-top: 70px;
}
.footer-about{
margin-bottom: 30px;
}
.footer-about .footer-logo{
margin-bottom: 30px;
}
.footer-about p{
color: #696969;
margin-bottom: 30px;
}
.footer-widget{
margin-bottom: 30px;
}
.footer-widget h6{
color: #ffffff;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 20px;
}
.footer-widget ul li{
line-height: 36px;
list-style: none;
}
.footer-widget ul li a{
color: #696969;
font-size: 15px;
}
.footer-widget ul li a:hover{
color: #0d6efd;
}
.footer-widget .footer-newslatter p{
color: #696969;
}
.footer-widget .footer-newslatter form{
position: relative;
}
.footer-widget .footer-newslatter form input{
width: 100%;
font-size: 15px;
color: #ffffff;
background: transparent;
border: none;
padding: 15px 0;
border-bottom: 2px solid #696969;
}
.footer-widget .footer-newslatter form input::placeholder{
color: #696969;
}
.footer-widget .footer-newslatter form button{
color: #696969;
font-size: 16px;
position: absolute;
right: 5px;
top: 0;
height: 100%;
background: transparent;
border: none;
}
.footer-copyright-text{
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 20px 0;
margin-top: 40px;
}
.footer-copyright-text p{
color: #696969;
margin-bottom: 0;
}
.footer-copyright-text p i{
color: #0d6efd;
}
.footer-copyright-text p a{
color: #0d6efd;
}