mirror of
https://github.com/seigler/seigler.github.io
synced 2025-07-28 07:46:10 +00:00
Update 2017-02-13T09:05:25.696Z
This commit is contained in:
parent
04036b1556
commit
69a0e6e584
51 changed files with 407 additions and 3571 deletions
37
projects/index.html
Normal file
37
projects/index.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<base href="https://joshua.seigler.net/">
|
||||
<title> Projects - joshua.seigler.net </title>
|
||||
<link rel="canonical" href="https://joshua.seigler.net/projects/">
|
||||
<link href="" rel="alternate" type="application/rss+xml" title="joshua.seigler.net" />
|
||||
<link rel="stylesheet" href="css/bundle.01645858.css"> </head>
|
||||
|
||||
<body class="projects">
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<nav> <a href="/">Home</a> <a href="/about/">About</a> <a href="/posts/">Posts</a> <a href="/presentations/">Presentations</a> <a class="active" href="/projects/">Projects</a> </nav>
|
||||
</header>
|
||||
<main>
|
||||
<h1>My GitHub Projects</h1>
|
||||
<ul class="post-list">
|
||||
<li><a href="https://github.com/seigler/Dash-price-widget"><span class="title">Dash-price-widget</span> - <span class="summary">Dash price widget</span></a></li>
|
||||
<li><a href="https://github.com/seigler/dash-visualizer"><span class="title">dash-visualizer</span> - <span class="summary">See Dash transactions and blocks as they are broadcast</span></a></li>
|
||||
<li><a href="https://github.com/seigler/fhqwhgads"><span class="title">fhqwhgads</span> - <span class="summary">Homage to Homestar Runner: Strongbad email #9</span></a></li>
|
||||
<li><a href="https://github.com/seigler/janus"><span class="title">janus</span> - <span class="summary">Multi-monitor web presentations</span></a></li>
|
||||
<li><a href="https://github.com/seigler/natospell"><span class="title">natospell</span> - <span class="summary">Helps spell things over the phone</span></a></li>
|
||||
<li><a href="https://github.com/seigler/neat-charts"><span class="title">neat-charts</span> - <span class="summary">PHP project to generate cached SVG price charts</span></a></li>
|
||||
<li><a href="https://github.com/seigler/one-file-php-presentation"><span class="title">one-file-php-presentation</span> - <span class="summary">Single PHP file; drop it in a folder full of images and you have a presentation.</span></a></li>
|
||||
<li><a href="https://github.com/seigler/presentation-2017-01-tnabc-dash"><span class="title">presentation-2017-01-tnabc-dash</span> - <span class="summary">Ryan Taylor's TNABC 2017 presentation on Dash, edited</span></a></li>
|
||||
<li><a href="https://github.com/seigler/presentation-blockchains"><span class="title">presentation-blockchains</span> - <span class="summary">Moderately technical presentation on Blockchain and Bitcoin.</span></a></li>
|
||||
<li><a href="https://github.com/seigler/simple-php-buffering"><span class="title">simple-php-buffering</span> - <span class="summary"></span></a></li>
|
||||
</ul>
|
||||
</main>
|
||||
<footer> Copyright © Joshua Seigler 2017 </footer>
|
||||
</div>
|
||||
<script src="js/app.50716c5f.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
12
projects/index.xml
Normal file
12
projects/index.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Projects on joshua.seigler.net</title>
|
||||
<link>https://joshua.seigler.net/projects/index.xml</link>
|
||||
<description>Recent content in Projects on joshua.seigler.net</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="https://joshua.seigler.net/projects/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue