remove empty cv link
This commit is contained in:
parent
3739229111
commit
75a9dc473c
|
@ -27,7 +27,7 @@ hello! im cat. i like art, science, philosophy, language and everything in betwe
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
by day i work with hardware, software and people finding useful things to do with immersive technology. for professional interests, please see my <a href="#">cv</a> or find me on <a href="https://www.linkedin.com/in/cat-flynn-08751611b/">linkedin</a>.
|
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>
|
</p>
|
||||||
|
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
@ -35,7 +35,7 @@ by day i work with hardware, software and people finding useful things to do wit
|
||||||
<p>
|
<p>
|
||||||
by night, i like to create. i hope to use this site to share what i make, be it interactive, visual or written. please have a look through the <a href="gallery.html">gallery</a> for to see my visual creations, and my <a href="blog.html">blog</a> for my writings. as a side project itself of course, this website is incomplete however, so i might direct you to my <a href="https://ktyl.itch.io/">itch.io</a> to see my games as well as my <a href="https://github.com/ktyldev/">github</a> and <a href="https://gitlab.com/ktyldev/">gitlab</a> to see my public code.
|
by night, i like to create. i hope to use this site to share what i make, be it interactive, visual or written. please have a look through the <a href="gallery.html">gallery</a> for to see my visual creations, and my <a href="blog.html">blog</a> for my writings. as a side project itself of course, this website is incomplete however, so i might direct you to my <a href="https://ktyl.itch.io/">itch.io</a> to see my games as well as my <a href="https://github.com/ktyldev/">github</a> and <a href="https://gitlab.com/ktyldev/">gitlab</a> to see my public code.
|
||||||
</p>
|
</p>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -71,8 +71,8 @@ a.fsText {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: var(--foreground-inactive);
|
background-color: var(--foreground-inactive);
|
||||||
|
|
||||||
width: .25em;
|
width: .35em;
|
||||||
height: .25em;
|
height: .35em;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
|
Loading…
Reference in New Issue