add copyright in footer
This commit is contained in:
parent
dc90bb53a8
commit
1150b6e117
|
@ -1,7 +1,11 @@
|
|||
.footer {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
||||
padding: 0 10px 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.footer span {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
color: var(--foreground-inactive);
|
||||
padding: 2em;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
</div>
|
||||
|
||||
#include footer.html
|
||||
|
||||
</div>
|
||||
|
||||
#include planets.html
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
<div class="footer">
|
||||
<span>© Cat Flynn 2021-2022</span>
|
||||
</div>
|
||||
|
|
|
@ -50,26 +50,10 @@ Besides computing, I like caring for my plants, photography, and studying langua
|
|||
For inquiries, professional or otherwise, please <a href="mailto:me@ktyl.dev">send me an email</a>!
|
||||
</p>
|
||||
|
||||
<!--
|
||||
<p>
|
||||
By day I work with hardware, software and people finding useful things to do with immersive technology.
|
||||
For professional inquiries, please find me on <a href="https://www.linkedin.com/in/cat-flynn-08751611b/">LinkedIn</a>.
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
<div class="separator"></div>
|
||||
|
||||
<p>
|
||||
By night, I create.
|
||||
Often it's <a href="https://ktyl.itch.io/">games</a> or <a href="https://github.com/ktyldev/">code</a>, but I am also interested in photography, writing, drawing, and making music.
|
||||
This website is to share those things.
|
||||
I'm working on building it out at the moment, so for now please just enjoy some things I've made in the <a href="gallery.html">gallery</a>!
|
||||
|
||||
|
||||
</p>
|
||||
-->
|
||||
</div>
|
||||
|
||||
#include footer.html
|
||||
|
||||
</div>
|
||||
|
||||
#include planets.html
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
#include footer.html
|
||||
|
||||
</div>
|
||||
|
||||
#include planets.html
|
||||
|
|
|
@ -157,10 +157,11 @@
|
|||
|
||||
</div>
|
||||
|
||||
#include footer.html
|
||||
|
||||
</div>
|
||||
|
||||
#include planets.html
|
||||
#include footer.html
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
#include socials.html
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
#include planets.html
|
||||
|
|
Loading…
Reference in New Issue