diff --git a/src/_footer.html b/src/_footer.html index 1d7fd89..1aa70e2 100644 --- a/src/_footer.html +++ b/src/_footer.html @@ -1,6 +1,8 @@ +
Created with swege Hosted by Darkn.Space +Don't ask me for my discord
diff --git a/src/_header.html b/src/_header.html index 8dbb1b2..860f177 100644 --- a/src/_header.html +++ b/src/_header.html @@ -5,4 +5,18 @@ - + +

+// + home +// +about +// +contact +// +blog +// +web ring +// +

+
diff --git a/src/about.md b/src/about.md new file mode 100644 index 0000000..ac370cf --- /dev/null +++ b/src/about.md @@ -0,0 +1,7 @@ +# About me +Hi! My name is Neko, and I'm glad to be here. +## Things I like: +* Anime +* Linux +* Cats +* Digital privacy and minimalism diff --git a/src/assets/badges/discord-no-way-2.gif b/src/assets/badges/discord-no-way-2.gif new file mode 100644 index 0000000..4ee8d64 Binary files /dev/null and b/src/assets/badges/discord-no-way-2.gif differ diff --git a/src/assets/img/favicon.png b/src/assets/img/favicon.png new file mode 100644 index 0000000..39c79ac Binary files /dev/null and b/src/assets/img/favicon.png differ diff --git a/src/assets/style.css b/src/assets/style.css index 95ef04c..c1bb395 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -1,171 +1,15 @@ -a { background-color: transparent; color: #565656; } -a:visited { background-color: transparent; color: #565656; } -a:hover { background-color: transparent; color: #8C8C8C; } -a, blockquote, body, code, div, form, h1, h2, h3, html, input, li, ol, p, pre, table, td, textarea, th, tr, ul { box-sizing: border-box; } -button, input { overflow: visible; -webkit-appearance: none; -moz-appearance: none; } -button, input, optgroup, select, textarea { font-family: inherit; font-size: 1rem; line-height: 1.15; margin: 0; } -button, select { text-transform: none; } -img { border-style: none; } -textarea { overflow: auto; } - -.b--yellow, .hover-b--yellow:hover, .hover-b--yellow:focus { border-color: #ffc439; } -.b--dark-gray, .hover-b--dark-gray:hover { border-color: #333; } -.b--black, .hover-b--black:hover { border-color: #000; } -.b--white-60, .hover-b--white-60 { border-color: rgba(255, 255, 255, .6); } -.bg-black, .hover-bg-black:hover, .hover-bg-black:focus { background-color: #000; } -.bg-blue, .hover-bg-blue:hover, .hover-bg-blue:focus { background-color: #334f83; } -.bg-gold, .hover-bg-gold:hover, .hover-bg-gold:focus { background-color: #ffb700; } -.bg-light-yellow, .hover-bg-light-yellow:hover, .hover-bg-light-yellow:focus { background-color: #ffeeaa; } -.bg-navy, .hover-bg-navy:hover, .hover-bg-navy:focus { background-color: #001b44; } -.bg-near-white { background-color: #f4f4f4; } -.bg-oams, .hover-bg-oams:hover, .hover-bg-oams:focus { background-color: #ec0000; } -.bg-payp, .hover-bg-payp:hover, .hover-bg-payp:focus { background-color: #0070ba; } -.bg-ptrn, .hover-bg-ptrn:hover, .hover-bg-ptrn:focus { background-color: #f96854; } -.bg-vltr, .hover-bg-vltr:hover, .hover-bg-vltr:focus { background-color: #1e88e5; } -.bg-white, .hover-bg-white:hover, .hover-bg-white:focus { background-color: #fff; } -.bg-xrpb, .hover-bg-xrpb:hover, .hover-bg-xrpb:focus { background-color: #808080; } -.bg-yellow, .hover-bg-yellow:hover, .hover-bg-yellow:focus { background-color: #ffc439; } -.black, .hover-black:hover, .hover-black:hover:visited, .hover-black:focus, .hover-black:hover:focus { color: #000; } -.black-60, .black-60:visited { color: rgba(0, 0, 0, .6); } -.dark-gray, .hover-dark-gray:hover { color: #333; } -.gray, .hover-gray:hover { color: #777; } -.dark-red { color: #e7040f; } -.hover-b--gold:hover { border-color: #ffb700; } -.hover-b--navy:hover { border-color: #001b44; } -.hover-b--oams:hover { border-color: #ec0000; } -.hover-b--payp:hover { border-color: #0070ba; } -.hover-b--ptrn:hover { border-color: #f96854; } -.hover-b--vltr:hover { border-color: #1e88e5; } -.hover-b--xrpb:hover { border-color: #808080; } -.near-white { color: #f4f4f4; } -.white, .hover-white:hover, .hover-white:hover:visited, .hover-white:focus, .hover-white:hover:focus { color: #fff; } -.white-60 { color: rgba(255, 255, 255, .6); } - -.b { font-weight: bold; } -.ba { border-width: 1px; border-style: solid; } -.bb { border-bottom-style: solid; border-bottom-width: 1px; } -.bn { border-width: 0; border-style: none; } -.br-100 { border-radius: 100%; } -.br-sq { border-radius: 15px; } -.cb { clear: both; } -.center { margin-right: auto; margin-left: auto; } -.cf { *zoom: 1; } -.cf:after { clear: both; } -.cf:before, .cf:after { content: " "; display: table; } -.code, pre, code { font-family: Consolas, monaco, monospace; } -.dib { display: inline-block; } -.dim { opacity: 1; transition: opacity .15s ease-in; } -.dim:active { opacity: .8; transition: opacity .15s ease-out; } -.dim:hover, .dim:focus { opacity: .5; transition: opacity .15s ease-in; } -.f1 { font-size: 3rem; } -.f2 { font-size: 2.25rem; } -.f3 { font-size: 1.5rem; } -.f4 { font-size: 1.25rem; } -.f5 { font-size: 1rem; } -.f6 { font-size: .875rem; } -.f7 { font-size: .75rem; } -.fl { float: left; } -.flexbox { display: flex; align-items: center } -.fs-normal{ font-style: normal; } -.h2 { height: 2rem; } -.h3 { height: 4rem; } -.h4 { height: 8rem; } -.i { font-style: italic; } -.lh-copy { line-height: 1.5; } -.lh-solid, h1 { line-height: 1; } -.lh-title, h2, h3, pre { line-height: 1.25; } -.link { text-decoration: none; } -.link:focus, .outline:focus { outline: 1px solid #333; } -.mb2 { margin-bottom: .5rem; } -.mb3 { margin-bottom: 1rem; } -.mb4 { margin-bottom: 1.5rem; } -.ml0 { margin-left: 0; } -.mr1 { margin-right: .25rem; } -.mr2 { margin-right: .5rem; } -.mr3 { margin-right: 1rem; } -.mr4 { margin-right: 2rem; } -.mt2 { margin-top: .5rem; } -.mt3 { margin-top: 1rem; } -.mt4 { margin-top: 2rem; } -.mw-100 { max-width: 100%; } -.mw6 { max-width: 32rem; } -.mw7 { max-width: 48rem; } -.mw8 { max-width: 64rem; } -.ni { text-indent: -.5rem; } -.normal { font-weight: normal; } -.pa2 { padding: .5rem; } -.pa3 { padding: 1rem; } -.pb3 { padding-bottom: 1rem; } -.pb4 { padding-bottom: 2rem; } -.ph1 { padding-left: .25rem; padding-right: .25rem; } -.ph2 { padding-left: .5rem; padding-right: .5rem; } -.ph3 { padding-left: 1rem; padding-right: 1rem; } -.ph4 { padding-left: 2rem; padding-right: 2rem; } -.pointer:hover { cursor: pointer; } -.pv1 { padding-top: .25rem; padding-bottom: .25rem; } -.pv2 { padding-top: .5rem; padding-bottom: .5rem; } -.pv3 { padding-top: 1rem; padding-bottom: 1rem; } -.pv4 { padding-top: 2rem; padding-bottom: 2rem; } -.sans-serif { font-family: sans-serif; } -.serif { font-family: "noto serif", georgia, times, serif; } -.tc { text-align: center; } -.tl { text-align: left; } -.tracked-tight { letter-spacing: -.05em; } -.underline { text-decoration: underline; } -.vam { vertical-align: middle; } -.w-100 { width: 100%; } -.w-50 { width: 50%; } -.w2 { width: 2rem; } -.w3 { width: 3rem; } -.w4 { width: 8rem; } -.w5 { width: 16rem; } -.w6 { width: 32rem; } -.w8 { width: 64rem; } - -@media screen and (min-width: 30em) { - .f3-ns, h1 { font-size: 1.5rem; } - .f4-ns, h2 { font-size: 1.25rem; } - .f5-ns, h3 { font-size: 1rem; } + .navbar{ + background-color: #88c0d0; } -@media screen and (min-width: 30em) and (max-width: 60em) { - .f1-m { font-size: 3rem; } - .f2-m { font-size: 2.25rem; } - .f3-m, h1 { font-size: 1.5rem; } - .f4-m, h2 { font-size: 1.25rem; } - .f5-m, h3 { font-size: 1rem; } - .f6-m { font-size: .875rem; } - .f7-m { font-size: .75rem; } - .h3-m { height: 4rem; } - .h4-m { height: 8rem; } - .mw6-m { max-width: 32rem; } - .pb3-m { padding-bottom: 1rem; } - .pl2-m { padding-left: .5rem; } - .pr2-m { padding-right: .5rem; } - .w-100-m { width: 100%; } - .w-25-m { width: 25%; } - .w-50-m { width: 50%; } - .w-third-m { width: 33.33%; } - .w4-m { width: 8rem; } - .w5-m { width: 16rem; } + +body { + background-color: #2e3440; + color: #88c0d0; + text-align: center; } -@media screen and (min-width: 60em) { - .f1-l { font-size: 3rem; } - .f2-l, h1 { font-size: 2.25rem; } - .f3-l, h2 { font-size: 1.5rem; } - .f4-l, h3 { font-size: 1.25rem; } - .f5-l { font-size: 1rem; } - .f6-l { font-size: .875rem; } - .f7-l { font-size: .75rem; } - .h3-l { height: 4rem; } - .h4-l { height: 8rem; } - .pb3-l { padding-bottom: 1rem; } - .ph2-l { padding-left: .5rem; padding-right: .5rem; } - .pl2-l { padding-left: .5rem; } - .pr2-l { padding-right: .5rem; } - .w-100-l { width: 100%; } - .w-25-l { width: 25%; } - .w-50-l { width: 50%; } - .w-third-l { width: 33.33%; } - .w4-l { width: 8rem; } - .w5-l { width: 16rem; } + +hr { + color: #88c0d0; } + +/* (⁄ ⁄•⁄ω⁄•⁄ ⁄)⁄ pls dont look at my css code senpai */ diff --git a/src/contact.md b/src/contact.md new file mode 100644 index 0000000..37f5e60 --- /dev/null +++ b/src/contact.md @@ -0,0 +1,7 @@ +# How to contact me + +* Email: neko at darkn dot space + * PGP key is [here](/key.gpg) +* XMPP: neko at darkn dot space + +I use other means of communication as well, but those are the most convinient for me. diff --git a/src/index.md b/src/index.md index 074c203..d5caa0e 100644 --- a/src/index.md +++ b/src/index.md @@ -1,3 +1,8 @@ +# Neko -# Initial commit -I had to write something there, you know. +Staying in the shadows, making sure others can shine brightly. + +## This site +This site is very minimal, it has no js, only necessary css and a very simple design. I had a lot of fun creating it. +You can take a look at its source code [here](https://git.darkn.space/neko/cyancat-net) +Also, don't mind the site domain. It's kinda temporary, but don't worry, if I ever change it I'll make sure to brag about it to the half of the internet. diff --git a/src/key.gpg b/src/key.gpg new file mode 100644 index 0000000..20f505b --- /dev/null +++ b/src/key.gpg @@ -0,0 +1,17 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZL+UwBYJKwYBBAHaRw8BAQdAT1heNdAXgnez1NfqKSdelSv0385Z4mJuyd5q +rtZg2w60HURhcmtuIE5la28gPG5la29AZGFya24uc3BhY2U+iJAEExYIADgWIQQq +aHU6alPe2MXsurfvMnX2v1OhYQUCZL+UwAIbAwULCQgHAgYVCgkICwIEFgIDAQIe +AQIXgAAKCRDvMnX2v1OhYf8OAP43cENoVsFzbkiBuexiTt56f/8dhctxP/32mrAx +UAFfpgD/R6rQnyNqad7xI5BdS9/4cda35H6tO/i8vjqwkmZjHwa4MwRkv5TAFgkr +BgEEAdpHDwEBB0BrtuafyUWWoCnwMDg6qAoO/0uB0mAZPGJrUUEE98dAQYh4BBgW +CAAgFiEEKmh1OmpT3tjF7Lq37zJ19r9ToWEFAmS/lMACGyAACgkQ7zJ19r9ToWEO +dgD+LFN5hA0Tm98026nXUH0EeHAkHBqoMp9Xm6+n0lflGDwBAIelpDdttR65aHYU +T46zlHguuzvkkzOn83qz/7zWnLALuDgEZL+UwBIKKwYBBAGXVQEFAQEHQOj6Q1P1 +H+LlLNQRvHq3Yqdc8XKqvkpBMSJGZvzgnpZXAwEIB4h4BBgWCAAgFiEEKmh1OmpT +3tjF7Lq37zJ19r9ToWEFAmS/lMACGwwACgkQ7zJ19r9ToWGJqwD/SeGHXkSLlc1K +ezKaiHe6tvdpbpA0En3dqixm/lPROJgA/AzOW6IR+1Plc/xwFkmsUjUNkHiB+5TO +Kv0YfGEI/XQI +=DWUu +-----END PGP PUBLIC KEY BLOCK-----