parent
9961915c8c
commit
7e48768e36
@ -1,25 +1,3 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<link rel="stylesheet" href="/global.css"> |
||||
<link rel="stylesheet" href="/color.css"> |
||||
<link rel="stylesheet" href="/blockstart.css"> |
||||
<title>ZedShaw's Game Thing</title> |
||||
</head> |
||||
<blockstart> |
||||
|
||||
|
||||
<body> |
||||
<header> |
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span> |
||||
</header> |
||||
|
||||
<blockstart> |
||||
|
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
</blockstart> |
||||
|
@ -1,26 +1,4 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<link rel="stylesheet" href="/global.css"> |
||||
<link rel="stylesheet" href="/color.css"> |
||||
<link rel="stylesheet" href="/blockstart.css"> |
||||
<title>ZedShaw's Game Thing</title> |
||||
</head> |
||||
|
||||
|
||||
<body> |
||||
<header> |
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span> |
||||
</header> |
||||
|
||||
<blockstart> |
||||
<h1>ERROR</h1> |
||||
<p>You have an error.</p> |
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
<blockstart> |
||||
<h1>ERROR</h1> |
||||
<p>You have an error.</p> |
||||
</blockstart> |
||||
|
@ -1,61 +1,39 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<link rel="stylesheet" href="/global.css"> |
||||
<link rel="stylesheet" href="/color.css"> |
||||
<link rel="stylesheet" href="/blockstart.css"> |
||||
<title>ZedShaw's Game Thing</title> |
||||
<script defer src="/js/alpine.js"></script> |
||||
<script src="/js/code.js"></script> |
||||
<script> |
||||
let req = new GetJson("/api/game/1/index.json"); |
||||
</script> |
||||
</head> |
||||
|
||||
<body x-init="Game = await req.theData()" x-data="{Game: {}}"> |
||||
<header> |
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span> |
||||
</header> |
||||
|
||||
<blockstart> |
||||
<shape style="--w: 100%; --h: 300px">Gameplay Demo Video</shape> |
||||
|
||||
<block style="--value: 7"> |
||||
<h1 x-text="Game.title">Title</h1> |
||||
|
||||
<block class="horizontal"> |
||||
<shape style="--w: 200px; --h: 200px;">Some Image</shape> |
||||
|
||||
<p x-text="Game.description">Description</p> |
||||
</block> |
||||
</block> |
||||
|
||||
|
||||
<block> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block style="--value: 7;"> |
||||
<h2>Current Status</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block> |
||||
<h2>Planned Work</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block style="--value: 2; --text: 9"> |
||||
<h2>Read The Code</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
<button><a href="https://git.learnjsthehardway.com/learn-code-the-hard-way/turings-tarpit">View the Git</a></button> |
||||
</block> |
||||
|
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
<script> |
||||
let req = new GetJson("/api/game/1/index.json"); |
||||
</script> |
||||
|
||||
<blockstart> |
||||
<shape style="--w: 100%; --h: 300px">Gameplay Demo Video</shape> |
||||
|
||||
<block style="--value: 7"> |
||||
<h1 x-text="Game.title">Title</h1> |
||||
|
||||
<block class="horizontal"> |
||||
<shape style="--w: 200px; --h: 200px;">Some Image</shape> |
||||
|
||||
<p x-text="Game.description">Description</p> |
||||
</block> |
||||
</block> |
||||
|
||||
|
||||
<block> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block style="--value: 7;"> |
||||
<h2>Current Status</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block> |
||||
<h2>Planned Work</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block style="--value: 2; --text: 9"> |
||||
<h2>Read The Code</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
<button><a href="https://git.learnjsthehardway.com/learn-code-the-hard-way/turings-tarpit">View the Git</a></button> |
||||
</block> |
||||
|
||||
</blockstart> |
||||
|
@ -1,76 +1,30 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<link rel="stylesheet" href="/global.css"> |
||||
<link rel="stylesheet" href="/color.css"> |
||||
<link rel="stylesheet" href="/blockstart.css"> |
||||
<title>ZedShaw's Game Thing</title> |
||||
<script defer src="/js/alpine.js"></script> |
||||
<script src="/js/code.js"></script> |
||||
<script> |
||||
let Games = new GetJson("/api/game/index.json"); |
||||
</script> |
||||
</head> |
||||
|
||||
<body> |
||||
<header> |
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span> |
||||
</header> |
||||
|
||||
<blockstart> |
||||
<block style="--w: 100%; --value: 7"> |
||||
<h1>Zed's Trash Ass Games</h1> |
||||
|
||||
<p>More fun than a barrel full of monkeys with syphilus. |
||||
</p> |
||||
</block> |
||||
|
||||
<hr/> |
||||
<grid x-data="Games" style="--cols: 2"> |
||||
<template x-for="item in theData"> |
||||
<shape style="--h: 200px"><a x-text="item.title" x-bind:href="item.url"></a></shape> |
||||
</template> |
||||
</grid> |
||||
|
||||
<block style="--value: 7"> |
||||
<grid style="--cols: 2"> |
||||
<shape>Left Image</shape> |
||||
<div> |
||||
<h2>Checkout my Git</h2> |
||||
<p>I put al of my code online for people to read and study. 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> |
||||
|
||||
<a href="https://git.learnjsthehardway.com"><button style="--value: 2; --text: 9">View my Git</button></a> |
||||
</div> |
||||
</grid> |
||||
</block> |
||||
|
||||
|
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
x DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block> |
||||
<h2>Planned Work</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block style="--value: 2; --text: 9"> |
||||
<h2>Read The Code</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
<button><a href="https://git.learnjsthehardway.com/learn-code-the-hard-way/turings-tarpit">View the Git</a></button> |
||||
</block> |
||||
|
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
<script> |
||||
let Games = new GetJson("/api/game/index.json"); |
||||
</script> |
||||
<blockstart> |
||||
<block style="--w: 100%; --value: 7"> |
||||
<h1>Zed's Trash Ass Games</h1> |
||||
|
||||
<p>More fun than a barrel full of monkeys with syphilus. |
||||
</p> |
||||
</block> |
||||
|
||||
<hr/> |
||||
<grid x-data="Games" style="--cols: 2"> |
||||
<template x-for="item in theData"> |
||||
<shape style="--h: 200px"><a x-text="item.title" x-bind:href="item.url"></a></shape> |
||||
</template> |
||||
</grid> |
||||
|
||||
<block> |
||||
<h2>Planned Work</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block style="--value: 2; --text: 9"> |
||||
<h2>Read The Code</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
<button><a href="https://git.learnjsthehardway.com/learn-code-the-hard-way/turings-tarpit">View the Git</a></button> |
||||
</block> |
||||
|
||||
</blockstart> |
||||
|
@ -0,0 +1,23 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<link rel="stylesheet" href="/global.css"> |
||||
<link rel="stylesheet" href="/color.css"> |
||||
<link rel="stylesheet" href="/blockstart.css"> |
||||
<script defer src="/js/alpine.js"></script> |
||||
<script src="/js/code.js"></script> |
||||
<title>ZedShaw.games</title> |
||||
</head> |
||||
<body data-testid="{{.PageId}}"> |
||||
<header> |
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span> |
||||
</header> |
||||
|
||||
{{embed}} |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
@ -1,57 +1,37 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<link rel="stylesheet" href="/global.css"> |
||||
<link rel="stylesheet" href="/color.css"> |
||||
<link rel="stylesheet" href="/blockstart.css"> |
||||
<title>ZedShaw's Game Thing</title> |
||||
<script defer src="/js/alpine.js"></script> |
||||
<script src="/js/code.js"></script> |
||||
<script> |
||||
let req = new GetJson("/api/stream/1"); |
||||
let link_req = new GetJson("/api/stream/1/links"); |
||||
</script> |
||||
</head> |
||||
<script> |
||||
let req = new GetJson("/api/stream/1"); |
||||
let link_req = new GetJson("/api/stream/1/links"); |
||||
</script> |
||||
|
||||
<body x-init="Stream = await req.theData()" x-data="{Stream: {}}"> |
||||
<header> |
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span> |
||||
</header> |
||||
<div x-init="Stream = await req.theData()" x-data="{Stream: {}}"> |
||||
<blockstart> |
||||
|
||||
<blockstart> |
||||
<shape style="--w: 100%; --h: 350px"> |
||||
Stream Viewer |
||||
</shape> |
||||
|
||||
<shape style="--w: 100%; --h: 350px"> |
||||
Stream Viewer |
||||
</shape> |
||||
<block> |
||||
<h2>Links Found in Chat</h2> |
||||
<ul x-init="links = await link_req.theData()" x-data="{links: {}}"> |
||||
<template x-for="item in links"> |
||||
<li><a x-text="item.description" x-bind:href="item.url"></a></li> |
||||
</template> |
||||
</ul> |
||||
</block> |
||||
|
||||
<block> |
||||
<h2>Links Found in Chat</h2> |
||||
<ul x-init="links = await link_req.theData()" x-data="{links: {}}"> |
||||
<template x-for="item in links"> |
||||
<li><a x-text="item.description" x-bind:href="item.url"></a></li> |
||||
</template> |
||||
</ul> |
||||
</block> |
||||
<form action="/api/link" method="POST"> |
||||
<card> |
||||
<top>Submit a Link</top> |
||||
<middle> |
||||
<input name="stream_id" type="hidden" value="1"> |
||||
<input name="url" type="text" placeholder="Link Url"> |
||||
<input name="description" type="text" placeholder="Description"> |
||||
</middle> |
||||
</card> |
||||
<buttons> |
||||
<button type="submit">Send It</button> |
||||
</buttons> |
||||
</form> |
||||
|
||||
<form action="/api/link" method="POST"> |
||||
<card> |
||||
<top>Submit a Link</top> |
||||
<middle> |
||||
<input name="stream_id" type="hidden" value="1"> |
||||
<input name="url" type="text" placeholder="Link Url"> |
||||
<input name="description" type="text" placeholder="Description"> |
||||
</middle> |
||||
</card> |
||||
<buttons> |
||||
<button type="submit">Send It</button> |
||||
</buttons> |
||||
</form> |
||||
|
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
</blockstart> |
||||
</div> |
||||
|
@ -1,44 +1,23 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<link rel="stylesheet" href="/global.css"> |
||||
<link rel="stylesheet" href="/color.css"> |
||||
<link rel="stylesheet" href="/blockstart.css"> |
||||
<title>ZedShaw's Game Thing</title> |
||||
</head> |
||||
|
||||
<body data-testid="login-page"> |
||||
<header> |
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span> |
||||
</header> |
||||
|
||||
<blockstart style="min-height: 90vw"> |
||||
<h1>Login</h1> |
||||
<block class="center-self" style="--w: 500px; --h: 500px;"> |
||||
<form action="/api/login" method="POST"> |
||||
<card> |
||||
<top><h2 style="color: white">Login</h2></top> |
||||
<middle> |
||||
<label for="username">Username</label> |
||||
<input id="username" name="username" placeholder="Username" type="text"> |
||||
<label for="password">Password</label> |
||||
<input id="password" name="password" placeholder="Password" type="password"> |
||||
</middle> |
||||
<bottom> |
||||
<button-group> |
||||
<button type="button">Cancel</button> |
||||
<button id="login-submit" type="submit">Login</button> |
||||
</button-group> |
||||
</bottom> |
||||
</card> |
||||
</form> |
||||
<div class="center"><a href="/register/">Need an account? Click to Register.</a></div> |
||||
</block> |
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
<blockstart style="min-height: 90vw"> |
||||
<h1>Login</h1> |
||||
<block class="center-self" style="--w: 500px; --h: 500px;"> |
||||
<form action="/api/login" method="POST"> |
||||
<card> |
||||
<top><h2 style="color: white">Login</h2></top> |
||||
<middle> |
||||
<label for="username">Username</label> |
||||
<input id="username" name="username" placeholder="Username" type="text"> |
||||
<label for="password">Password</label> |
||||
<input id="password" name="password" placeholder="Password" type="password"> |
||||
</middle> |
||||
<bottom> |
||||
<button-group> |
||||
<button type="button">Cancel</button> |
||||
<button id="login-submit" type="submit">Login</button> |
||||
</button-group> |
||||
</bottom> |
||||
</card> |
||||
</form> |
||||
<div class="center"><a href="/register/">Need an account? Click to Register.</a></div> |
||||
</block> |
||||
</blockstart> |
||||
|
@ -1,46 +1,25 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<link rel="stylesheet" href="/global.css"> |
||||
<link rel="stylesheet" href="/color.css"> |
||||
<link rel="stylesheet" href="/blockstart.css"> |
||||
<title>ZedShaw's Game Thing</title> |
||||
</head> |
||||
|
||||
<body data-testid="register-page"> |
||||
<header> |
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span> |
||||
</header> |
||||
|
||||
<blockstart style="min-height: 90vw"> |
||||
<h1>Login</h1> |
||||
<block class="center-self" style="--w: 500px; --h: 500px;"> |
||||
<form action="/api/register" method="POST"> |
||||
<card> |
||||
<top><h2 style="color: white">Register</h2></top> |
||||
<middle> |
||||
<label for="username">Username</label> |
||||
<input id="username" name="username" placeholder="Username" type="text"> |
||||
<label for="email">Email</label> |
||||
<input id="email" name="email" placeholder="Email" type="text"> |
||||
<label for="password">Password</label> |
||||
<input id="password" name="password" placeholder="Password" type="password"> |
||||
</middle> |
||||
<bottom> |
||||
<button-group> |
||||
<button type="button">Cancel</button> |
||||
<button id="register-submit" type="submit">Register</button> |
||||
</button-group> |
||||
</bottom> |
||||
</card> |
||||
</form> |
||||
<div class="center"><a href="/login/">Have an account? Click to Login.</a></div> |
||||
</block> |
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
<blockstart style="min-height: 90vw"> |
||||
<h1>Login</h1> |
||||
<block class="center-self" style="--w: 500px; --h: 500px;"> |
||||
<form action="/api/register" method="POST"> |
||||
<card> |
||||
<top><h2 style="color: white">Register</h2></top> |
||||
<middle> |
||||
<label for="username">Username</label> |
||||
<input id="username" name="username" placeholder="Username" type="text"> |
||||
<label for="email">Email</label> |
||||
<input id="email" name="email" placeholder="Email" type="text"> |
||||
<label for="password">Password</label> |
||||
<input id="password" name="password" placeholder="Password" type="password"> |
||||
</middle> |
||||
<bottom> |
||||
<button-group> |
||||
<button type="button">Cancel</button> |
||||
<button id="register-submit" type="submit">Register</button> |
||||
</button-group> |
||||
</bottom> |
||||
</card> |
||||
</form> |
||||
<div class="center"><a href="/login/">Have an account? Click to Login.</a></div> |
||||
</block> |
||||
</blockstart> |
||||
|
@ -1,81 +1,61 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<link rel="stylesheet" href="/global.css"> |
||||
<link rel="stylesheet" href="/color.css"> |
||||
<link rel="stylesheet" href="/blockstart.css"> |
||||
<title>ZedShaw's Game Thing</title> |
||||
<script defer src="/js/alpine.js"></script> |
||||
<script src="/js/code.js"></script> |
||||
<script> |
||||
let req = new GetJson("/api/stream/1"); |
||||
let link_req = new GetJson("/api/stream/1/links"); |
||||
</script> |
||||
</head> |
||||
<script> |
||||
let req = new GetJson("/api/stream/1"); |
||||
let link_req = new GetJson("/api/stream/1/links"); |
||||
</script> |
||||
|
||||
<body x-init="Stream = await req.theData()" x-data="{Stream: {}}"> |
||||
<header> |
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span> |
||||
</header> |
||||
<div x-init="Stream = await req.theData()" x-data="{Stream: {}}"> |
||||
<blockstart> |
||||
|
||||
<blockstart> |
||||
<block style="--value: 7"> |
||||
<h1 x-text="Stream.title"></h1> |
||||
|
||||
<block style="--value: 7"> |
||||
<h1 x-text="Stream.title"></h1> |
||||
<div> |
||||
<p x-text="Stream.description"></p> |
||||
</div> |
||||
</block> |
||||
|
||||
<div> |
||||
<p x-text="Stream.description"></p> |
||||
</div> |
||||
</block> |
||||
<block> |
||||
<p>Qui animated corpse, cricket bat max brucks terribilem incessu zomby. The voodoo sacerdos flesh eater, suscitat mortuos comedere carnem virus. Zonbi tattered for solum oculi eorum defunctis go lum cerebro. Nescio brains an Undead zombies. Sicut malus putrid voodoo horror.</p> |
||||
</block> |
||||
|
||||
<block> |
||||
<p>Qui animated corpse, cricket bat max brucks terribilem incessu zomby. The voodoo sacerdos flesh eater, suscitat mortuos comedere carnem virus. Zonbi tattered for solum oculi eorum defunctis go lum cerebro. Nescio brains an Undead zombies. Sicut malus putrid voodoo horror.</p> |
||||
</block> |
||||
<block> |
||||
<h2>Links Posted</h2> |
||||
|
||||
<block> |
||||
<h2>Links Posted</h2> |
||||
<ul x-init="links = await link_req.theData()" x-data="{links: {}}"> |
||||
<template x-for="item in links"> |
||||
<li><a x-text="item.description" x-bind:href="item.url"></a></li> |
||||
</template> |
||||
</ul> |
||||
</block> |
||||
|
||||
<ul x-init="links = await link_req.theData()" x-data="{links: {}}"> |
||||
<template x-for="item in links"> |
||||
<li><a x-text="item.description" x-bind:href="item.url"></a></li> |
||||
</template> |
||||
</ul> |
||||
</block> |
||||
<block style="--value: 7; --border: 1px;" class="horizontal"> |
||||
<grid style="--cols: 2"> |
||||
<shape>Left Image</shape> |
||||
<div> |
||||
<h3>I stream on Twitch.</h3> |
||||
|
||||
<block style="--value: 7; --border: 1px;" class="horizontal"> |
||||
<grid style="--cols: 2"> |
||||
<shape>Left Image</shape> |
||||
<div> |
||||
<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> |
||||
|
||||
<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> |
||||
<a href="https://twitch.tv/zedashaw"><button style="--value: 2; --text: 9">Watch me on Twitch</button></a> |
||||
</div> |
||||
</grid> |
||||
</block> |
||||
|
||||
<a href="https://twitch.tv/zedashaw"><button style="--value: 2; --text: 9">Watch me on Twitch</button></a> |
||||
</div> |
||||
</grid> |
||||
</block> |
||||
</blockstart> |
||||
|
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
i poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block style="--value: 2; --text: 9"> |
||||
<h2>Read The Code</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
<button><a href="https://git.learnjsthehardway.com/learn-code-the-hard-way/turings-tarpit">View the Git</a></button> |
||||
</block> |
||||
</block> |
||||
|
||||
</blockstart> |
||||
<block style="--value: 2; --text: 9"> |
||||
<h2>Read The Code</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
<button><a href="https://git.learnjsthehardway.com/learn-code-the-hard-way/turings-tarpit">View the Git</a></button> |
||||
</block> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
</blockstart> |
||||
</div> |
||||
|
@ -1,68 +1,23 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<link rel="stylesheet" href="/global.css"> |
||||
<link rel="stylesheet" href="/color.css"> |
||||
<link rel="stylesheet" href="/blockstart.css"> |
||||
<title>ZedShaw's Game Thing</title> |
||||
<script defer src="/js/alpine.js"></script> |
||||
<script src="/js/code.js"></script> |
||||
<script> |
||||
let Streams = new GetJson("/api/stream/"); |
||||
</script> |
||||
</head> |
||||
|
||||
|
||||
<body> |
||||
<header> |
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span> |
||||
</header> |
||||
|
||||
<blockstart> |
||||
<block style="--value: 7"> |
||||
<h1 id="streams-title">Past Streams</h1> |
||||
<p>This is where you can checkout information we dropped in a past stream. Did I post a link and you need to remember it? Did someone in chat mention something? Here's where you find it.</p> |
||||
</block> |
||||
|
||||
<block x-data="Streams"> |
||||
<template x-for="item in theData"> |
||||
<stream class="horizontal"> |
||||
<shape style="--w: 100px; --h: 100px">Stream Thumbnail</shape> |
||||
<info> |
||||
<date x-text="item.date"></date> |
||||
<p x-text="item.description"></p> |
||||
<a style="text-align: right" x-bind:href="'/stream/' + item.id + '/'">View This Stream</a> |
||||
</info> |
||||
</stream> |
||||
</template> |
||||
</block> |
||||
|
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
ral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block> |
||||
<h2>Planned Work</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
</block> |
||||
|
||||
<block style="--value: 2; --text: 9"> |
||||
<h2>Read The Code</h2> |
||||
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> |
||||
<button><a href="https://git.learnjsthehardway.com/learn-code-the-hard-way/turings-tarpit">View the Git</a></button> |
||||
</block> |
||||
|
||||
</blockstart> |
||||
|
||||
<footer> |
||||
<h1>Footer</h1> |
||||
</footer> |
||||
</body> |
||||
</html> |
||||
<script> |
||||
let Streams = new GetJson("/api/stream/"); |
||||
</script> |
||||
|
||||
<blockstart> |
||||
<block style="--value: 7"> |
||||
<h1 id="streams-title">Past Streams</h1> |
||||
<p>This is where you can checkout information we dropped in a past stream. Did I post a link and you need to remember it? Did someone in chat mention something? Here's where you find it.</p> |
||||
</block> |
||||
|
||||
<block x-data="Streams"> |
||||
<template x-for="item in theData"> |
||||
<stream class="horizontal"> |
||||
<shape style="--w: 100px; --h: 100px">Stream Thumbnail</shape> |
||||
<info> |
||||
<date x-text="item.date"></date> |
||||
<p x-text="item.description"></p> |
||||
<a style="text-align: right" x-bind:href="'/stream/' + item.id + '/'">View This Stream</a> |
||||
</info> |
||||
</stream> |
||||
</template> |
||||
</block> |
||||
</blockstart> |
||||
|
Loading…
Reference in new issue