Landing page is looking good, now for the live page.
This commit is contained in:
parent
faaa5df187
commit
29a4957a55
4 changed files with 85 additions and 29 deletions
|
|
@ -1,9 +1,7 @@
|
|||
<h1>Zed's Game Dev Website</h1>
|
||||
<script src="https://player.twitch.tv/js/embed/v1.js"></script>
|
||||
|
||||
<div class="flex flex-col flex-start">
|
||||
<shape id="twitch-player" class="video bg-gray-950! font-bold gap-8">
|
||||
</shape>
|
||||
<div id="twitch-player" class="w-full aspect-video">
|
||||
</div>
|
||||
|
||||
<aside data-testid="clickblock">
|
||||
|
|
@ -13,7 +11,7 @@
|
|||
<block>
|
||||
<grid class="two-panel">
|
||||
<img src="/images/buckaroo_bonzai.png" />
|
||||
<block>
|
||||
<block class="center-vertical">
|
||||
<h3>I stream on Twitch.</h3>
|
||||
|
||||
<p>I stream every day at 10AM/10PM EST time. 60% of the time it's a chill laid back stream with only programming and a bit of talking about programming. 30% of the time it's art for games I'm making. 10% of the time it's games I'm playing.</p>
|
||||
|
|
@ -29,7 +27,7 @@
|
|||
|
||||
<block>
|
||||
<grid class="two-panel">
|
||||
<block>
|
||||
<block class="center-vertical">
|
||||
<h2>Play My Games</h2>
|
||||
<p>Are you a fan of retro styled jank but fun games? Me too, so here's my games I've made with that theme. Think "it's the late 80s and nobody knows how to make a game" when you play these and you'll enjoy every minute of it. Hopefully.</p>
|
||||
|
||||
|
|
@ -47,7 +45,7 @@
|
|||
<block>
|
||||
<grid class="two-panel">
|
||||
<img src="/images/vim_window_clip.jpg" />
|
||||
<block>
|
||||
<block class="center-vertical">
|
||||
<h2>Checkout my Git</h2>
|
||||
<p>If you're curious about the code behind my games or anything else I make then take a look at my git. It's like a buffet of half-finished genius.</p>
|
||||
|
||||
|
|
@ -64,7 +62,7 @@
|
|||
|
||||
<block>
|
||||
<grid class="two-panel">
|
||||
<block>
|
||||
<block class="center-vertical">
|
||||
<h2>I Like to Paint</h2>
|
||||
<p>All of the art in my games is original paintings that I process with a bunch of jank imagemagick scripts to give it that "80s/90s retro" look. I frequently do paintings live on Twitch, and I post most of the art here as well.</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue