Redmind commited on
Commit
ebeecb8
·
verified ·
1 Parent(s): 8c6dfc4

Update templates/footer.html

Browse files
Files changed (1) hide show
  1. templates/footer.html +26 -26
templates/footer.html CHANGED
@@ -1,26 +1,26 @@
1
- <!-- footer.html -->
2
-
3
- <!--
4
- This is the HTML code for the footer section of a web page.
5
- It displays the version number and copyright information.
6
-
7
- HTML Structure:
8
- - The footer element has a class of "main-footer".
9
- - Inside the footer, there is a div element with classes "float-right" and "d-none d-sm-block".
10
- - Inside the div, there is a bold tag (<b>) displaying the version number.
11
- - After the div, there is a strong tag (<strong>) displaying the copyright information.
12
- - The copyright information includes the year and a link to the company's website.
13
-
14
- Example Usage:
15
- <footer class="main-footer">
16
- <div class="float-right d-none d-sm-block">
17
- <b>Version</b> 3.0.5
18
- </div>
19
- <strong>&copy; 2023 <a href="https://yourcompany.com">Your Company</a>.</strong> All rights reserved.
20
- </footer>
21
- -->
22
- <footer class="main-footer" style="position: absolute; bottom: 0; width: 100%; color: black; text-align: right; padding-right:245px ;">
23
- <div class="container-fluid">
24
- <a href="https://redmindtechnologies.com" target="_blank" style="color: black; text-decoration: none;">Visit Redmind Technologies at https://redmindtechnologies.com</a>
25
- </div>
26
- </footer>
 
1
+ <!-- footer.html -->
2
+
3
+ <!--
4
+ This is the HTML code for the footer section of a web page.
5
+ It displays the version number and copyright information.
6
+
7
+ HTML Structure:
8
+ - The footer element has a class of "main-footer".
9
+ - Inside the footer, there is a div element with classes "float-right" and "d-none d-sm-block".
10
+ - Inside the div, there is a bold tag (<b>) displaying the version number.
11
+ - After the div, there is a strong tag (<strong>) displaying the copyright information.
12
+ - The copyright information includes the year and a link to the company's website.
13
+
14
+ Example Usage:
15
+ <footer class="main-footer">
16
+ <div class="float-right d-none d-sm-block">
17
+ <b>Version</b> 3.0.5
18
+ </div>
19
+ <strong>&copy; 2023 <a href="https://yourcompany.com">Your Company</a>.</strong> All rights reserved.
20
+ </footer>
21
+
22
+ <footer class="main-footer" style="position: absolute; bottom: 0; width: 100%; color: black; text-align: right; padding-right:245px ;">
23
+ <div class="container-fluid">
24
+ <a href="https://redmindtechnologies.com" target="_blank" style="color: black; text-decoration: none;">Visit Redmind Technologies at https://redmindtechnologies.com</a>
25
+ </div>
26
+ </footer>-->