Skip to content

Commit 1b6ba6f

Browse files
Merge pull request #379 from Eureka-Viraj/patch-1
Added Footer
2 parents 1f2ec68 + 75ae889 commit 1b6ba6f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

BMI Calculator (JS)/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<meta name="description" content="JS app to calculates Body Mass Index">
88
<meta name="author" content="Supritha">
99
<link rel="stylesheet" href="style.css">
10+
<!-- =====BOX ICONS===== -->
11+
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
1012
</head>
1113
<body>
1214
<div class="bmi">
@@ -44,6 +46,16 @@ <h2>Body Mass Index Calculator</h2>
4446
</table>
4547
</div>
4648
<script src="script.js"></script>
49+
<footer class="footer">
50+
<p class="footer__title">Supritha Ravishankar</p>
51+
<div class="footer__social">
52+
<a href="https://de-de.facebook.com/supritha.ravishankar" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
53+
<a href="https://github.com/supzi-del" class="footer__icon"><i class='bx bxl-github' ></i></a>
54+
<a href="https://twitter.com/SuprithaRavish1" class="footer__icon"><i class='bx bxl-twitter' ></i></a>
55+
<a href="https://www.linkedin.com/in/supritha-ravishankar-560008216/" class="footer__icon"><i class='bx bxl-linkedin' ></i></a>
56+
</div>
57+
<p>&#169; 2021 copyright all right reserved</p>
58+
</footer>
4759
</body>
4860
</html>
4961

0 commit comments

Comments
 (0)