annotate index.html @ 111:250f40874439

*: update lots of things now we minify the html,css,etc before deploying, so it hopefully will load faster :)
author Paper <paper@tflc.us>
date Mon, 19 May 2025 13:58:21 -0400
parents c6457452675f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
78
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
1 ---
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
2 layout: default
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
3 title: home
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
4 bgimage: indexbg.jpg
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
5 bgcolor: #1F255A
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
6 bgrepeat: no-repeat
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
7 bgsize: cover
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
8 ---
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
9 <div class="header">
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
10 <img class="avatar drop-shadow-box" src="media/avatar.jpg"
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
11 alt="Himeko Inaba from Kokoro Connect" title="Himeko Inaba from Kokoro Connect">
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
12 <h1 class="title drop-shadow-text">Paper's website</h1>
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
13 </div>
75
d69f3fe99911 *: remove bootstrap, add projects page, use custom navbar
Paper <paper@paper.us.eu.org>
parents: 74
diff changeset
14
78
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
15 <br>
72
ff98f97603ca *: giant redesign
Paper <mrpapersonic@gmail.com>
parents: 69
diff changeset
16
78
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
17 <div class="content drop-shadow-box">
91
caf449c570be html: update main page, fix typo on code page
Paper <paper@paper.us.eu.org>
parents: 86
diff changeset
18 <h2 class="drop-shadow-text">socials / contact</h2>
78
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
19 <ul class="index-socials-list">
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
20 <li class="drop-shadow-text">
95
a2c83f182127 *: update links
Paper <paper@paper.us.eu.org>
parents: 91
diff changeset
21 E-mail (<a class="prettylink" href="mailto:paper@tflc.us">paper@tflc.us</a>); please send me <a class="prettylink" href="https://useplaintext.email/">plain text email</a> if possible.
85
52d59a351bf5 add post about unicode in schism
Paper <paper@paper.us.eu.org>
parents: 79
diff changeset
22 </li>
52d59a351bf5 add post about unicode in schism
Paper <paper@paper.us.eu.org>
parents: 79
diff changeset
23 <li class="drop-shadow-text">
111
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
24 IRC (/msg paper on <a href="https://libera.chat/" class="prettylink">Libera.chat</a> or <a href="https://www.rizon.net/" class="prettylink">rizon</a>)
78
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
25 </li>
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
26 <li class="drop-shadow-text">
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
27 Discord (@slipofpaper)
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
28 </li>
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
29 </ul>
91
caf449c570be html: update main page, fix typo on code page
Paper <paper@paper.us.eu.org>
parents: 86
diff changeset
30
79
815c0da68384 code: add quips
Paper <paper@paper.us.eu.org>
parents: 78
diff changeset
31 <br>
91
caf449c570be html: update main page, fix typo on code page
Paper <paper@paper.us.eu.org>
parents: 86
diff changeset
32
111
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
33 {% comment %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
34 I'd really prefer for this stuff to all be different colors, because that would look cool,
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
35 but I am lazy :)
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
36 {% endcomment %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
37
79
815c0da68384 code: add quips
Paper <paper@paper.us.eu.org>
parents: 78
diff changeset
38 <ul class="index-socials-list">
78
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
39 <li class="drop-shadow-text">
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
40 Fediverse (<a target="_blank" class="prettylink" href="https://miniwa.moe/users/paper">@paper@miniwa.moe</a>)
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
41 </li>
111
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
42 <li class="drop-shadow-text">
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
43 Bluesky (<a target="_blank" class="prettylink" href="https://bsky.app/profile/tflc.us">@tflc.us</a>)
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
44 </li>
78
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
45 </ul>
91
caf449c570be html: update main page, fix typo on code page
Paper <paper@paper.us.eu.org>
parents: 86
diff changeset
46
86
1fed81c848a5 html: add plugs
Paper <paper@paper.us.eu.org>
parents: 85
diff changeset
47 <br>
1fed81c848a5 html: add plugs
Paper <paper@paper.us.eu.org>
parents: 85
diff changeset
48
1fed81c848a5 html: add plugs
Paper <paper@paper.us.eu.org>
parents: 85
diff changeset
49 <div class="plugs-list">
1fed81c848a5 html: add plugs
Paper <paper@paper.us.eu.org>
parents: 85
diff changeset
50 {% for plug in site.data.plugs %}
111
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
51 {% if plug.href %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
52 <a href="{{ plug.href }}" class="navbar-item-active">
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
53 {% endif %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
54 <img class="plugs-list-item drop-shadow-box" src="{{ plug.url }}"
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
55 {% if plug.alt %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
56 alt="{{ plug.alt }}"
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
57 {% endif %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
58 {% if plug.title %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
59 title="{{ plug.title }}"
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
60 {% endif %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
61 }
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
62 >
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
63 {% if plug.href %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
64 </a>
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
65 {% endif %}
86
1fed81c848a5 html: add plugs
Paper <paper@paper.us.eu.org>
parents: 85
diff changeset
66 {% endfor %}
1fed81c848a5 html: add plugs
Paper <paper@paper.us.eu.org>
parents: 85
diff changeset
67 </div>
104
c6457452675f why are you gay?
Paper <paper@tflc.us>
parents: 95
diff changeset
68
c6457452675f why are you gay?
Paper <paper@tflc.us>
parents: 95
diff changeset
69 <br>
c6457452675f why are you gay?
Paper <paper@tflc.us>
parents: 95
diff changeset
70
c6457452675f why are you gay?
Paper <paper@tflc.us>
parents: 95
diff changeset
71 <div class="blips-list">
c6457452675f why are you gay?
Paper <paper@tflc.us>
parents: 95
diff changeset
72 {% for blip in site.data.blips %}
111
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
73 {% if blip.href %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
74 <a href="{{ blip.href }}" class="navbar-item-active">
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
75 {% endif %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
76 <img class="blips-list-item drop-shadow-box" src="{{ blip.url }}"
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
77 {% if blip.alt %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
78 alt="{{ blip.alt }}"
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
79 {% endif %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
80 {% if blip.title %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
81 title="{{ blip.title }}"
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
82 {% endif %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
83 }
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
84 >
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
85 {% if blip.href %}
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
86 </a>
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 104
diff changeset
87 {% endif %}
104
c6457452675f why are you gay?
Paper <paper@tflc.us>
parents: 95
diff changeset
88 {% endfor %}
c6457452675f why are you gay?
Paper <paper@tflc.us>
parents: 95
diff changeset
89 </div>
78
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents: 77
diff changeset
90 </div>