plan98

get the paper pocket and the new resume online

+21 -19
+11 -17
client/public/cdn/tylerchilds.com/index.html
··· 419 419 Ty<span class="fade">ler</span> Chi<span class="fade">lds</span> 420 420 </h1> 421 421 <p class="contact"> 422 - <a href="mailto:email@tychi.me">email@tychi.me</a> 422 + <a href="mailto:t@plan98.org">email@tychi.me</a> 423 423 <br/> 424 424 <strong>Product Engineer / Platform Architect</strong> 425 425 <br/> 426 - Unix, JavaScript, TypeScript, React (class/func/hooks), Design Systems 426 + JavaScript, POSIX, generalist technologist, user experience specialist 427 427 </p> 428 428 </div> 429 429 <div style="width: 128px"> 430 - <qr-code data-fg="black" data-bg="white" text="https://tylerchilds.com"></qr-code> 430 + <qr-code data-fg="black" data-bg="white" text="https://plan98.org"></qr-code> 431 431 </div> 432 432 </header> 433 433 434 434 <section data-view="paper"> 435 435 <h2 class="headline"> 436 - CTO/Co-Founder - (<a href="https://hivelabworks.com" target="_blank">HiveLabworks.com</a>) 2024 - Current 436 + Solo-Founder (Engineer) - (<a href="https://plan98.org" target="_blank">Plan98</a>) 2022 - Current 437 437 </h2> 438 438 <ul> 439 439 <li> 440 - Tailored platform solutions and services for any product development stage or size 440 + Self-Published Plan98: a platform for publishing playful and practical products to The Platform 441 441 </li> 442 442 <li> 443 - Consulted on business development and go-to-market strategies through the technical lens 443 + HiveLabworks.com: Co-founded a consult-agency specializing in digital transformations 444 444 </li> 445 - </ul> 446 - 447 - <h2 class="headline"> 448 - Founder, Owner, Operator, Liason - (<a href="https://sillyz.computer" target="_blank">Sillyz.Computer</a>) 2022 - Current 449 - </h2> 450 - <ul> 451 445 <li> 452 - Created a cross-platform, remixable edutainment video game console and PC OS kernel 446 + Sillyz.Computer: Created a cross-platform, re-mixable edu-tainment video game console kernel 453 447 </li> 454 448 <li> 455 - Crafted a curriculum to navigate from minimal literacy through digital proficiency 449 + TheLanding.Page: a marketplace where buyers and sellers own their transactions 456 450 </li> 457 451 <li> 458 - Collaborated with standards participants on deep-tech communications research 452 + White-labeled Plan98 to pilot projects to prove concepts to minimum viability 459 453 </li> 460 454 </ul> 461 455 </section> ··· 524 518 </h2> 525 519 <ul> 526 520 <li> 527 - Produced various hypermedia blogs, sites, apps, systems, podcasts, and promotionals 521 + Produced and marketed various hypermedia content: blogs, sites, apps, libraries, platforms 528 522 </li> 529 523 <li> 530 - Connected with innovators through social and standards bodies (dweb, ietf, w3c, idga, midi) 524 + Collaborated with innovators through social and standards bodies (dweb, ietf, w3c, idga, midi) 531 525 </li> 532 526 </ul> 533 527 </section>
+1 -1
client/public/elves/paper-pocket.js
··· 454 454 function startMode() { 455 455 return localStorage.getItem('paper-pocket/tutorialComplete') === "true" 456 456 ? modes.game 457 - : modes.tutorial 457 + : modes.game //modes.tutorial 458 458 } 459 459 460 460 export function getFontSizeOptions() {
+9 -1
client/public/main.js
··· 26 26 style.setAttribute('rel', `stylesheet`) 27 27 document.head.appendChild(style) 28 28 29 + const missingContent = doingBusinessAs[window.location.host] ? '' : ` 30 + <div style="background: white; height: 100%; width: 100%; overflow: hidden;"> 31 + <div style="padding: 51px; height: 100%; display: flex;"> 32 + <qr-code lazy-prefix="true" src="/app/plan98-wallet?data=${ENCODED_KEYCARD}" style="width: 75vmin; height: 75vmin;" target="_top"></qr-code> 33 + </div> 34 + </div> 35 + ` 36 + 29 37 const newpage = ` 30 - <sillonious-brand host="${plan98.host}"></sillonious-brand> 38 + <sillonious-brand host="${plan98.host}">${missingContent}</sillonious-brand> 31 39 ` 32 40 33 41 module('#main').draw(target => newpage)