Compare commits

..

10 Commits

Author SHA1 Message Date
a7e67503e5 Merge pull request 'Adding a description' (#4) from develop into main
Reviewed-on: #4
2026-01-17 01:00:13 +00:00
298233e9f6 Adding a description 2026-01-16 18:59:42 -06:00
92d3899de7 Merge pull request 'Update critterfolio apk, again' (#3) from develop into main
Reviewed-on: #3
2026-01-09 05:27:49 +00:00
1e783f8042 Update critterfolio apk, again 2026-01-08 23:26:49 -06:00
2ac913a9b9 Merge pull request 'update critterfolio apk' (#2) from develop into main
Reviewed-on: #2
2026-01-08 23:04:34 +00:00
8c0e4ad208 update critterfolio apk 2026-01-08 17:03:38 -06:00
c57f8d82ca Merge pull request 'added critterfolio page' (#1) from develop into main
Reviewed-on: #1
2026-01-08 22:52:45 +00:00
a6e20035c6 added critterfolio page 2026-01-08 16:50:56 -06:00
Spudnut2000
1d7144640e testing webhook 2025-06-20 22:56:59 -05:00
Spudnut2000
eb0e0125bc fixed stars description 2025-06-20 22:54:21 -05:00
5 changed files with 130 additions and 2 deletions

Binary file not shown.

BIN
critterfolio/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

56
critterfolio/icon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 269 KiB

70
critterfolio/index.html Normal file
View File

@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Critterfolio</title>
<link rel="icon" href="icon.svg">
<style>
body {
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.container {
text-align: center;
padding: 2rem;
max-width: 400px;
width: 90%;
}
.logo {
width: 200px;
height: auto;
margin-bottom: 1.5rem;
}
h1 {
font-size: 3rem;
margin-bottom: 2rem;
font-weight: 700;
}
h2 {
font-size: 2rem;
margin-bottom: 2rem;
font-weight: 500;
}
.download-button {
display: inline-block;
background-color: #007AFF;
color: white;
padding: 12px 24px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: background-color 0.2s ease;
}
.download-button:hover {
background-color: #005ecb;
}
</style>
</head>
<body>
<div class="container">
<h1>CritterFolio</h1>
<img src="icon.svg" alt="Critterfolio Logo" class="logo">
<h3>A simple application for managing all of your critters!</h3>
<h2>Downloads</h1>
<a href="critterfolio.apk" class="download-button">Download for Android</a>
</div>
</body>
</html>

View File

@@ -47,6 +47,8 @@
<h2>About Me</h2>
<p>Hi! I'm Chris Bell. I am a programmer, musician, and nerd. My passion has been Game Development for over 5 years, using Unreal Engine, Unity, and Godot. I am currently a full-time Unity developer, but have knowledge in C/C++, C#, Java, HTML/CSS, and a few other languages. Most of my projects can be found on my <a class="hexlink" href="https://git.bellsworne.tech/chrisbell">Gitea site</a>.</p>
<br>
<p>
HexStudios is mostly just my personal portfolio, but I am also the founder and CEO of <a class="hexlink" href="https://bellsworne.com">Bellsworne LLC</a>.
Bellsworne has multiple sub-sections like <a class="hexlink" href="https://bellsworne.tech">Bellsworne Tech</a>,
@@ -86,7 +88,7 @@
<div class="project-card">
<a class="hexlink" href="dev/stars">Stars</a>
<p>A game made in 72 hours for the Minijam #150: Magic game jam. Made in Godot</p>
<p>A fun little star generator thing. Made in plain JS.</p>
<img src="res/stars.png" />
</div>