index — crispy-website @ 357e0e93af43f91949da5b2b8c15b1c3730d912b

My personal homepage (very crispy)

templates/index.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>banana square</title>
    <link rel="stylesheet" href="../static/global.css" />
    <link rel="stylesheet" href="../static/index.css" />
    <link rel="icon" type="image/png" href="../static/banan_icon.png" />
  </head>

  <body>
    <div class="outer-container">
      <main class="top">
        <div class="top-left">
          <article class="box container intro">
            <h1>hi</h1>
            <img
              src="../static/banan.png"
              alt="my profile picture"
              class="banana-img non-pixelated"
            />
            <p>
              I'm a 19-year-old university student from Germany, aspiring to
              become a system engineer/administrator. I like tinkering around
              with my Linux systems and write a little program here and there.
            </p>
            <p>
              Currently I am doing my bachelor's in a Duale Hochschule. In my
              free time (and potentially <i>sometimes</i> during lectures) I
              work on my homelab and regret all the other projects I started and
              am lagging behind in.
            </p>
          </article>
          <div class="small-box container cool-people">
            <b>cool people</b>
            <div class="people-buttons">
              <a href="https://crispy-caesus.eu" class="image-site-button"
                ><img src="static/crispybutton.png"
              /></a>

              <a
                class="image-site-button"
                href="https://erine.dev/"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="https://chibisafe.crispy-caesus.eu/MEkVLB08qVlq.png"
                  alt="erine-button"
                />
              </a>
              <a
                class="box text-site-button"
                href="https://notashelf.dev/"
                target="_blank"
                rel="noopener noreferrer"
              >
                raf
              </a>
              <a
                class="box text-site-button"
                href="https://tim-niess.com"
                target="_blank"
                rel="noopener noreferrer"
              >
                Tim
              </a>
              <a
                class="image-site-button"
                href="https://orangc.net"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="https://zip.orangc.net/raw/Q5AK8G.png"
                  alt="orangc's button"
                />
              </a>
              <a
                class="image-site-button"
                href="https://squirrel.talosvault.net"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="https://squirrel.talosvault.net/88x31.png"
                  alt="Squirrel Modeller"
                />
              </a>
            </div>
            <b>buttons</b>
            <div class="people-buttons">
              <img
                src="/static/buttons/i-like-computer.png"
                alt="I like computer"
              />
              <a
                class="image-site-button"
                href="https://ublockorigin.com"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/ublock-origin-now.png"
                  alt="uBlock Origin Now!"
                />
              </a>
              <img
                src="/static/buttons/choose-chrome-for-built-in-malware.gif"
                alt="Choose Chrome for built-in malware"
              />
              <a
                class="image-site-button"
                href="https://developer.mozilla.org/en-US/docs/Web/CSS"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/css-is-awesome.webp"
                  alt="CSS is awesome"
                />
              </a>
              <img
                src="/static/buttons/discord-no-way.gif"
                alt="Discord? No way!"
              />
              <a
                class="image-site-button"
                href="https://www.gimp.org"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/graphics-by-gimp.gif"
                  alt"Graphics by Gimp"
                />
              </a>
              <img
                src="/static/buttons/zero-javascript.gif"
                alt"Proudly ZERO JavaScript"
              />
              <img
                src="/static/buttons/this-site-is-powered-by-imagination.gif"
                alt"this site is powered by imagination"
              />
              <img
                src="/static/buttons/stand-up-to-google.webp"
                alt"Stand up to Google"
              />
              <a
                class="image-site-button"
                href="https://mullvad.net"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/mullvad-free-the-internet.png"
                  alt"Mullvad - Free the internet"
                />
              </a>
              <img
                src="/static/buttons/stop-microsoft.gif"
                alt"Stop Microsoft!"
              />
              <a
                class="image-site-button"
                href="https://firefox.com"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/tested-on-firefox.gif"
                  alt"Tested on Firefox"
                />
              </a>
              <a
                class="image-site-button"
                href="https://www.linux.org/pages/download/"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/linux-powered.gif"
                  alt"Linux powered"
                />
              </a>
              <a
                class="image-site-button"
                href="https://www.iso.org/iso-8601-date-and-time-format.html"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/iso-8601.webp"
                  alt"ISO 8601 YYYY-MM-DD"
                />
              </a>
              <a
                class="image-site-button"
                href="https://en.wikipedia.org/wiki/TikTok#Privacy_and_security_concerns"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/delete-tiktok.gif"
                  alt"Delete Tiktok"
                />
              </a>
              <img
                src="/static/buttons/best-viewed-with-eyes.gif"
                alt"Best viewed with eyes"
              />
              <img
                src="/static/buttons/clear-text.gif"
                alt"Clear text"
              />
              <img
                src="/static/buttons/fuck-facebook.gif"
                alt"fuck facebook"
              />
              <a
                class="image-site-button"
                href="https://www.gnu.org/licenses/gpl-3.0.en.html"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/gplv3.webp"
                  alt"GPLv3"
                />
              </a>
              <a
                class="image-site-button"
                href="https://ffmpeg.org/"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/ffmpeg.gif"
                  alt"FFMPEG"
                />
              </a>
              <a
                class="image-site-button"
                href="https://developer.mozilla.org/en-US/docs/Web/HTML"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/html-learn-it-today.gif"
                  alt"HTML- Learn it today!"
                />
              </a>
              <img
                src="/static/buttons/i-hate-microsoft.gif"
                alt"I hate Microsoft"
              />
              <a
                class="image-site-button"
                href="https://repair.eu"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/i-support-right-to-repair.jpg"
                  alt"I support right to repair"
                />
              </a>
              <a
                class="image-site-button"
                href="https://archive.org"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/internet-archive-preserve.gif"
                  alt"Internet Archive - Preserve"
                />
              </a>
              <img
                src="/static/buttons/internet-privacy-now.gif"
                alt"Internet Privacy Now!"
              />
              <a
                class="image-site-button"
                href="https://damiii.dev/blog/the_world_of_ipv6"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/ipv6.gif"
                  alt"IPv6"
                />
              </a>
              <a
                class="image-site-button"
                href="https://fediverse.party"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/join-the-fediverse.gif"
                  alt"Join the Fediverse!"
                />
              </a>
              <a
                class="image-site-button"
                href="https://kernel.org"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/linux-today.webp"
                  alt"Linux Today!"
                />
              </a>
              <a
                class="image-site-button"
                href="https://neovim.io"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/made-with-neovim.gif"
                  alt"Made with neovim"
                />
              </a>
              <a
                class="image-site-button"
                href="https://www.navidrome.org"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/navidrome.gif"
                  alt"navidrome"
                />
              </a>
              <img
                src="/static/buttons/big-brother-is-watching.gif"
                alt"big brother is watching"
              />
              <img
                src="/static/buttons/professional-web-design.gif"
                alt"Professional Web Design"
              />
              <a
                class="image-site-button"
                href="https://proxmox.com"
                target="_blank"
                rel="noopener noreferrer"
              >
                <img
                  src="/static/buttons/proxmox.gif"
                  alt"Proxmox"
                />
              </a>
              <img
                src="/static/buttons/sharing-is-caring-seed-your-torrents.gif"
                alt"Sharing is caring... Seed your torrents"
              />
              <img
                src="/static/buttons/this-website-sucks.gif"
                alt"this Website sucks"
              />
              <img
                src="/static/buttons/fuck-google.gif"
                alt"Fuck Google"
              />
            </div>
          </div>
        </div>

        <div class="box links">
          <h2>some links</h2>
          <ul>
            <li>
              <a title="Blog" href="/en/blog">Blog</a>
              <p>
                My little blog, where I'll post cool things I found, thoughts I
                have and show some stuff I'm doing
              </p>
            </li>
            <li>
              <a
                title="E-Mail"
                href="mailto:crispy@crispy-caesus.eu"
                target="_blank"
                rel="noopener nofererrer"
              >
                E-Mail
              </a>
              - crispy@crispy-caesus.eu
              <p>
                Probably my preferred communication medium, at least with
                <a title="My PGP key" href="static/crispykey.asc">PGP</a>. I
                really like its decentralized and independent nature. Besides
                the technical stuff, I just enjoy it more than instant
                messaging. I prefer writing longer, more infrequent and thought
                out messages, instead of a bunch of small talk with no purpose
                (not that I don't do that, but in hindsight it always seems
                wasteful)
              </p>
            </li>
            <li>
              <a
                title="Matrix"
                href="https://matrix.to/#/@crispy:crispy-caesus.eu"
                target="_blank"
                rel="noopener nofererrer"
              >
                Matrix
              </a>
              - @crispy:crispy-caesus.eu
              <p>
                Decentralized instant messaging network/protocol which I like
                for well... instant messaging. I mainly use it as a quick chat
                with friends or for small group chats
              </p>
            </li>
            <li>
              <a
                title="Codeberg"
                href="https://codeberg.org/crispy-caesus"
                target="_blank"
                rel="noopener nofererrer"
                >Codeberg</a
              >
              - crispy-caesus
              <p>
                Git server where I have most of my little projects, as well as
                the dotfiles for my Linux configuration
              </p>
            </li>
            <li>
              <a title="toothbrushing music" href="music">
                toothbrushing music
              </a>
              <br />
              <p>
                Over the past months I've created my little legally aquired
                library of DRM-free music, which I stream through my navidrome
                instance. There are a bunch of reasons why I prefer this way of
                aquiring/listening to music, most of which boils down to
                independence and artist support
              </p>
            </li>
            <li>
              <a
                title="Anilist"
                href="https://anilist.co/user/crispycaesus/"
                target="_blank"
                rel="noopener nofererrer"
                >Anilist</a
              >
              - crispycaesus
              <p>
                A list of the anime I have watched, plan to watch and some
                ratings and thoughts on them
              </p>
            </li>
          </ul>
        </div>
      </main>

      <footer>
        <div class="credits box">
          <p>
            <a title="Licenses" href="licenses">Licenses</a>
            |
            <a title="Privacy Policy" href="privacy">Privacy</a>
          </p>
        </div>
      </footer>
    </div>
  </body>
</html>