-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a52edc9
commit e9f04e7
Showing
7 changed files
with
41 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,25 @@ | ||
<footer id="colophon" class="site-footer"> | ||
<div class="site-footer-inner"> | ||
<div class="footer-widget-area columns-1"> | ||
<div class="footer-widget"> | ||
<aside class="widget"> | ||
<a href="https://www.twitter.com/JonathanGiles" target="_self"><i class="fa-brands fa-twitter fa-2xl"></i></a> | ||
| ||
<a rel="me" href="https://hachyderm.io/@JonathanGiles" target="_self"><i class="fa-brands fa-mastodon fa-2xl"></i></a> | ||
| ||
<a href="https://github.com/JonathanGiles" target="_self"><i class="fa-brands fa-github fa-2xl"></i></a> | ||
| ||
<a href="https://linkedin.com/in/JonathanGiles" target="_self"><i class="fa-brands fa-linkedin fa-2xl"></i></a> | ||
| ||
<a href="mailto:[email protected]" target="_self"><i class="fa-solid fa-envelope fa-2xl"></i></a> | ||
</aside> | ||
</div> | ||
</div> | ||
<footer class="footer py-4"> | ||
<div class="row position-relative"> | ||
<center> | ||
<a href="https://www.twitter.com/JonathanGiles" target="_self"> | ||
<i class="fa-brands fa-twitter fa-2xl"></i> | ||
</a> | ||
| ||
<a href="https://github.com/JonathanGiles" target="_self"> | ||
<i class="fa-brands fa-github fa-2xl"></i> | ||
</a> | ||
| ||
<a href="https://linkedin.com/in/JonathanGiles" target="_self"> | ||
<i class="fa-brands fa-linkedin fa-2xl"></i> | ||
</a> | ||
| ||
<a href="mailto:[email protected]" target="_self"> | ||
<i class="fa-solid fa-envelope fa-2xl"></i> | ||
</a> | ||
</center> | ||
</div> | ||
</footer> | ||
<div class="site-info-wrapper"> | ||
<div class="site-info"> | ||
<div class="site-info-inner"> | ||
<div class="site-info-text"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js" integrity="sha512-X/YkDZyjTf4wyc2Vy16YGCPHwAY8rZJY+POgokZjQB2mhIRFJCckEGc6YyX9eNsPfn0PzThEuNs+uaomE5CO6A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
|
||
|
@@ -39,10 +34,10 @@ | |
}); | ||
|
||
function updateFooterPosition() { | ||
var bottomOfFooter = $('.site-footer').offset().top + $('.site-footer').outerHeight(true); | ||
var bottomOfFooter = $('.footer').offset().top + $('.footer').outerHeight(true); | ||
var heightShortage = $(document).height() - bottomOfFooter; | ||
if (heightShortage < 0) heightShortage = 0; | ||
$('.site-footer').css('margin-top', heightShortage); | ||
$('.footer').css('margin-top', heightShortage); | ||
} | ||
</script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
|
||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css" integrity="sha512-b2QcS5SsA8tZodcDtGRELiGv5SaKSk1vDHDaQRda0htPYWZ6046lr3kJ5bAAQdpV2mmA/4v0wQF9MyU6/pDIAg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> --> | ||
|
||
<style id='jonathangiles-net-inline-css' type='text/css'> | ||
/* .site-title a,.site-title a:visited{ | ||
color:#blank; | ||
|
@@ -141,18 +141,15 @@ | |
box-shadow:inset 0 0 0 9999em; | ||
color:rgba(1, 131, 170, 0.00); | ||
} | ||
.navbar, | ||
|
||
/* .main-navigation-container, */ | ||
/* .main-navigation.open, */ | ||
/* .main-navigation ul ul, */ | ||
/* .main-navigation .sub-menu, */ | ||
.site-footer{ | ||
/*.site-footer{ | ||
background-color:#0b3954; | ||
} | ||
.navbar a, | ||
.navbar a:visited { | ||
color: white; | ||
} | ||
.site-footer .widget { | ||
background-color:#ffffff; | ||
} | ||
|
@@ -195,6 +192,7 @@ | |
.footer-widget a, .footer-widget a:hover { | ||
color: white; | ||
} | ||
*/ | ||
pre.code_block { | ||
padding: 0em; | ||
margin-top: 15px; | ||
|
@@ -221,6 +219,19 @@ | |
background-position: top; | ||
background-size: contain; | ||
} | ||
|
||
/* new navbar and footer */ | ||
.navbar, | ||
.footer { | ||
background-color: #0b3954; | ||
} | ||
.navbar a, | ||
.navbar a:visited, | ||
.footer a, | ||
.footer a:visited { | ||
color: white; | ||
text-decoration: none; | ||
} | ||
</style> | ||
|
||
<link rel='stylesheet' id='social-logos-css' href='/css/social-logos.min.css' type='text/css' media='all' /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters