diff --git a/_layouts/default.html b/_layouts/default.html index b1788b7..020ec9e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,11 +3,10 @@
+##\ ##\ ##\ ##\ ##\ ###\ ## | ## | \__| \__| ####\ ## | ######\ ## | ##\ ######\ ##\ ##\ ######\####\ ##\ @@ -20,6 +19,7 @@ \###### | \______/+{{ content }}diff --git a/_projects/card-creator.md b/_projects/card-creator.md index 3f1044d..a3df3f1 100644 --- a/_projects/card-creator.md +++ b/_projects/card-creator.md @@ -2,5 +2,7 @@ name: Card Creator summary: Java application for bulk rendering custom MtG cards code_url: https://fluff.nekojimi.moe/forgejo/Nekojimi/Chords +img_url: Card Creator.png +layout: "default" --- Card Creator is a tool I made for creating custom Magic: the Gathering proxies! It allows you to import a deck list, download the card's data from scryfall.com, and lay out image, text, and symbol blocks in a consistent design. diff --git a/_projects/chords.md b/_projects/chords.md index e29f78c..3f2ccc7 100644 --- a/_projects/chords.md +++ b/_projects/chords.md @@ -2,5 +2,7 @@ name: Chords summary: A Discord music bot supporting every website ever code_url: https://fluff.nekojimi.moe/forgejo/Nekojimi/Chords +img_url: chords.png +layout: "default" --- Chords is a music bot for Discord! I made it for my circle of friends, after all the ones we tried stopped working with Youtube. It supports searching a bunch of different sites for music, a music queue, playlists, uploading music, and probably much more coming soon! diff --git a/_projects/n-fastr-vii.md b/_projects/n-fastr-vii.md index 8d1c8b6..b8c8a11 100644 --- a/_projects/n-fastr-vii.md +++ b/_projects/n-fastr-vii.md @@ -1 +1,9 @@ - +--- +name: N-FASTR VII +title: N-FASTR VII +summary: Antigravity racing game featuring massively multiplayer offline play and drifting camper vans +code_url: https://fluff.nekojimi.moe/forgejo/Nekojimi/Chords +img_url: Itch Cover.png +layout: "default" +--- + diff --git a/_projects/nekos-extra-components.md b/_projects/nekos-extra-components.md index 8d1c8b6..3e7b95b 100644 --- a/_projects/nekos-extra-components.md +++ b/_projects/nekos-extra-components.md @@ -1 +1,10 @@ - +--- +name: Neko's Extra Components +summary: Barotrauma mod adding 10+ extra signal logic components +project_url: https://steamcommunity.com/sharedfiles/filedetails/?id=2958067099 +code_url: https://fluff.nekojimi.moe/forgejo/Nekojimi/Chords +img_url: workshop logo.png +layout: "default" +--- + +this is really cool, good job you single handily advanced Barotraumas technologydiff --git a/pages/bwee.md b/pages/bwee.md index b00db28..6eb7875 100644 --- a/pages/bwee.md +++ b/pages/bwee.md @@ -5,7 +5,7 @@ layout: "default" --- {% include header.html %} # Hi sadie!! -Here's some text yeah!! +Here's some text yeag!! bmktmhlkgrtgdr gio diff --git a/pages/index.html b/pages/index.html new file mode 100644 index 0000000..b283d12 --- /dev/null +++ b/pages/index.html @@ -0,0 +1,45 @@ +--- +title: "Nekojimi's Webpage!!" +permalink: "/" +layout: "default" +--- ++++++
++Welcome to Nekojimi's official Web Area
+ +Hi :3 My name is Nekojimi and I'm a catboy :3 + And this website is for showing off things I've made! + Here's some fun facts about me! +
+ ++
+- ๐ I'm a cat!!
+- ๐งก I'm pan <3 that means I like boys and girls and everything else
+- ๐ด I'm also some kind of left-anarchist :D at least for the most part
+- ๐ป I tell computers what to do for a living but also for fun! i program in Java, C++, sometimes other stuff
+++Projects
+ +{% for project in site.projects %} +++{% endfor %} + +++{{ project.name }}
+{{ project.summary }}
++
++ + diff --git a/pages/index.md b/pages/index.md deleted file mode 100644 index 2240740..0000000 --- a/pages/index.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: "Nekojimi's Webpage!!" -permalink: "/" -layout: "default" ---- -{::options parse_block_html="true" /} -Things
+ +- -# Welcome to Nekojimi's official Web Area - -Hi :3 My name is Nekojimi and I'm a catboy :3 -And this website is for showing off things I've made! -Here's some fun facts about me! - - - ๐ I'm a cat!! - - ๐งก I'm pan <3 that means I like boys and girls and everything else - - ๐ด I'm also some kind of left-anarchist :D at least for the most part - - ๐ป I tell computers what to do for a living but also for fun! i program in Java, C++, sometimes other stuff - ---# Projects - -{% for project in site.projects %} -## {{ project.name }} - -{{ project.summary }} - -{% endfor %} - ---# Things - -- - diff --git a/static/catboy.png b/static/catboy.png new file mode 100644 index 0000000..3ac2b66 Binary files /dev/null and b/static/catboy.png differ diff --git a/static/css/style.css b/static/css/style.css index 1d1c09a..3a95925 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -20,6 +20,8 @@ body { font-size: 24px; display: flex; justify-content: center; + flex-direction: column; + align-items: center; /* transform: skew(1deg, 1deg); */ } @@ -35,7 +37,7 @@ body { } .container { - width:70%; + width: calc(max(70%, 900px)); justify-content: center; display: flex; flex-direction: column; @@ -91,4 +93,31 @@ h2 { /* animation: spin 2000ms linear infinite; */ /* animation: 5s linear 0s infinite normal none running spin; */ +c} + +.intro-box { + display: flex; +} + +.catboy-img { + width: 240px; + object-fit: contain; +/* align-self: flex-start; */ +} + +.project-txt { + flex-grow: 1; +} + +.project-entry { + display:flex; + margin: 8px; +} + +.project-img { + width: 240px; + margin: 8px; + border: 1px white; + border-radius: 4px; + filter: drop-shadow(0px 4px 0 var(--color-background)); } diff --git a/static/project-img/Card Creator.png b/static/project-img/Card Creator.png new file mode 100644 index 0000000..2a4ef43 Binary files /dev/null and b/static/project-img/Card Creator.png differ diff --git a/static/project-img/Itch Cover.png b/static/project-img/Itch Cover.png new file mode 100644 index 0000000..ed0b282 Binary files /dev/null and b/static/project-img/Itch Cover.png differ diff --git a/static/project-img/chords.png b/static/project-img/chords.png new file mode 100644 index 0000000..fa4fa41 Binary files /dev/null and b/static/project-img/chords.png differ diff --git a/static/project-img/workshop logo.png b/static/project-img/workshop logo.png new file mode 100644 index 0000000..2b6f53a Binary files /dev/null and b/static/project-img/workshop logo.png differ