Posted in html
9069
12:31 am, April 1, 2022
 

Footer Design and Redesign

I never usually look this far down on the site, but its a bit average...

Lets fix it!

 

Some simple changes

Just a few elements added and moved around a bit.

Added another row to the footer and the logo to the left, and then the links into cards and list groups. 

Not sure if i like the list group and card sections there, seems to be a bit too boxy. Might change it to just flat lists. 

Still looks a bit better than the non formatted footer. 

HTML

<!-- current or old footer code -->
<div class="footer-wrap">
	<div class="wrap">
		<div class="container">

		  <div class="footer">

				<div class="row">
						<div class="col">
								<h4>Quick Links</h4>
								<ul class="quick-links">
									<li><a href="/view/content/udOmD/privacy/">Privacy</a></li>
									<li><a href="/hits/">Top Pages</a></li>
									<li><a href="/views/">Top 100 Pages this Week</a></li>
									<li><a href="/top-referrers/">Referrers</a></li>
								</ul>
						</div>
				</div>

		    <div class="page-load-time mb-3 text-center">
		      Load Time: 0.1536 sec
		    </div>

		    <div class="page-load-time mb-3 text-center">
		      🦴 Core Custom [10.02.21] 🛡
		    </div>

		  </div>

		</div>
	</div>
</div>


<!-- new updated footer code -->
<div class='footer-wrap-new'>
	<div class='wrap'>
		<div class='container'>

		  <div class='footer'>

				<div class='row'>
						<div class='col'>
								<img src="https://kruxor.com/images/kruxor_logo_small.png" class="footer-logo" />
						</div>

						<div class='col'>

							<div class='card'>
							  <h5 class='card-header'>Quick Links</h5>
							  <div class='card-body'>
									<div class="list-group">
										<a href='/view/content/udOmD/privacy/' class="list-group-item">Privacy</a>
										<a href='/hits/' class="list-group-item">Top Pages</a>
										<a href='/views/' class="list-group-item">Top 100 Pages this Week</a>
										<a href='/top-referrers/' class="list-group-item">Referrers</a>
									</div>
							  </div>
							</div>

						</div>

						<div class='col'>

							<div class='card'>
								<h5 class='card-header'>Sections</h5>
								<div class='card-body'>
									<div class="list-group">
										<a href='/section/code/' class="list-group-item">Code</a>
										<a href='/section/content/' class="list-group-item">Articles</a>
										<a href='/section/css_reference/' class="list-group-item">CSS</a>
										<a href='/section/linx/' class="list-group-item">Linx</a>
										<a href='/view/content/ZFxT4/tools/' class="list-group-item">Tools</a>
									</div>
								</div>
							</div>

						</div>
				</div>

		    <div class='page-load-time mb-3 text-center'>

		    </div>

		    <div class='page-load-time mb-3 text-center'>

		    </div>

		  </div>

		</div>
	</div>
</div>
<div class="below-footer">
	<div class='container'>
		<div class='row'>
				<div class='col text-left'>
					<span class='twitter-link'><a href='https://twitter.com/kruxor' target='_blank'>@kruxor</a></span>
				</div>
				<div class='col text-center'>
					<span class='page-load-time'>Load Time: 0.0308 sec</span>
				</div>
				<div class='col text-end'>
					<span class='site-version'>🦴 Core Custom [10.02.21] 🛡</span>
				</div>
		</div>
	</div>
</div>

CSS

/* padding and some colour changes */
.footer-wrap-new {
  padding:40px 0;
  background:#1e1e1e;
}
.below-footer {
  padding:20px 0;
  background:#161616;
  color:#666;
}
.below-footer a {
  color:#666;
}

Scripts

<meta name="color-scheme" content="dark light">
	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-dark-5@1.0.1/dist/css/bootstrap-dark.min.css" />

View Statistics
This Week
151
This Month
594
This Year
991

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Items in html
font awesome spinner loader loading spinner Using the HTML tag details for easy accordions Video different sources on screen sizes video embed html responsive Boots Widget change from widget to cat head and click function pulse map dots codemirror with auto preview window using figcaption and figure for your images a google font like muli - mulish and embed code basic radio checklist - check and item and get its value in a textarea share to twitter html link only linked in share link html only, linkedin, linked-in Facebook HTML for Sharing a Link Footer Design and Redesign Regions of New Zealand - In Dropdown Form content editable p tag with spell check enabled get directions from google maps form embed Common and Uncommon Meta Tag's and Social Meta Tags Input Suggestions using a datalist Add custom symbol to ul li list and align text items using the kbd html tag twitter social sharing meta tags test image url that always changes unsplash placeholder set the amount of lines to show in a textarea field Scroll down indicator css javascript and html a page with two images Aligning Images in TinyMCE or Floating them left and right (code) test page for the custom css 12 grid used on this site easy twitter embed code Custom JS Tabs - No Jquery or Jquery UI scroll to top html css and js hide parts of a form until the 1st item is selected load a youtube video in a fancybox modal add google captcha to enable and disable a form button template for testing and live reloading html files toggle div function with chevron up down toggle Bootstrap Card Formatting HTML and CSS - Header and Footer Applied Accessibility - Tab Index Applied Accessibility - Access Keys Dropdown Box with Searchable Text meta keywords tag meta description tag favicon code meta tag foundation includes cdnjs Form elements New Zealand region list video embed no controls video embed tag video embed full screen all screen sizes del youtube embed iframe take full page screenshot screencapture using chrome dev tools
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
Many of life's failures are people who did not realize how close they were to success when they gave up.
Thomas A. Edison
Random CSS Property

inset-block-start

The inset-block-start CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.
inset-block-start css reference