Compare commits

...

3 Commits

Author SHA1 Message Date
Dakota Blair f5046a5a44 Added projects to table of contents. 2021-07-22 06:28:52 -07:00
Dakota Blair a4d1e1ddf4 Added projects section and periodic table link. 2021-07-22 06:20:02 -07:00
Dakota Blair 1e68071c8b Added tildegit link and fixed typo. 2021-07-22 09:16:20 -04:00
3 changed files with 35 additions and 1 deletions

View File

@ -12,6 +12,7 @@
<h2>Table of Contents</h2>
<ol>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#bash">Fun bash one liners</a></li>
<li>
<a href="#readings">Readings</a>:
@ -80,6 +81,7 @@
<li><a href="https://tensen.net">TenSen.net</a></li>
<li><a href="https://dakotablair.com">dakotablair.com</a></li>
<li><a href="https://github.com/dakotablair">dakotablair on GitHub</a></li>
<li><a href="https://tildegit.org/dakotablair">dakotablair on tildegit</a></li>
<li><a href="https://twitter.com/exalted_shmo">exalted_shmo on Twitter</a></li>
</ul>
<h2>Preferences</h2>
@ -101,6 +103,26 @@
</ul>
</section>
<hr />
<section id="projects">
<h1>Projects</h1>
<p>
These projects are my latest attempts at advancing the shared quest to
build awesome web pages. I hope you find them entertaining, if not useful.
If you do find them useful, or have suggestions to make them better,
please <a href="mailto:ddb@tilde.club">pass them along to me</a>!
</p>
<dl>
<dt><a href="./pt/">The Periodic Table</a></dt>
<dd>
This project shows a familiar friend in a new light. It presents the
familiar periodic table as a spatial object, invoking
<a href="https://en.wikipedia.org/wiki/Method_of_loci">the method of loci</a>.
I hope it serves as an aid to learn more basic facts about these
chemical elements.
</dd>
</dl>
</section>
<hr />
<section id="bash">
<h1>Fun bash one liners</h1>
<dl>

View File

@ -577,7 +577,7 @@ know and I should be able to recover it, or at worst remove it.
### 2016-01-11 <a id="2016-01-11" name="2016-01-11"></a>
#### Mathematics
- [Jan Łukasiewicz](https://en.wikipedia.org/wiki/Jan_%C5%81ukasiewicz) creator or RPN
- [Jan Łukasiewicz](https://en.wikipedia.org/wiki/Jan_%C5%81ukasiewicz) creator of RPN
- [Fair division](https://en.wikipedia.org/wiki/Fair_division)
- [FueterPólya theorem](https://en.wikipedia.org/wiki/Fueter%E2%80%93P%C3%B3lya_theorem)
- [Anders restricted partitions](http://arxiv.org/pdf/1509.01285.pdf)

View File

@ -159,6 +159,18 @@ o888o o888o `Y8bod8P` `Y888""8o `Y8bod88P" o888o o888o o888o `8oooooo. 8""888P
transform: translateX(20ch) translateY(calc(-3*var(--font-size))) scale(.5);
}
body.ascii #projects h1::before {
content: '\
[H_] [He]\A\
[Li][Be] [B_][C_][N_][O_][F_][Ne]\A\
[Na][Mg] [Al][Si][P_][S_][Cl][Ar]\A\
[K_][Ca] [Sc][Ti][V_][Cr][Mn][Fe][Co][Ni][Cu][Zn][Ga][Ge][As][Se][Br][Kr]\A\
[Rb][Sr] [Y_][Zr][Nb][Mo][Tc][Ru][Rh][Pd][Ag][Cd][In][Sn][Sb][Te][I_][Xe]\A\
[Cs][Ba][La][Ce][Pr][Nd][Pm][Sm][Eu][Gd][Tb][Dy][Ho][Er][Tm][Yb][Lu][Hf][Ta][W_][Re][Os][Ir][Pt][Au][Hg][Tl][Pb][Bi][Po][At][Rn]\A\
[Fr][Ra][Ac][Th][Pa][U_][Np][Pu][Am][Cm][Bk][Cf][Es][Fm][Md][No][Lr][Rf][Db][Sg][Bh][Hs][Mt][Ds][Rg][Cn][Nh][Fl][Mc][Lv][Ts][Og]';
transform: translateX(32ch) translateY(calc(-3.5*var(--font-size))) scale(.5);
}
#readings h1 {
margin-bottom: calc(4*var(--font-size));
}