diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml new file mode 100644 index 0000000..c5da646 --- /dev/null +++ b/.github/workflows/neocities.yml @@ -0,0 +1,26 @@ +name: Deploy to neocities + +# only run on changes to main +on: + push: + branches: + - main + +concurrency: # prevent concurrent deploys doing strange things + group: deploy-to-neocities + cancel-in-progress: true + +jobs: + deploy: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + # Set up any tools and build steps here + # When the dist_dir is ready, deploy it to neocities + - name: Deploy to neocities + uses: bcomnes/deploy-to-neocities@v1 + with: + api_token: ${{ secrets.NEOCITIES_API_TOKEN }} + cleanup: false + dist_dir: neocities \ No newline at end of file diff --git a/LICENSE b/LICENCE similarity index 98% rename from LICENSE rename to LICENCE index ac49439..9fa0ee1 100644 --- a/LICENSE +++ b/LICENCE @@ -1,21 +1,21 @@ -MIT License - -Copyright (c) 2023 Kris Jones - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +MIT License + +Copyright (c) 2023 Kris Jones + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/neocities/about.html b/neocities/about.html new file mode 100644 index 0000000..8112e6a --- /dev/null +++ b/neocities/about.html @@ -0,0 +1,71 @@ + + + + + kris on the them + + + + + + +
+ +
+

A boat me

+ image of a rabbit in a boat
+ My name is Kris Jones and I'm years old. +

I live around Dayton, OH in the United States.

+

I am Agenderflux (link clicky)

+

and Autochorissexual (link clicky 2)

+

I use they/them/their pronouns.

+

More specific language preferences can be found at my pronouns.page.

+

I have combined-type Attention Deficit Hyperactivity Disoder (ADHD-C) and Generalised Anxiety Disorder (GAD).


+

Hobbies

+

I like to do:

+

Computer programming

+

Digital art

+

Listen to music

+

(and want to make some someday)

+

Play video games sometimes

+

(also wanna make one sometime perhaps)

+

Web video

+

(watching and may make some sometime)


+

Specific interests:

+

Programming: Web ([X]HTML/CSS, web JS), JS (Node),

+

dotNET (and Core) [C#, including ASP]


+

Digital art: Furries, abstract, graphic-design,

+

I guess font design goes here


+

Music: Punk rock, Alternative rock, Indie rock, Britpop

+

[Bands: Rise Against, Blur, blink-182, Green Day, Biffy Clyro, Stereophonics,

+

Ima Robot, Less Than Jake, Linkin Park, Billy Talent, some more I can't remember]


+

Video games: Story-based (Night in the Woods, Oneshot),

+

Arcade (Metal Slug, Ninjin), Puzzle (Puyo Puyo, Tetris),

+

Fighting (Rivals of Aether, MUGEN),

+

Racing (Forza Horizon, DiRT, Mario Kart)


+

Podcasts: Well There's Your Problem, Trashfuture, Lions Led by Donkeys, What a Hell of a Way to Die, Ten Thousand Posts, 5-4

+

Web video: Video-essay-style work (Hbomberguy, Tom Scott, Thought Slime), Games streamers (Vinesauce, TieTuesday),

+

General news-journalism and games-journalism (Vox, Polygon, James Stephanie Sterling), Lettuce Play (Bikdiponabus, TRG)


+

I've put my systems section on another page,

+

for the sake of keeping this page shorter

+
+
+ + + \ No newline at end of file diff --git a/neocities/about/systems.html b/neocities/about/systems.html new file mode 100644 index 0000000..aeb1ba4 --- /dev/null +++ b/neocities/about/systems.html @@ -0,0 +1,95 @@ + + + + + kris on the them + + + + + + +
+ +
+

Systems

+

This page has my hardware and software I work with mainly. Software choices may switch around on a whim.


+
Laptop 1
+
+
Laptop 2
+
+
Laptop 3
+
+
Phone
+
+
Equipment
+ +
+
+ + + \ No newline at end of file diff --git a/neocities/contact.html b/neocities/contact.html new file mode 100644 index 0000000..c97a895 --- /dev/null +++ b/neocities/contact.html @@ -0,0 +1,65 @@ + + + + + kris on the everywhere + + + + + + +
+ +
+

Contact

+

Links

+ +

Games services (friend codes)

+ +
+
+ + + \ No newline at end of file diff --git a/neocities/images/boat.png b/neocities/images/boat.png new file mode 100644 index 0000000..fb76f4c Binary files /dev/null and b/neocities/images/boat.png differ diff --git a/neocities/images/kren.png b/neocities/images/kren.png new file mode 100644 index 0000000..c297846 Binary files /dev/null and b/neocities/images/kren.png differ diff --git a/neocities/images/webpassion.gif b/neocities/images/webpassion.gif new file mode 100644 index 0000000..4444ae6 Binary files /dev/null and b/neocities/images/webpassion.gif differ diff --git a/neocities/index.html b/neocities/index.html new file mode 100644 index 0000000..1c80fb2 --- /dev/null +++ b/neocities/index.html @@ -0,0 +1,49 @@ + + + + + kris on the index + + + + + + +
+ +
+

This is a website

+

I'm Kris, welcome to my site

+

Use Tha Links to navigate it silly


+

Last Updated 10.12.2023


+
this site uses Selawik, an open-source font by Microsoft, redistributed under the Open Font Licence 1.1
+ images used on this site are, in general, either created by me, or credited to their creator, if and when possible
+ fork this page on GitHub, why don't you

+ + an image advertising neocities.org + + + an image of a happy cat + +
+

todo: make site button (like above,) create characters page(s), create art gallery page

+ +
+
+ + + \ No newline at end of file diff --git a/neocities/projects.html b/neocities/projects.html new file mode 100644 index 0000000..7b4d919 --- /dev/null +++ b/neocities/projects.html @@ -0,0 +1,50 @@ + + + + + kris on the git + + + + + + +
+ +
+

My projects

+

As a supposed "developer" as well as a supposed "artist",

+

I have some projects that ive worked on

+

Not all of them (really even most of them) are that involved though

+
+ image of a bird woman +

K-ren

+

K-ren is a Discord bot thats like partially based on 2 year old code but not really anymore

+

It can use commands as modules so its like a proper thing it does best practice (i guess)

+
+

Artwork

+

My art is not very good but people say it is anyway

+

If you'd like to see it my old stuff is on DeviantART,

+

and new things I post on Twitter

+

+

I made a page with some proper links to Visual Studio's installers,

+

'cause Microsoft loves making things harder to do for some reason

+
+
+ + + \ No newline at end of file diff --git a/neocities/projects/vsinst.html b/neocities/projects/vsinst.html new file mode 100644 index 0000000..d3fab9d --- /dev/null +++ b/neocities/projects/vsinst.html @@ -0,0 +1,112 @@ + + + + + kris on the git + + + + + + +
+ +
+

Visual Studio Installer links

+

Visual Studio now comes by way of the Visual Studio Installer,

+

but the actual installer only lists certain versions depending on the

+

executable used to start the installer, a.k.a. vs_Enterprise.exe, etc

+
+

This page lists the direct links to individual installers, as the

+

Visual Studio site makes this unnecessarily difficult to find

+
+

Visual Studio 2022

+

Preview channel

+ Enterprise + Professional + Community +
+ Build Tools +
+ Test Agent + Test Controller +
+ Team Explorer +

Stable channel

+ Enterprise + Professional + Community +
+ Build Tools +
+ Test Agent + Test Controller +
+ Team Explorer +
+ Remote Tools (AMD64) + Remote Tools (ARM64) + Remote Tools (x86) +
+

Visual Studio 2019

+ Enterprise + Professional + Community +
+ Build Tools +
+ Test Agent + Test Controller +
+ Team Explorer +
+ Remote Tools (AMD64) + Remote Tools (ARM64) + Remote Tools (x86) +
+

Visual Studio 2017

+ Enterprise + Professional + Community +
+ Express for Windows Desktop +
+ Build Tools +
+ Test Agent + Test Controller +
+ Team Explorer + Feedback Client +
+ Remote Tools (AMD64) + Remote Tools (ARM64) + Remote Tools (x86) +
+
+

Visual Studio for Mac 2022

+ Preview channel +
+ Stable channel +

Visual Studio for Mac users will need a my.visualstudio.com subscription

+

to download previous (2017, 2019) versions of the IDE for the platform

+
+
+ + + \ No newline at end of file diff --git a/neocities/selawik/selawk.ttf b/neocities/selawik/selawk.ttf new file mode 100644 index 0000000..736bac3 Binary files /dev/null and b/neocities/selawik/selawk.ttf differ diff --git a/neocities/selawik/selawksb.ttf b/neocities/selawik/selawksb.ttf new file mode 100644 index 0000000..5ec501d Binary files /dev/null and b/neocities/selawik/selawksb.ttf differ diff --git a/neocities/selawik/selawksl.ttf b/neocities/selawik/selawksl.ttf new file mode 100644 index 0000000..bc3fa08 Binary files /dev/null and b/neocities/selawik/selawksl.ttf differ diff --git a/neocities/style.css b/neocities/style.css new file mode 100644 index 0000000..a8fd93d --- /dev/null +++ b/neocities/style.css @@ -0,0 +1,74 @@ +@font-face { + font-family: Selawik; + src: url(./selawik/selawk.ttf) format("truetype") + } +@font-face { + font-family: Selawik; + src: url(./selawik/selawksb.ttf) format("truetype"); + font-weight: bolder; + } +@font-face { + font-family: Selawik; + src: url(./selawik/selawksl.ttf) format("truetype"); + font-weight: lighter; + } + +* { + box-sizing: border-box; + list-style-type: none; + margin: 0 + } +html, body { + font-family: Selawik; + width: 100%; + height: 100%; + background-color: #1e2023 + } + +.contain { + display: grid; + grid-template-columns: 200px + } + +.nav { + grid-column: 1; + padding-top: 5px; + position: fixed; + width: 100px; + height: 100%; + background-color: #fda7f0 + } +.nav h2, ul { + text-align: left; + padding-left: 5px + } +.nav a { + color: #1e2023 + } +#date { + padding-left: 5px; + position: absolute; + bottom: 5px +} + +.main { + grid-column: 2; + text-align: right; + padding-right: 5px; + padding-top: 5px; + color: white + } +.main li { + text-align: right +} +.main a { + color: lightgrey + } + +.kren { + width: 250px + } + +.boat { + width: 250px +} \ No newline at end of file