Skip to content

Commit

Permalink
Merge pull request #437 from spencermountain/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
spencermountain authored Sep 1, 2021
2 parents 678d9b0 + dde0967 commit e412bb9
Show file tree
Hide file tree
Showing 79 changed files with 7,529 additions and 3,753 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
}
],
"regexp/prefer-d": 0,
"regexp/prefer-w": 0
"regexp/prefer-w": 0,
"regexp/no-unused-capturing-group": 0
}
}
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,28 @@
<img height="30px" src="https://user-images.githubusercontent.com/399657/68221862-17ceb980-ffb8-11e9-87d4-7b30b6488f16.png"/>
</div>

<div >
why do we always do this?
<br/>
<img height="30px" src="https://user-images.githubusercontent.com/399657/68221862-17ceb980-ffb8-11e9-87d4-7b30b6488f16.png"/>
we put our information in places we can't take it out.
<br/>
information in wikipedia can't <i>be used</i>
</div>

<!-- spacer -->
<img height="15px" src="https://user-images.githubusercontent.com/399657/68221862-17ceb980-ffb8-11e9-87d4-7b30b6488f16.png"/>
<div align="center">
<div >and it's not just wikipedia</div>
it's
<ul >
<li>dj set-lists</li>
<li>mathematical proofs</li>
<li>e-sports rankings</li>
<li>dictionary information</li>
</ul>
</div>

<!-- spacer -->
<img height="50px" src="https://user-images.githubusercontent.com/399657/68221862-17ceb980-ffb8-11e9-87d4-7b30b6488f16.png"/>

Expand Down
Loading

0 comments on commit e412bb9

Please sign in to comment.