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 7
7
< meta name ="description " content ="JS app to calculates Body Mass Index ">
8
8
< meta name ="author " content ="Supritha ">
9
9
< 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 '
>
10
12
</ head >
11
13
< body >
12
14
< div class ="bmi ">
@@ -44,6 +46,16 @@ <h2>Body Mass Index Calculator</h2>
44
46
</ table >
45
47
</ div >
46
48
< 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 >
47
59
</ body >
48
60
</ html >
49
61
You can’t perform that action at this time.
0 commit comments