Skip to content

Commit

Permalink
#13:[WIP] Footer, Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroshali committed Apr 11, 2023
1 parent 512b5e5 commit 6d1ffcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/java/assets/css_fw/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7139,7 +7139,7 @@ button.bg-dark:focus {
color: #fff !important; }

.text-primary {
color: #007bff !important; }
color: #000000 !important; }

a.text-primary:hover, a.text-primary:focus {
color: #0062cc !important; }
Expand Down
11 changes: 5 additions & 6 deletions src/main/java/views/layout/footer.ftl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container">
<div class="row row-pb-md">
<div class="col footer-col colorlib-widget">
<h4>About Footwear</h4>
<h4>About Xceptance</h4>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life</p>
<p>
<ul class="colorlib-social-icons">
Expand All @@ -24,7 +24,6 @@ <h4>Customer Care</h4>
<li><a href="#">Wishlist</a></li>
<li><a href="#">Special</a></li>
<li><a href="#">Customer Services</a></li>
<li><a href="#">Site maps</a></li>
</ul>
</p>
</div>
Expand Down Expand Up @@ -53,10 +52,10 @@ <h4>News</h4>
<div class="col footer-col">
<h4>Contact Information</h4>
<ul class="colorlib-footer-links">
<li>291 South 21th Street, <br> Suite 721 New York NY 10016</li>
<li><a href="tel://1234567920">+ 1235 2355 98</a></li>
<li><a href="mailto:[email protected]">info@yoursite.com</a></li>
<li><a href="#">yoursite.com</a></li>
<li>291 South 21th Street, <br> Earth, The Solar System, Orion Arm, The Milky Way, Virgo Local Supercluster, Laniakea Supercluster, The Universe</li>
<li><a href="tel://1234567920">+ 1111 111 111</a></li>
<li><a href="mailto:[email protected]">info@xceptance.com</a></li>
<li><a href="#">xceptance.com</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 6d1ffcc

Please sign in to comment.