try without words??
This commit is contained in:
parent
2b3b80a55b
commit
690f0675ba
|
@ -62,7 +62,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.page {
|
.page {
|
||||||
margin-top: 2.5em;
|
margin-top: 2.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0 minimum-scale=1" />
|
||||||
<meta name="description" content="computer whisperer" />
|
<meta name="description" content="computer whisperer" />
|
||||||
<meta name="keywords" content="Cat Flynn, Ktyl, Portfolio, Showreel, Blog, Gallery"/> <!-- blog, gallery -->
|
<meta name="keywords" content="Cat Flynn, Ktyl, Portfolio, Showreel, Blog, Gallery"/> <!-- blog, gallery -->
|
||||||
<link rel="canonical" href="https://ktyl.dev/">
|
<link rel="canonical" href="https://ktyl.dev/">
|
||||||
|
|
|
@ -17,11 +17,11 @@
|
||||||
|
|
||||||
<div class="page">
|
<div class="page">
|
||||||
|
|
||||||
<h1>hi!</h1>
|
<h1>hi, i'm cat</h1>
|
||||||
|
|
||||||
<div class="text-panel">
|
<div class="text-panel">
|
||||||
<p>
|
<p>
|
||||||
hello! im cat. i like the arts, sciences, philosophy, languages and everything in between.
|
i like the arts, sciences, philosophy, languages and everything in between.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
|
4
todo.md
4
todo.md
|
@ -1,14 +1,12 @@
|
||||||
* [-] responsive design
|
* [-] responsive design
|
||||||
* [-] nav
|
* [-] nav
|
||||||
* [x] rename to nav
|
* [ ] turn into <nav>
|
||||||
* [x] top bar
|
* [x] top bar
|
||||||
* [x] no socials
|
* [x] no socials
|
||||||
* [x] title left (no trail)
|
* [x] title left (no trail)
|
||||||
* [x] page links right (no prefix)
|
* [x] page links right (no prefix)
|
||||||
* [ ] text bigger
|
|
||||||
* [-] landing page
|
* [-] landing page
|
||||||
* [x] central
|
* [x] central
|
||||||
* [ ] smaller
|
|
||||||
* [-] about
|
* [-] about
|
||||||
* [x] narrow text
|
* [x] narrow text
|
||||||
* [ ] hope -> use
|
* [ ] hope -> use
|
||||||
|
|
Loading…
Reference in New Issue