Mercurial > web
comparison index.html @ 72:ff98f97603ca
*: giant redesign
I decided to go from a largely carrd-inspired design to something more
deserving of the title "website". I also removed much of the old, very
crusty HTML and CSS that I had written almost 2 years ago now O_o
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 15 Dec 2023 18:56:52 -0500 |
parents | 2e645b936727 |
children | c8ea71d9d102 |
comparison
equal
deleted
inserted
replaced
71:597f956b8d3a | 72:ff98f97603ca |
---|---|
6 <meta name="google-site-verification" content="rILPN0Fit17u21ImKQW-ZHQMvx_Ak7qcuM3ewqtrJg8" /> | 6 <meta name="google-site-verification" content="rILPN0Fit17u21ImKQW-ZHQMvx_Ak7qcuM3ewqtrJg8" /> |
7 <!-- bootstrap 2.3.2 gives an error that the `zoom` css property isn't supported, | 7 <!-- bootstrap 2.3.2 gives an error that the `zoom` css property isn't supported, |
8 but we don't have anything that uses it anyway --> | 8 but we don't have anything that uses it anyway --> |
9 <link href="./css/bootstrap.min.css" rel="stylesheet" media="screen"> | 9 <link href="./css/bootstrap.min.css" rel="stylesheet" media="screen"> |
10 <link href="./css/style.css" rel="stylesheet" media="screen"> | 10 <link href="./css/style.css" rel="stylesheet" media="screen"> |
11 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"> | 11 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"> |
12 <style> | 12 <style> |
13 body { | 13 body { |
14 background-size: cover; | 14 background-size: cover; |
15 background-image: url("indexbg.jpg"); | 15 background-repeat: no-repeat; |
16 background-image: url("indexbg.jpg"); /* Hibike! Euphonium */ | |
16 background-position: center top; | 17 background-position: center top; |
17 background-size: cover; | |
18 background-color: #1F255A; | 18 background-color: #1F255A; |
19 min-height: 100vh; | |
19 } | 20 } |
20 </style> | 21 </style> |
21 </head> | 22 </head> |
22 <body> | 23 <body> |
23 <div class="navbar-wrapper"> | 24 <!-- I tried to make this HTML as clean as possible, as to reduce clutter |
24 <div class="container"> | 25 from what these pages used to look like :/ |
25 <div class="navbar navbar-inverse"> | 26 |
26 <div class="navbar-inner"> | 27 Much of this page has taken "inspiration" (read: was stolen) from |
27 <a class="brand" href="#">Paper's website</a> | 28 sdomi's page at https://sdomi.pl/ --> |
28 <ul class="nav"> | 29 <div class="navbar navbar-inverse navbar-static-top"> |
29 <li class="active"><a href="#">Home</a></li> | 30 <div class="navbar-inner"> |
30 <li><a href="music.html">Music</a></li> | 31 <a class="brand" href="#">Paper's website</a> |
31 <li><a href="projects.html">Projects</a></li> | 32 <ul class="nav"> |
32 </ul> | 33 <li class="active"><a href="#">Home</a></li> |
33 </div> | 34 </ul> |
34 </div> | |
35 </div> | 35 </div> |
36 </div> | 36 </div> |
37 <div class="box center" style="width: 300px"> | 37 |
38 <h2>I'm Paper!</h2> | 38 <br /> |
39 <p>I code and make music sometimes.</p> | 39 |
40 <div class="fs-4 mb-3 logos"> | 40 <div class="header"> |
41 <a href="https://www.youtube.com/c/PaperYTPMV"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="white" class="bi bi-youtube" viewBox="0 0 16 16"> | 41 <img class="avatar drop-shadow-box" src="media/avatar.jpg" |
42 <path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"/> | 42 alt="Himeko Inaba from Kokoro Connect" title="Himeko Inaba from Kokoro Connect" /> |
43 </svg></a> | 43 <h1 class="title drop-shadow-text">Paper's website</h1> |
44 | 44 </div> |
45 <a href="https://sr.ht/~mrpapersonic"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="white" viewBox="0 0 512 512"> | 45 |
46 <path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"/> | 46 <div class="content drop-shadow-box"> |
47 </svg></a> | 47 <h2 class="drop-shadow-text">About me</h2> |
48 | 48 <p class="drop-shadow-text"> |
49 <a href="https://modarchive.org/index.php?request=view_profile&query=92603"><svg version="1.1" id="svg108" width="32" height="32" fill="white" viewBox="0 0 32 32" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs112"/> <g id="g114"><image id="mod-archive" width="32" height="32" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACx | 49 My main interests are retro computers (old Apple stuff mainly), |
50 jwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABvSURBVDhP1ZDRCYAwDERjp3AER3EUN+q48RLu | 50 programming, and some linguistics. I also make some |
51 o5JIbQXBB7E+rhxR+QRVXW2oEYSbDTWAzKFGmN9eYJzmhecF3N1tqH28HlC73pJu0ANdhw11fAOq | 51 <a href="https://modarchive.org/index.php?request=view_artist_modules&query=92603">tunes</a> |
52 +9QGLQVFle/WXEd9wSP9OU95/wk8p/l9gcgJo2aKKBW4giYAAAAASUVORK5CYII= | 52 from time to time. |
53 " id="image116" /></g></svg></a> | 53 </p> |
54 </div> | 54 <p class="drop-shadow-text"> |
55 I use Debian as my main operating system with KDE Plasma as my desktop environment. | |
56 </p> | |
57 | |
58 <h2 class="drop-shadow-text">Projects</h2> | |
59 <ul> | |
60 <li class="drop-shadow-text"> | |
61 <a href="https://hg.sr.ht/~mrpapersonic/vegas-scripts">Vegas Pro scripts</a>: | |
62 some scripts that make using Vegas Pro less unbearable | |
63 </li> | |
64 <li class="drop-shadow-text"> | |
65 <a href="https://hg.sr.ht/~mrpapersonic/wgsdk">wgsdk</a>: | |
66 a Discord GameSDK plugin for Winamp | |
67 </li> | |
68 </ul> | |
69 | |
70 <h2 class="drop-shadow-text">Socials</h2> | |
71 <ul> | |
72 <li class="drop-shadow-text"> | |
73 E-mail (<a href="mailto:mrpapersonic@gmail.com">mrpapersonic@gmail.com</a>) | |
74 </li> | |
75 <li class="drop-shadow-text"> | |
76 Discord (@slipofpaper) | |
77 </li> | |
78 <li class="drop-shadow-text"> | |
79 Telegram (<a href="https://t.me/mrpapersonic">@mrpapersonic</a>) | |
80 </li> | |
81 <br> | |
82 <li class="drop-shadow-text"> | |
83 Fediverse (<a href="https://miniwa.moe/users/paper">@paper@miniwa.moe</a>) | |
84 </li> | |
85 </ul> | |
55 </div> | 86 </div> |
56 </body> | 87 </body> |