remove empty blog
This commit is contained in:
parent
75a9dc473c
commit
3e79fcc2a2
|
@ -2,6 +2,5 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="about.html" class="fsText">about</a></li>
|
<li><a href="about.html" class="fsText">about</a></li>
|
||||||
<li><a href="gallery.html" class="fsText">gallery</a></li>
|
<li><a href="gallery.html" class="fsText">gallery</a></li>
|
||||||
<li><a href="blog.html" class="fsText">blog</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -20,9 +20,9 @@
|
||||||
<h1>hi!</h1>
|
<h1>hi!</h1>
|
||||||
|
|
||||||
<div class="textPanel">
|
<div class="textPanel">
|
||||||
<p>
|
<h3>
|
||||||
hello! im cat. i like art, science, philosophy, language and everything in between.
|
hello! im cat. i like art, science, philosophy, language and everything in between.
|
||||||
</p>
|
</h3>
|
||||||
|
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ by day i work with hardware, software and people finding useful things to do wit
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
|
||||||
<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, <a href="gallery.html">visual</a> or written. 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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue