This commit is contained in:
Lucas Kent 2022-12-14 13:51:19 -05:00 committed by GitHub
parent 89e0ed1e65
commit 7f1b141254
3 changed files with 28 additions and 14 deletions

View File

@ -57,10 +57,6 @@ body {
text-align: center;
background: #ddd;
margin-top: 20px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
.image {

19
assets/styles/footer.css Normal file
View File

@ -0,0 +1,19 @@
#page-container {
position: relative;
min-height: 100vh;
}
#content-wrap {
padding-bottom: 2.5rem;
}
#footer {
padding: 20px;
text-align: center;
background: #ddd;
margin-top: 20px;
position: absolute;
bottom: 0;
width: 100%;
height: 2.5rem;
}

View File

@ -40,6 +40,7 @@
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="page-container">
<div class="bg"></div>
<ul>
<li><a class="active" href="/">Home</a></li>
@ -50,18 +51,16 @@
<br />
<br />
<br />
&nbsp;
<img
src="/assets/imgs/zuck.jpg"
alt="Geometry Tools Ga"
style="width:300px;height:300px;"
srcset=""
class="broider"
/>
<p class="double"> <span class="auto-type"></span></p>
<div class="footer">
<div id="content-wrap">
&nbsp;
<img src="/assets/imgs/zuck.jpg" alt="Geometry Tools Ga" style="width:300px;height:300px;" srcset=""class="broider"></img>
<p class="double"> <span class="auto-type"></span></p>
</div>
<div id="footer">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Lucas</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script>
var typed = new Typed(".auto-type", {