forked from girlscript-blr/BuildWithGSBlr-Raahat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ece0644
commit bc70618
Showing
2 changed files
with
61 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,41 +5,50 @@ | |
<link rel="stylesheet" type="text/css" href="footer.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> | ||
<script defer src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"></script> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
<body> | ||
|
||
|
||
<footer class="div"> | ||
<div class="font-footer content has-text-centered">Follow Us At</div> | ||
|
||
<div> | ||
<img src="/assets/social-images/twitter.svg"> | ||
<i class="fa fa-facebook"> </i> | ||
<img src="assets/social-images/facebook.svg"> | ||
<img src="././assets/social-images/linkedin.svg"> | ||
<img src="./././assets/social-images/telegram.svg"> | ||
<img src="./././assets/social-images/instagram.svg"> | ||
<img src="./././assets/social-images/medium.svg"> | ||
|
||
|
||
<footer> | ||
|
||
<div class="div"> | ||
<div class="font-footer ">Follow Us At</div> | ||
<div class="icons "> | ||
<!-- <img src="/assets/social-images/twitter.svg">--> | ||
<!-- <img src="assets/social-images/facebook.svg">--> | ||
<!-- <img src="././assets/social-images/linkedin.svg">--> | ||
<!-- <img src="./././assets/social-images/telegram.svg">--> | ||
<!-- <img src="./././assets/social-images/instagram.svg">--> | ||
<!-- <img src="./././assets/social-images/medium.svg">--> | ||
<ul class="navbar-item"> | ||
<li> <i class="fab fa-3x fa-twitter"></i></li> | ||
<li> <i class="fab fa-3x fa-facebook"></i></li> | ||
<li> <i class="fab fa-3x fa-linkedin" ></i></li> | ||
<li> <i class="fab fa-3x fa-telegram" ></i></li> | ||
<li> <i class="fab fa-3x fa-instagram"></i></li> | ||
<li> <i class="fab fa-3x fa-medium"></i></li> | ||
</ul> | ||
|
||
|
||
</div> | ||
<div> | ||
<ul> | ||
<ul class="navbar-item" > | ||
<li>Home</li> | ||
<li>About Us</li> | ||
<li>Contact Us</li> | ||
<li>Blog</li> | ||
</ul> | ||
<div class="line"></div> | ||
</div> | ||
<div class="content has-text-centered"> | ||
<p class="front"> | ||
Made with </p><img src="assets/social-images/like.svg"/> <p class="back">By Girlscript Banglore</p> | ||
|
||
<div class="content has-text-centered fonts" > | ||
|
||
Made with <i class="fa fa-heart"></i> By Girlscript Banglore | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |