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; text-align: center;
background: #ddd; background: #ddd;
margin-top: 20px; margin-top: 20px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
} }
.image { .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" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head> </head>
<body> <body>
<div id="page-container">
<div class="bg"></div> <div class="bg"></div>
<ul> <ul>
<li><a class="active" href="/">Home</a></li> <li><a class="active" href="/">Home</a></li>
@ -50,18 +51,16 @@
<br /> <br />
<br /> <br />
<br /> <br />
&nbsp; <div id="content-wrap">
<img &nbsp;
src="/assets/imgs/zuck.jpg" <img src="/assets/imgs/zuck.jpg" alt="Geometry Tools Ga" style="width:300px;height:300px;" srcset=""class="broider"></img>
alt="Geometry Tools Ga" <p class="double"> <span class="auto-type"></span></p>
style="width:300px;height:300px;"
srcset="" </div>
class="broider" <div id="footer">
/>
<p class="double"> <span class="auto-type"></span></p>
<div class="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>. <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>
</div>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script> <script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script> <script>
var typed = new Typed(".auto-type", { var typed = new Typed(".auto-type", {