master
Tait Hoyem 2 years ago
parent cf2aedafcc
commit 668fb922a8

@ -22,6 +22,7 @@ group :jekyll_plugins do
gem 'jekyll-minifier'
gem 'jekyll-scholar'
gem 'jekyll-contentblocks'
gem 'jekyll-toc'
end
# gem "rails"

@ -0,0 +1,11 @@
<div style="position: relative;">
<a href="#toc-skipped" class="screen-reader-only">Skip table of contents</a>
</div>
## Table of Contents
{:.no_toc}
* TOC
{:toc}
<div id="toc-skipped"></div>

@ -30,7 +30,33 @@
</header>
<main>
<h1 id="ideas">Ideas</h1>
<div style="position: relative;">
<a href="#toc-skipped" class="screen-reader-only">Skip table of contents</a>
</div>
<h2 class="no_toc" id="table-of-contents">Table of Contents</h2>
<ul id="markdown-toc">
<li><a href="#1-accessible-bios" id="markdown-toc-1-accessible-bios">1. Accessible BIOS</a></li>
<li><a href="#2-terminal-oriented-browser" id="markdown-toc-2-terminal-oriented-browser">2. Terminal-oriented browser</a></li>
<li><a href="#3-dead-simple-chess-app" id="markdown-toc-3-dead-simple-chess-app">3. Dead Simple Chess App</a></li>
<li><a href="#4-open-source-vpn-deployment-system" id="markdown-toc-4-open-source-vpn-deployment-system">4. Open-Source VPN Deployment System</a></li>
<li><a href="#5-3d-printing-of-google-mapsopenstreetmaps-data-for-the-visually-impaired" id="markdown-toc-5-3d-printing-of-google-mapsopenstreetmaps-data-for-the-visually-impaired">5. 3d printing of Google Maps/OpenStreetMaps data for the visually impaired.</a></li>
<li><a href="#6-3d-printed-binary-trees" id="markdown-toc-6-3d-printed-binary-trees">6. 3D Printed Binary Trees</a> <ul>
<li><a href="#65-javascript-binary-trees" id="markdown-toc-65-javascript-binary-trees">6.5 Javascript Binary Trees</a></li>
</ul>
</li>
<li><a href="#7-legopi-powered-logic-gates" id="markdown-toc-7-legopi-powered-logic-gates">7. Lego/Pi-Powered Logic Gates</a></li>
<li><a href="#8-more-tutorialsmaterials" id="markdown-toc-8-more-tutorialsmaterials">8. More Tutorials/Materials</a></li>
<li><a href="#9-self-voicing-modal-editor-like-vim-but-accessible" id="markdown-toc-9-self-voicing-modal-editor-like-vim-but-accessible">9. Self-Voicing Modal Editor (like vim, but accessible)</a></li>
<li><a href="#10-new-business-idea" id="markdown-toc-10-new-business-idea">10. New Business Idea</a> <ul>
<li><a href="#cost-and-copyright" id="markdown-toc-cost-and-copyright">Cost and Copyright</a></li>
<li><a href="#105-tactile-diagram-creation-tool" id="markdown-toc-105-tactile-diagram-creation-tool">10.5 Tactile Diagram Creation Tool</a></li>
</ul>
</li>
</ul>
<div id="toc-skipped"></div>
<h2 id="1-accessible-bios">1. Accessible BIOS</h2>
@ -133,7 +159,7 @@ They do not, however, have labels yet.</p>
<p>A simple hub/connection system to connect nodes of a binary tree together to have a physical object for visually impaired computer science students to use for initial introduction into the subject of (binary) trees.</p>
<h2 id="65-javascript-binary-trees">6.5 Javascript Binary Trees</h2>
<h3 id="65-javascript-binary-trees">6.5 Javascript Binary Trees</h3>
<p>Have a simple module for loading in an SVG of a tree, along with Javascript to make the diagram accessible by jumping left/right with the arrow keys and up to a parent with the up arrow.</p>

@ -2,7 +2,8 @@
layout: default
title: "Ideas"
---
# Ideas
{% include toc.md %}
## 1. Accessible BIOS
@ -99,7 +100,7 @@ They do not, however, have labels yet.
A simple hub/connection system to connect nodes of a binary tree together to have a physical object for visually impaired computer science students to use for initial introduction into the subject of (binary) trees.
## 6.5 Javascript Binary Trees
### 6.5 Javascript Binary Trees
Have a simple module for loading in an SVG of a tree, along with Javascript to make the diagram accessible by jumping left/right with the arrow keys and up to a parent with the up arrow.

Loading…
Cancel
Save