Add project details.
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 27s
Details
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 27s
Details
This commit is contained in:
parent
8c679bd3e3
commit
ab9b6d071c
|
@ -3,11 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{page.title}}</title>
|
||||
<link href="static/css/style.css" rel="stylesheet" />
|
||||
<link href="/static/css/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<pre class="title" aria-hidden="true" aria-label="Nekojimi">
|
||||
<pre class="title" aria-hidden="true" aria-label="Nekojimi">
|
||||
<span class="la"> ##\ ##\ </span><span class="lb">##\ </span><span class="lc"> ##\ </span><span class="ld"> ##\ </span>
|
||||
<span class="la"> ###\ ## | </span><span class="lb">## | </span><span class="lc"> \__|</span><span class="ld"> \__| </span>
|
||||
<span class="la"> ####\ ## | ######\ </span><span class="lb">## | ##\ ######\ </span><span class="lc"> ##\ ##\ </span><span class="ld">######\####\ ##\ </span>
|
||||
|
@ -20,6 +19,7 @@
|
|||
<span class="la"> </span><span class="lb"> </span><span class="lc"> \###### | </span><span class="ld"> </span>
|
||||
<span class="la"> </span><span class="lb"> </span><span class="lc"> \______/ </span><span class="ld"> </span>
|
||||
</pre>
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -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"
|
||||
---
|
||||
|
||||
|
|
|
@ -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"
|
||||
---
|
||||
|
||||
<q cite="Steam user">this is really cool, good job you single handily advanced Barotraumas technology</q>
|
||||
|
|
|
@ -5,7 +5,7 @@ layout: "default"
|
|||
---
|
||||
{% include header.html %}
|
||||
# Hi sadie!!
|
||||
Here's some text yeah!!
|
||||
Here's some text yeag!!
|
||||
bmktmhlkgrtgdr
|
||||
gio
|
||||
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
title: "Nekojimi's Webpage!!"
|
||||
permalink: "/"
|
||||
layout: "default"
|
||||
---
|
||||
<div class="section">
|
||||
<div class="intro-box">
|
||||
<img src="static/catboy.png" class="catboy-img">
|
||||
<div>
|
||||
<h1>Welcome to Nekojimi's official Web Area</h1>
|
||||
|
||||
<p>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!
|
||||
</p>
|
||||
|
||||
<ul style="list-style:inside">
|
||||
<li>🐈 I'm a cat!!</li>
|
||||
<li>🧡 I'm pan <3 that means I like boys and girls and everything else</li>
|
||||
<li>🏴 I'm also some kind of left-anarchist :D at least for the most part</li>
|
||||
<li>💻 I tell computers what to do for a living but also for fun! i program in Java, C++, sometimes other stuff</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h1>Projects</h1>
|
||||
|
||||
{% for project in site.projects %}
|
||||
<div class="project-entry">
|
||||
<div class="project-txt">
|
||||
<a href="{{ project.url }}"><h2>{{ project.name }}</h2></a>
|
||||
<p>{{ project.summary }}</p>
|
||||
</div>
|
||||
<img class="project-img" src="/static/project-img/{{project.img_url}}"></img>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
<div class="section">
|
||||
<h1>Things</h1>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
title: "Nekojimi's Webpage!!"
|
||||
permalink: "/"
|
||||
layout: "default"
|
||||
---
|
||||
{::options parse_block_html="true" /}
|
||||
<div class="section">
|
||||
|
||||
# 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
|
||||
|
||||
</div>
|
||||
<div class="section">
|
||||
# Projects
|
||||
|
||||
{% for project in site.projects %}
|
||||
## {{ project.name }}
|
||||
|
||||
{{ project.summary }}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
<div class="section">
|
||||
# Things
|
||||
|
||||
</div>
|
||||
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 353 KiB |
|
@ -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));
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 767 KiB |
Binary file not shown.
After Width: | Height: | Size: 366 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Loading…
Reference in New Issue