A repo for my personal website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adding Table Mode project to portfolio

+12 -1
+1
public/index.html
··· 39 39 <p><span class="portfolio-link"><a href="/portfolio#dnd-combatsim">Dungeons & Dragons Combat Simulator - Aug 2018:Dec 2018</a> <span class="desc" data-desc="Combat simulator for the 5th edition of the Tabletop RPG Dungeons & Dragons - Programmer, Project Manager" data-label="Dungeons & Dragons Combat Simulator">Desc</span></span></p> 40 40 <p><span class="portfolio-link"><a href="/portfolio#bullet-rush">Bullet Rush - Aug 2019:Dec 2019</a> <span class="desc" data-desc="Cuphead meets First Person Shooter games - Programmer, Project Manager" data-label="Bullet Rush">Desc</span></span></p> 41 41 <p><span class="portfolio-link"><a href="/portfolio#four-woods">The Four Woods Podcast - Jan 2021:Apr 2021</a> <span class="desc" data-desc="An audio drama podcast about myth and magic - Writer, Director, Editor, Producer" data-label="The Four Woods Podcast">Desc</span></span></p> 42 + <p><span class="portfolio-link"><a href="/portfolio#table-mode">Table Mode - Jan 2026:Present</a> <span class="desc" data-desc="A Foundry VTT module for controlling tokens and viewing character sheets on mobile devices - Developer" data-label="Table Mode">Desc</span></span></p> 42 43 <h3 id="desc-label"></h3> 43 44 <p id="desc-box"></p> 44 45 </div>
+11 -1
public/portfolio/index.html
··· 63 63 <li><a href="https://anchor.fm/s/52005648/podcast/rss">RSS Feed</a></li> 64 64 </ul> 65 65 </div> 66 + <div id="table-mode-page" class="page"> 67 + <h3>Table Mode</h3> 68 + <p>I had a couple of my players from one of my Pathfinder 2nd edition games that didn't have a laptop to use during our sessions and were using their phones instead, so I decided to write a module to make character sheets work on mobile devices.</p> 69 + <p><b>Skills</b>: TypeScript, Svelte, HTML</p> 70 + <ul> 71 + <li><a href="https://tangled.org/did:plc:lsxnahuhdg6llq7lpo3wq6kf/pf2e-table-mode">Project Source</a></li> 72 + <li><a href="https://foundryvtt.com/packages/pf2e-table-mode">Foundry VTT Package Page</a></li> 73 + <li><a href="/foundry/pf2e-table-mode.json">Manifest URL</a></li> 74 + </ul> 75 + </div> 66 76 </body> 67 - </html> 77 + </html>