1- @* Footer.razor *@
2- <footer class =" bg-dark text-white py-4 fixed-bottom" >
1+ <footer class =" bg-dark text-white py-4 mt-auto" >
32 <div class =" container-fluid" >
4- <div class =" container-fluid" >
5- <div class =" row align-items-center" >
6- <!-- Logo on the left -->
7- <div class =" col-12 col-md-4 d-flex justify-content-md-start justify-content-center" >
8- <p class =" mb-0" >Copyright © @DateTime.Now.Year Dev Arena</p >
9- </div >
3+ <div class =" row align-items-center" >
4+ <!-- Logo on the left -->
5+ <div class =" col-12 col-md-4 d-flex justify-content-md-start justify-content-center" >
6+ <p class =" mb-0" >Copyright © @DateTime.Now.Year Dev Arena</p >
7+ </div >
108
11- <!-- Settings button on the right -->
12- <div class =" col-12 col-md-8 d-flex justify-content-md-end justify-content-center mt-2 mt-md-0" >
13- @* <a href="https://twitter.com/yourprofile" class="text-white me-3" target="_blank">
9+ <!-- Settings button on the right -->
10+ <div class =" col-12 col-md-8 d-flex justify-content-md-end justify-content-center mt-2 mt-md-0" >
11+ @* <a href="https://twitter.com/yourprofile" class="text-white me-3" target="_blank">
1412 <i class="bi bi-twitter"></i>
1513 </a> *@
16- <a href =" https://github.com/ajaysskumar" class =" text-white me-3" target =" _blank" >
17- <i class =" bi bi-github" ></i >
18- </a >
19- <a href =" https://www.linkedin.com/in/ajaykumar1807" class =" text-white me-3" target =" _blank" >
20- <i class =" bi bi-linkedin" ></i >
21- </a >
22- @* <a href="https://instagram.com/yourprofile" class="text-white me-3" target="_blank">
14+ <a href =" https://github.com/ajaysskumar" class =" text-white me-3" target =" _blank" >
15+ <i class =" bi bi-github" ></i >
16+ </a >
17+ <a href =" https://www.linkedin.com/in/ajaykumar1807" class =" text-white me-3" target =" _blank" >
18+ <i class =" bi bi-linkedin" ></i >
19+ </a >
20+ @* <a href="https://instagram.com/yourprofile" class="text-white me-3" target="_blank">
2321 <i class="bi bi-instagram"></i>
2422 </a> *@
25- </div >
2623 </div >
2724 </div >
2825 </div >
29- </footer >
26+ </footer >
0 commit comments