Adjust Simulo tile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-09 08:39:47 -06:00
parent 55471fd67c
commit e978d5fa53
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 17 additions and 9 deletions

View file

@ -133,18 +133,25 @@
</fill:description>
</x-project>
<x-project img="/assets/simulo.svg" href="https://github.com/richgrov/simulo" onclick="spaghetti()"
class="project-alt" style="font-family: 'Apex Mk2'">
class="project-alt" titlestyle="font-family: 'Apex Mk2'" headerstyle="font-family: 'Apex Mk2'">
<fill:title># Simulo</fill:title>
<fill:subtitle>
## Roblox for the real world!
#### (what could go wrong?)
</fill:subtitle>
<fill:description>
<markdown>
Bring your IRL game ideas to life with **Simulo**! It's like using the *Earth* as your game engine! You
don't even need to learn Lua to get started, instead, just describe your game to the engine and watch it
come to life!
</markdown>
<div style="font-family: monospace;">
<markdown>
Are you a hot sweaty gamer looking to get hot and sweaty but in a good way? Bring your IRL game ideas to
life
with **Simulo**! It's like using the *Earth* as your game engine! You
don't even need to learn Lua to get started, instead, just describe your game to the engine and watch it
come to life!
Simulo is the most accessible game engine by a longshot, you just need a $600 laser projector and a
MacBook or Linux machine! Anyone can use Simulo.
</markdown>
</div>
</fill:description>
</x-project>
<x-project svg="assets/c0re.svg" href="https://c0re.com">

View file

@ -5,11 +5,12 @@
text: props.text || '',
href: props.href || '/',
onclick: props.onclick || '',
titlestyle: 'min-width: 275px;' + (props.titlestyle || '')
titlestyle: 'min-width: 275px;' + (props.titlestyle || ''),
headerstyle: props.headerstyle || '',
}
</script>
<div class="project">
<div class="project-title" style={{titlestyle}}>
<div class="project-title" style="{{titlestyle}}">
<a href="{{href}}" target="_blank">
<if condition="img != ''">
<img class="figure" src="{{img}}">
@ -28,7 +29,7 @@
</a>
</div>
<div class="description">
<div onclick="{{onclick}}">
<div onclick="{{onclick}}" style="{{headerstyle}}">
<markdown>
<slot:subtitle />
</markdown>