]> Witch of Git - web/www/blob - index.html
Replace the "be the" page with an index page
[web/www] / index.html
1 <!DOCTYPE html>
2 <html prefix="og: http://ogp.me/ns#" lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Witch of Light</title>
6 <meta name="description" content="A collection of Cassie's harebrained schemes"/>
7 <meta property="og:type" content="website"/>
8 <meta property="og:title" content="Witch of Light"/>
9 <meta property="og:description" content="A collection of Cassie's harebrained schemes"/>
10 <meta property="og:url" content="https://www.witchoflight.com"/>
11 <meta property="og:site_name" content="Witch of Light"/>
12 <meta property="og:image" content="https://www.witchoflight.com/assets/light.jpg"/>
13 <meta property="og:image:type" content="image/png"/>
14 <meta property="og:image:width" content="900"/>
15 <meta property="og:image:height" content="900"/>
16 <meta property="og:image:alt" content="The Homestuck light aspect icon"/>
17 <meta name="twitter:card" content="summary"/>
18 <meta name="twitter:site" content="@porglezomp"/>
19 <meta name="twitter:creator" content="@porglezomp"/>
20 <meta name="twitter:image" content="https://www.witchoflight.com/assets/light.png"/>
21 <link rel="canonical" href="https://www.witchoflight.com"/>
22 <style>
23 * { box-sizing: border-box; }
24 html { font-family: sans-serif; }
25 body { max-width: 700px; padding: 1em; margin: 0 auto; min-height: 100vh; }
26 .col { display: flex; flex-direction: column; }
27 .row { display: flex; flex-direction: row; }
28 .baseline { align-items: baseline; }
29 .spacer { flex-grow: 1; }
30 nav * { font-size: 32px; }
31 </style>
32 </head>
33 <body class="col">
34 <header>
35 <nav class="row baseline">
36 <h1><a href="https://www.witchoflight.com">Witch of Light</a></h1>
37 <div class="spacer"></div>
38 <a href="https://blog.witchoflight.com">Blog</a>
39 </nav>
40 <p>
41 <strong>Cassie Jones</strong> (they/them, she/her)<br>
42 </p>
43 <p>
44 <a href="https://be-the.witchoflight.com">Witch of Light.</a>
45 Maker of lotsa weird projects.
46 <a href="https://twitter.com/porglezomp">@porglezomp</a> on twitter.
47 </p>
48 </header>
49 <main>
50 <article>
51 <p>
52 <a href="https://blog.witchoflight.com">The Witch of Light Blog</a> -
53 My blog.
54 </p>
55 </article>
56 <article>
57 <p>
58 <a href="https://calibornstuck.witchoflight.com">Calibornstuck</a> -
59 A project which lets anyone submit redrawn Homestuck panels, working to slowly get the entire comic remade in Caliborn's style.
60 Anyone can contribute!
61 </p>
62 </article>
63 <article>
64 <p>
65 <a href="https://be-the.witchoflight.com">Be the Witch of Light</a> -
66 A goofy little art page that used to be the main page here.
67 </p>
68 </article>
69 <article>
70 <p>
71 <a href="https://checkers.witchoflight.com">Checkers</a> -
72 A page that gives you your own online multiplayer checkers board.
73 It doesn't enforce the rules.
74 Try using it to play <a href="https://hyperlibrary.itch.io/checkers2">Checkers 2!</a>
75 </p>
76 </article>
77 <article>
78 <p>
79 <a href="https://hs2upd8.witchoflight.com">HS<sup>2</sup> Upd8 Bot</a> -
80 Use it to get notified when Homestuck<sup>2</sup> upd8s!
81 </p>
82 </article>
83 <article>
84 <p>
85 <a href="https://seerofvoid.witchoflight.com">Seer of Void</a> -
86 a toy implementation of <a href="https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing">Shamir's Secret Sharing</a>.
87 </p>
88 </article>
89 <article>
90 <p>
91 <a href="https://rose-8-tool.glitch.me">ROSE-8 Tools</a> -
92 An assembler and disassembler for Jordan Rose's <a href="https://belkadan.com/blog/2020/01/ROSE-8/">ROSE-8 ISA</a>.
93 </p>
94 </article>
95 <article>
96 <p>
97 <a href="https://bejewled-practice.glitch.me">Bewjewled Practice: A Horrible C Mangler</a> -
98 Takes a C program and turns it into a whole lot more files and includes.
99 </p>
100 </article>
101 <article>
102 <p>
103 <a href="https://cognitive-ball-torture.glitch.me">Cognitive Ball Torture</a> -
104 Made in response to <a href="https://twitter.com/whitneyarner/status/1160409145729830912">a tweet</a>, recombines parallel acronyms for you.
105 </p>
106 </article>
107 </main>
108 <div class="spacer"></div>
109 <footer>
110 By Cassie Jones.
111 </footer>
112 </div>
113 </body>
114 </html>