File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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 > © 2021 copyright all right reserved</ p >
58+ </ footer >
4759 </ body >
4860</ html >
4961
You can’t perform that action at this time.
0 commit comments