This commit is contained in:
parent
55471fd67c
commit
e978d5fa53
2 changed files with 17 additions and 9 deletions
|
@ -133,18 +133,25 @@
|
||||||
</fill:description>
|
</fill:description>
|
||||||
</x-project>
|
</x-project>
|
||||||
<x-project img="/assets/simulo.svg" href="https://github.com/richgrov/simulo" onclick="spaghetti()"
|
<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:title># Simulo</fill:title>
|
||||||
<fill:subtitle>
|
<fill:subtitle>
|
||||||
## Roblox for the real world!
|
## Roblox for the real world!
|
||||||
#### (what could go wrong?)
|
#### (what could go wrong?)
|
||||||
</fill:subtitle>
|
</fill:subtitle>
|
||||||
<fill:description>
|
<fill:description>
|
||||||
<markdown>
|
<div style="font-family: monospace;">
|
||||||
Bring your IRL game ideas to life with **Simulo**! It's like using the *Earth* as your game engine! You
|
<markdown>
|
||||||
don't even need to learn Lua to get started, instead, just describe your game to the engine and watch it
|
Are you a hot sweaty gamer looking to get hot and sweaty but in a good way? Bring your IRL game ideas to
|
||||||
come to life!
|
life
|
||||||
</markdown>
|
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>
|
</fill:description>
|
||||||
</x-project>
|
</x-project>
|
||||||
<x-project svg="assets/c0re.svg" href="https://c0re.com">
|
<x-project svg="assets/c0re.svg" href="https://c0re.com">
|
||||||
|
|
|
@ -5,11 +5,12 @@
|
||||||
text: props.text || '',
|
text: props.text || '',
|
||||||
href: props.href || '/',
|
href: props.href || '/',
|
||||||
onclick: props.onclick || '',
|
onclick: props.onclick || '',
|
||||||
titlestyle: 'min-width: 275px;' + (props.titlestyle || '')
|
titlestyle: 'min-width: 275px;' + (props.titlestyle || ''),
|
||||||
|
headerstyle: props.headerstyle || '',
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<div class="project">
|
<div class="project">
|
||||||
<div class="project-title" style={{titlestyle}}>
|
<div class="project-title" style="{{titlestyle}}">
|
||||||
<a href="{{href}}" target="_blank">
|
<a href="{{href}}" target="_blank">
|
||||||
<if condition="img != ''">
|
<if condition="img != ''">
|
||||||
<img class="figure" src="{{img}}">
|
<img class="figure" src="{{img}}">
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<div onclick="{{onclick}}">
|
<div onclick="{{onclick}}" style="{{headerstyle}}">
|
||||||
<markdown>
|
<markdown>
|
||||||
<slot:subtitle />
|
<slot:subtitle />
|
||||||
</markdown>
|
</markdown>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue