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