:init: Launch as template

This commit is contained in:
Korbs 2025-01-25 00:33:01 -05:00
parent c68bb7404f
commit 7d4de88df4
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
69 changed files with 164 additions and 315 deletions

View file

@ -1,19 +0,0 @@
name: Update Website
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Update Website
run: |
JEKYLL_ENV=production bundle exec jekyll build
cd /usr/share/korbs-studio/runners/blue/website/_work/blueanimates/blueanimates/_site/
sudo cp -R ./* /usr/share/nginx/blueanimates/website/

0
.gitignore vendored Normal file → Executable file
View file

View file

@ -1,13 +0,0 @@
stages:
- build
build-job:
stage: build
script:
- sudo chmod -R 777 ./
- sudo bundle install
- bundle exec jekyll build
- mv ./_site/ ./blueanimates/
- rm -R /usr/share/nginx/blueanimates/
- cp -R ./blueanimates/ /usr/share/nginx/blueanimates/
- rm -R ./blueanimates/

8
Gemfile Normal file → Executable file
View file

@ -1,9 +1,6 @@
source "https://rubygems.org"
gem "jekyll", "~> 4.2.2"
gem "minima", "~> 2.5"
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
@ -17,3 +14,8 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
gem "webrick", "~> 1.7"
gem 'sassc', '~> 2.1'
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'

View file

@ -1,18 +1,28 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.3.5)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.17.1)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-aarch64-linux-musl)
ffi (1.17.1-arm-linux-gnu)
ffi (1.17.1-arm-linux-musl)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86-linux-gnu)
ffi (1.17.1-x86-linux-musl)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-musl)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.10.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
addressable (~> 2.4)
@ -29,7 +39,7 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-feed (0.16.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
@ -41,50 +51,60 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minima (2.5.1)
minima (2.5.2)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
public_suffix (6.0.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.28.0)
rexml (3.4.0)
rouge (3.30.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.7.0)
webrick (1.9.1)
PLATFORMS
x86_64-linux
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
ruby
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl
DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.2.2)
jekyll-feed (~> 0.12)
jekyll-redirect-from
jekyll-seo-tag
jekyll-sitemap
minima (~> 2.5)
sassc (~> 2.1)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)
BUNDLED WITH
2.3.12
2.5.22

33
LICENSE Normal file → Executable file
View file

@ -1,21 +1,22 @@
MIT License
Copyright (c) 2022 BlueAnimates
Copyright 2023-2025 SudoVanilla
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:
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.
In addition, the following restrictions apply:
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.
1. The Software and any modifications made to it may not be used for the purpose of training or improving machine learning algorithms,
including but not limited to artificial intelligence, natural language processing, or data mining. This condition applies to any derivatives,
modifications, or updates based on the Software code. Any usage of the Software in an AI-training dataset is considered a breach of this License.
2. The Software may not be included in any dataset used for training or improving machine learning algorithms,
including but not limited to artificial intelligence, natural language processing, or data mining.
3. Any person or organization found to be in violation of these restrictions will be subject to legal action and may be held liable
for any damages resulting from such use.
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.

11
_config.yml Normal file → Executable file
View file

@ -1,7 +1,6 @@
title: BlueAnimates
email: hello@blueanimates.com
description: >-
I am a 3D artist who primarily works with Minecraft-style creations and renders! You can find out more about me on my FAQ page.
title: Vacy
email: john.smith@example.org
description:
baseurl: ""
url: ""
@ -19,8 +18,8 @@ whitelist:
include:
- _pages
author: BlueAnimates
author: John Smith
twitter:
username: BlueAnimates
username: JohnSmith
card: summary

4
_includes/master/footer.html Normal file → Executable file
View file

@ -1,4 +1,4 @@
<section id="footer">
<p><i class="fa-light fa-copyright"></i> 2021 - 2023 BlueAnimates</p>
<p style="text-align: right;"><i class="fa-solid fa-heart"></i> Website built and hosted by <a style="color: white; text-decoration: underline;" href="https://korbsstudio.com/" target="_blank">Korbs Studio</a></p>
<p><i class="fa-light fa-copyright"></i> 2025 John Smith</p>
<p style="text-align: right;">More footer text</p>
</section>

4
_includes/master/head.html Normal file → Executable file
View file

@ -9,8 +9,4 @@
<script src="/assets/js/scroll-header.js"></script>
<script src="https://kit.fontawesome.com/8c02e5f10f.js" crossorigin="anonymous"></script>
<script defer data-domain="blueanimates.net"
data-api="https://twilight-mud-3968.korbs-studio.workers.dev/api/event"
src="https://twilight-mud-3968.korbs-studio.workers.dev/js/script.js"></script>
></script>
</head>

12
_includes/master/header.html Normal file → Executable file
View file

@ -1,6 +1,6 @@
<header>
<div>
<h1><a style="color: white;" href="/">BlueAnimates</a></h1>
<h1><a style="color: white;" href="/">Vacy Template</a></h1>
<div class="menu">
<a id="Home" href="/">Home</a>
<a id="FAQ" href="/faq/">FAQ</a>
@ -10,11 +10,11 @@
</div>
<div style="text-align: right;">
<div class="socials">
<a href="https://discord.gg/fW3GPdqQ6k" target="_blank"><i class="fa-brands fa-discord"></i></a>
<a href="https://www.instagram.com/blueanimates_/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/blueanimates_" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.twitch.tv/blueanimates" target="_blank"><i class="fa-brands fa-twitch"></i></a>
<a href="https://www.youtube.com/c/blueanimates" target="_blank"><i class="fa-brands fa-youtube"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-discord"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-twitch"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</header>

2
_layouts/document.html Normal file → Executable file
View file

@ -2,7 +2,7 @@
{% include master/header.html %}
<banner>
<img src="/assets/images/Christmas with Friends.png" alt="Christmas with Friend">
<img src="/assets/images/pexels-francesco-ungaro-13786205.jpg">
</banner>
<div class="content">
<h1 id="for-banner">{{page.title}}</h1>

8
_layouts/downloads.html Normal file → Executable file
View file

@ -4,16 +4,16 @@
<script src="/assets/js/tab-switcher.js"></script>
<banner>
<img src="/assets/images/Christmas with Friends.png">
<img src="/assets/images/pexels-francesco-ungaro-13786205.jpg">
</banner>
<div class="content">
<h1 id="for-banner">{{page.title}}</h1>
<section>
<h2>Credits</h2>
<p>Keep in mind that some of these assets will not be updated anymore so you may encounter issues. Also, please remember to credit me if you use them!</p>
<h2>Header</h2>
<p>Lorem ipsum odor amet, consectetuer adipiscing elit. Habitant libero praesent lacinia ante habitasse habitant fringilla purus nam.</p>
{{content}}
{% include master/footer.html %}
</div>
<style>
#Downloads {background: var(--blue-light);}
#Downloads {background: var(--theme-light);}
</style>

20
_layouts/home.html Normal file → Executable file
View file

@ -2,31 +2,32 @@
{% include master/header.html %}
<banner>
<img src="/assets/images/Teaser_1.png">
<img src="/assets/images/pexels-francesco-ungaro-13786205.jpg">
</banner>
<div class="content">
<section id="hero-fullscreen">
<div class="grid-40auto vertical-center">
<img style="height: 50%;object-fit: contain;" src="/assets/images/blue.png">
<img style="height: 50%;object-fit: contain;" src="https://placehold.co/600x1020">
<div>
<h1>Welcome!</h1>
<p>I am a 3D artist who primarily works with Minecraft-style creations and renders! You can find out more about me on my FAQ page.</p>
<a href="/contact/"><button style="font-weight: bold">Contact Me</button></a>
<h1>Vacy Template Website</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<a href="#"><button style="font-weight: bold">Button</button></a>
</div>
</div>
</section>
</div>
{% include master/footer.html %}
<style>
#Home {background: var(--blue-light);}
#Home {background: var(--theme-light);}
</style>
<style>
body {
background: var(--blue);
background: var(--theme);
color: white;
}
banner img {
background-image: url('/assets/images/Exploration (0;00;00;00).png');
/* Override Default Banner Image */
/* background-image: url('/assets/images/'); */
position: fixed;
top: 0px;
left: 0px;
@ -35,7 +36,6 @@ banner img {
object-fit: cover;
object-position: center;
opacity: 0.1;
filter: saturate(0);
z-index: -1;
animation: 2s bigBanner ease-in-out;
}
@ -44,7 +44,7 @@ banner img {
bottom: 0px;
width: 100%;
max-width: var(--max-width);
background: var(--blue);
background: var(--theme);
padding: 0px 100%;
left: 50%;
transform: translate(-50%);

8
_layouts/portfolio.html Normal file → Executable file
View file

@ -4,13 +4,13 @@
<script src="/assets/js/tab-switcher.js"></script>
<banner>
<img src="/assets/images/Christmas with Friends.png">
<img src="/assets/images/pexels-francesco-ungaro-13786205.jpg">
</banner>
<div class="content">
<h1 id="for-banner">{{page.title}}</h1>
<section id="extra-menu">
<button onclick="toTab('2021', this, 'var(--blue-light)'); document.getElementById('extra-placeholder').style.display = 'none';" class="tab">2021</button>
<button onclick="toTab('2022', this, 'var(--blue-light)'); document.getElementById('extra-placeholder').style.display = 'none';" class="tab">2022</button>
<button onclick="toTab('2021', this, 'var(--theme-light)'); document.getElementById('extra-placeholder').style.display = 'none';" class="tab">2021</button>
<button onclick="toTab('2022', this, 'var(--theme-light)'); document.getElementById('extra-placeholder').style.display = 'none';" class="tab">2022</button>
</section>
<section id="extra-placeholder">
<p>Select a year to see content...</p>
@ -19,5 +19,5 @@
{% include master/footer.html %}
</div>
<style>
#Portfolio {background: var(--blue-light);}
#Portfolio {background: var(--theme-light);}
</style>

View file

@ -1,25 +0,0 @@
---
layout: document
title: Commissions - Renders
permalink: /commissions/renders/
---
**Original Style Renders** - $10 Nitro
- Includes bends, advanced faces, fingers (if wanted), etc.
- Advanced facial controls
- Due to time constraints, no group renders are available in this style.
![img](/assets/images/Screenshot_20220430_225944.png)
___
**Bare Bones Style Renders** - $5 Nitro
- Similar to Minecraft's trailer style
- No fingers, advanced faces, etc.
<div class="grid-5050">
<img src="/assets/images/Exploration (0;00;00;00).png">
<img src="/assets/images/Christmas with Friends.png">
</div>

View file

@ -1,23 +0,0 @@
---
layout: document
title: Commissions
permalink: /commissions/
---
# Blue's Minecraft Commissions!
- I do not have a credit card, so all payments must be in Discord Nitro.
- Please do not rush me to finish your commission! I have other things to do.
- I have the right to deny or cancel a commission at any time.
- If you'd like a preset, you have to provide me with a skin.
I will NOT make:
- Hateful Artwork
- Nudity/NSFW/Gore/Vore
- Furries
- HD SKins Presets/Renders
Check out the [Renders page](./renders/) to see render pricing!
Check out the [Character Models page](./character-models/) to see character pricing!

View file

@ -1,36 +0,0 @@
---
layout: document
title: Commissions - Character Models
permalink: /commissions/character-models/
---
**Presets / Character Models (Basic)** - $5 Nitro
- Simple Extrusions & Shape Edits
![img](/assets/images/basic-model.png)
___
**Presets / Character Models (Detailed)** - $10 Nitro
- Custom Modeled Hair
- Advanced Extrusions/Shape Edits
<section id="grid-S3">
<div>
<img src="/assets/images/models/2021/blue.png">
<p>My Character</p>
</div>
<div>
<img src="/assets/images/models/2021/bbh.png">
<p>BadBoyHalo</p>
</div>
<div>
<img src="/assets/images/models/2022/Grian.png">
<p>Awesamdude</p>
</div>
</section>

View file

@ -1,34 +0,0 @@
---
layout: document
title: Contact
permalink: /contact/
---
<script src="https://ucarecdn.com/libs/widget/3.x/uploadcare.full.min.js" type="d021e7f2994a79487a8fe3ce-text/javascript"></script>
<script src="https://js.hcaptcha.com/1/api.js" async defer></script>
<form action="https://submit-form.com/YK79qXIi">
<input
type="hidden"
name="_redirect"
value="https://blueanimates.com/contact/thanks/"
/>
<label for="name">Name</label>
<input type="text" id="name" name="name" placeholder="" required="" />
<label for="email">Email</label>
<input type="email" data="email" id="email" name="_email.replyto" placeholder="" required="" />
<label for="message">Message</label>
<textarea
id="message"
name="message"
placeholder=""
required=""
></textarea>
<div class="h-captcha" data-sitekey="d0787008-2fe7-4bcf-84a0-ca5ab6466979" data-theme="dark"></div>
<button type="submit">Send</button>
</form>

24
_pages/downloads.markdown Normal file → Executable file
View file

@ -4,18 +4,18 @@ title: Downloads
permalink: /downloads/
---
|------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------:|
| <img src="/assets/images/for-downloads/Dog Rig.png"> | <img src="/assets/images/for-downloads/Phone.png"> |
| <a href="https://cdn.blueanimates.com/blender/rigs/Dog Rig.blend">Download</a> | <a href="https://cdn.blueanimates.com/blender/rigs/Phone.blend">Download</a> |
|------------------------------------------|:----------------------------------------:|
| <img src="https://placehold.co/600x200"> | <img src="https://placehold.co/600x200"> |
| [Download](#) | [Download](#) |
|------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------:|
| <img src="/assets/images/for-downloads/Snowman Rig.png"> | <img src="/assets/images/for-downloads/VR Headset.png"> |
| <a href="https://cdn.blueanimates.com/blender/rigs/Snowman Rig.blend">Download</a> | <a href="https://cdn.blueanimates.com/blender/rigs/VR Headset.blend">Download</a> |
|------------------------------------------|:----------------------------------------:|
| <img src="https://placehold.co/600x200"> | <img src="https://placehold.co/600x200"> |
| [Download](#) | [Download](#) |
|------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------:|
| <img src="/assets/images/for-downloads/dreamthumb.png"> | <img src="/assets/images/for-downloads/georgethumb.png"> |
| <a href="https://cdn.blueanimates.com/blender/rigs/Dream.blend">Download</a> | <a href="https://cdn.blueanimates.com/blender/rigs/George.blend">Download</a> |
|------------------------------------------|:----------------------------------------:|
| <img src="https://placehold.co/600x200"> | <img src="https://placehold.co/600x200"> |
| [Download](#) | [Download](#) |
|------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------:|
| <img src="/assets/images/for-downloads/sapnapthumb.png"> | <img src="/assets/images/for-downloads/bbhthumb.png"> |
| <a href="https://cdn.blueanimates.com/blender/rigs/Sapnap.blend">Download</a> | <a href="https://cdn.blueanimates.com/blender/rigs/BadBoyHalo.blend">Download</a> |
|------------------------------------------|:----------------------------------------:|
| <img src="https://placehold.co/600x200"> | <img src="https://placehold.co/600x200"> |
| [Download](#) | [Download](#) |

36
_pages/faq.markdown Normal file → Executable file
View file

@ -4,40 +4,30 @@ title: FAQ
permalink: /faq/
---
<style>
#FAQ {background: var(--blue-light);}
#FAQ {background: var(--theme-light);}
</style>
**Q: Who inspired you to start making 3D art-related content?**
**Q: Question goes here?**
A: People like Hapico, Blue Monkey, and many more animators inspire me to keep going with animation because it's something I really enjoy!
Answer here
**Q: Question goes here?**
Answer here
**Q: What software do you use?**
**Q: Question goes here?**
A: I use [Blender](https://www.blender.org/) for all of my 3D work! It's free and a great way to start your 3D journey. I highly recommend [Blender Guru's Donut Tutorial](https://www.youtube.com/watch?v=nIoXOplUvAw&list=PLjEaoINr3zgFX8ZsChQVQsuDSjEqdWMAD) for beginners.
Answer here
**Q: Question goes here?**
**Q: When did you start making 3D art?**
Answer here
A: I started making 3D art in Blender when I was about 9 years old, and I am now 14! I started off making Roblox renders and then gradually got into making Minecraft things and I stuck with it.
**Q: Question goes here?**
Answer here
**Q: How did you learn to use Blender?**
**Q: Question goes here?**
A: I actually managed to teach myself how to use it when I first started out, which is a very dumb thing to do when you are starting in a program like Blender. Trust me, just follow tutorials.. it'll make the learning experience much better.
**Q: Can I join your team? / Can you join my team?**
A: I am not interested in working with any more teams at the moment.
**Q: Can you make me a free render?**
A: No thanks. I don't take requests right now and my commissions are closed. Sorry!
Answer here

0
_pages/index.markdown Normal file → Executable file
View file

58
_pages/portfolio.markdown Normal file → Executable file
View file

@ -8,53 +8,45 @@ permalink: /portfolio/
<div class="extra-content" id="2021" markdown="1">
# 2021
## Animations
## Example
|-----------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------:|
| <video controls src="https://cdn.blueanimates.com/videos/The Beginning - Steve's Adventures Part 1.mp4" poster="/assets/images/thumbnails/1.png"></video> | <video controls src="https://cdn.blueanimates.com/videos/Show Yourself Among Us.mp4" poster="/assets/images/thumbnails/2.png"></video> |
| Show Yourself - Among Us Animation #shorts | "The Beginning" - Steve's Adventures Part 1 |
|--------------------------------------------------|:-------------------------------------------------------:|:-------------------------------------------------------:|
| <img src="https://placehold.co/1920x1080"> | <img src="https://placehold.co/1920x1080"> | <img src="https://placehold.co/1920x1080"> |
| Example | Example | Example |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------:|
| <video controls src="https://cdn.blueanimates.com/videos/Baby Trents Christmas Jack Stauber Minecraft Animation_1080p.mp4" poster="/assets/images/thumbnails/3.png"></video> | <video controls src="https://cdn.blueanimates.com/videos/Vibrant Eyes Dream SMP Short_1080p.mp4" poster="/assets/images/thumbnails/4.png"></video> |
| Baby Trent's Christmas - Jack Stauber Minecraft Animation | Vibrant Eyes - Dream SMP Short |
## Example
## Renders
|--------------------------------------------------|:-------------------------------------------------------:|
| <img src="https://placehold.co/1920x1080"> | <img src="https://placehold.co/1920x1080"> |
| Example | Example |
|------------------------------------------------------|:----------------------------------------------------------:|
| <img src="/assets/images/renders/2021/Banner.png"> | <img src="/assets/images/renders/2021/Final Render 2.png"> |
| <img src="/assets/images/renders/2021/Render 3.png"> | <img src="/assets/images/renders/2021/RanbooPanic2.png"> |
## Example
## Character Models
|------------------------------------------------------|:-----------------------------------------------:|:----------------------------------------------:|
| <img src="/assets/images/models/2021/blue.png"> | <img src="/assets/images/models/2021/bbh.png"> | <img src="/assets/images/models/2021/sam.png"> |
| Blue (Me) | BadBoyHalo | Awesamdude |
|--------------------------------------------------|:-------------------------------------------------------:|
| <img src="https://placehold.co/1920x1080"> | <img src="https://placehold.co/1920x1080"> |
| Example | Example |
</div>
<div class="extra-content" id="2022" markdown="1">
# 2022
## Animations
## Example
|----------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| <video controls src="https://cdn.blueanimates.com/videos/Grian HAUNTS Mumbo Hermitcraft Animation_1080p.mp4" poster="/assets/images/thumbnails/5.png"></video> | <video controls src="https://cdn.blueanimates.com/videos/We Dont Talk About Bruno Minecraft Encanto Short_1080p.mp4" poster="/assets/images/thumbnails/6.png"></video> |
| Grian HAUNTS Mumbo - Hermitcraft Animation | We Don't Talk About Bruno - Minecraft Encanto Short |
|--------------------------------------------------|:-------------------------------------------------------:|:-------------------------------------------------------:|
| <img src="https://placehold.co/1920x1080"> | <img src="https://placehold.co/1920x1080"> | <img src="https://placehold.co/1920x1080"> |
| Example | Example | Example |
## Renders
|-------------------------------------------------------------------|:--------------------------------------------------------------------:|:-----------------------------------------------------------------:|:--------------------------------------------------------------------:|
| <img src="/assets/images/renders/2022/Teaser 1.png"> | <img src="/assets/images/renders/2022/Main Channel EDITED.png"> | <img src="/assets/images/renders/2022/Second Channel EDITED.png"> | <img src="/assets/images/renders/2022/Tutorials Channel EDITED.png"> |
| Steve's Minecraft Adventures 2 - Teaser | Main Channel Icon | Second Channel Icon | Tutorials Channel Icon |
|---------------------------------------------------- |:------------------------------------------------------------------------------------:|:-------------------------------------------------:|:------------------------------------------------:|
| <img src="/assets/images/renders/2022/teaser1.png"> | <img src="/assets/images/renders/2022/Dream's Final Manhunt - Victory REVAMPED.png"> | <img src="/assets/images/renders/2022/Angry.png"> | <img src="/assets/images/renders/2022/Fear.png"> |
| Dream Manhunt Render | Dream Animation - Teaser | Angry Emote | Fear Emote |
## Character Models
## Example
|--------------------------------------------------|:-------------------------------------------------------:|
| <img src="/assets/images/models/2022/Grian.png"> | <img src="/assets/images/models/2022/Full Preset.png"> |
| Grian | Dream |
| <img src="https://placehold.co/1920x1080"> | <img src="https://placehold.co/1920x1080"> |
| Example | Example |
## Example
|--------------------------------------------------|:-------------------------------------------------------:|
| <img src="https://placehold.co/1920x1080"> | <img src="https://placehold.co/1920x1080"> |
| Example | Example |
</div>

View file

@ -1,7 +0,0 @@
---
layout: document
title: Thank You
permalink: /contact/thanks/
---
<i class="fa-duotone fa-circle-check"></i> Thank you for contacting me, I'll try to get back to you when I can.

25
assets/css/master.css Normal file → Executable file
View file

@ -1,12 +1,12 @@
:root {
--blue: #425a86;
--blue-light: #6d9eeb;
--blue-light-hover: #a1bae2;
--theme: #42866d;
--theme-light: #4c954e;
--theme-light-hover: #80c786;
--max-width: clamp(0px, calc(100% - 50px), 1280px);
}
a {
color: var(--blue-light);
color: var(--theme-light);
text-decoration: none;
}
img {
@ -18,7 +18,7 @@ video {
width: 100%;
}
button {
background: var(--blue-light);
background: var(--theme-light);
color: white;
border-radius: 4px;
border: none;
@ -27,13 +27,13 @@ button {
transition: 0.3s background;
}
button:hover {
background: var(--blue-light-hover);
background: var(--theme-light-hover);
}
#highlight {
color: var(--blue-light);
color: var(--theme-light);
}
::selection {
background-color: var(--blue-light);
background-color: var(--theme-light);
color: inherit;
}
@ -48,7 +48,7 @@ body {
#footer {
display: grid;
grid-template-columns: 50% 50%;
background: var(--blue);
background: var(--theme);
color: white;
padding: 0px 100%;
left: 50%;
@ -97,7 +97,7 @@ hb {
transition: 0.3s background;
}
.menu a:hover {
background: var(--blue-light-hover);
background: var(--theme-light-hover);
cursor: pointer;
}
.socials a {
@ -112,7 +112,6 @@ banner img {
width: 100%;
height: 200px;
object-fit: cover;
object-position: 0px -240px;
opacity: 0.2;
filter: saturate(0);
/* transition: 2s object-position;
@ -126,7 +125,7 @@ banner::before {
width: 100%;
height: 200px;
opacity: 1;
background: var(--blue);
background: var(--theme);
z-index: -2;
}
@ -153,7 +152,7 @@ banner::before {
transition: 0.3s border-color, 0.3s background;
}
#extra-menu button:hover {
background: var(--blue-light-hover);
background: var(--theme-light-hover);
}
#extra-placeholder {
margin-top: 260px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,008 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 908 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 872 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 843 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 759 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 844 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

2
assets/js/scroll-header.js Normal file → Executable file
View file

@ -13,6 +13,6 @@ function headerScroll() {
document.querySelector('hb').style.backgroundColor = 'transparent';
}
if (scrollTop > 130 && scrollTop < 5000) {
document.querySelector('hb').style.backgroundColor = 'var(--blue)';
document.querySelector('hb').style.backgroundColor = 'var(--theme)';
}
}

0
assets/js/tab-switcher.js Normal file → Executable file
View file

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
services:
jekyll:
image: bretfisher/jekyll-serve
volumes:
- .:/site
ports:
- '6075:4000'