|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <!-- Stella's Landing Site |
3 | | -v2025.0726.0 |
| 3 | +v2025.0729.0 |
4 | 4 |
|
5 | 5 | https://github.com/ThatStella7922/landing |
6 | 6 |
|
|
16 | 16 | You can do this by uncommenting the line linking to the local landing-styleshit.css |
17 | 17 | and then commenting out the link to the remote one! |
18 | 18 | --> |
19 | | - <link rel="stylesheet" href="//files.thatstel.la/hidden/css/landing-styleshit.css?version=202507260"/> |
20 | | - <!--<link rel="stylesheet" href="landing-styleshit.css">--> |
| 19 | + <!--<link rel="stylesheet" href="//files.thatstel.la/hidden/css/landing-styleshit.css?version=202507260"/>--> |
| 20 | + <link rel="stylesheet" href="landing-styleshit.css"> |
21 | 21 |
|
22 | 22 | <link rel="shortcut icon" href="landing-assets/favicon.ico" type="image/x-icon"/> |
23 | 23 | <meta name="viewport" content="width=device-width, height=device-height, viewport-fit=cover"/> |
|
30 | 30 | <meta name="twitter:card" content="summary_large_image"/> |
31 | 31 |
|
32 | 32 | <!-- Font Awesome --> |
33 | | - <script defer src="//files.thatstel.la/hidden/fontawesome/js/brands.min.js"></script> |
34 | | - <script defer src="//files.thatstel.la/hidden/fontawesome/js/solid.min.js"></script> |
35 | | - <script defer src="//files.thatstel.la/hidden/fontawesome/js/fontawesome.min.js"></script> |
| 33 | + <link href="//files.thatstel.la/hidden/fontawesome/css/brands.min.css" rel="stylesheet" /> |
| 34 | + <link href="//files.thatstel.la/hidden/fontawesome/css/solid.min.css" rel="stylesheet" /> |
| 35 | + <link href="//files.thatstel.la/hidden/fontawesome/css/fontawesome.min.css" rel="stylesheet" /> |
36 | 36 |
|
37 | 37 | <!-- Twemoji --> |
38 | 38 | <script src="https://cdn.jsdelivr.net/npm/@twemoji/api@latest/dist/twemoji.min.js" crossorigin="anonymous"></script> |
|
64 | 64 | </div> |
65 | 65 | </noscript> |
66 | 66 | <p id="backdrop-warning">Your browser doesn't support modern CSS, so some visual effects may be broken.</p> |
67 | | - |
| 67 | + |
| 68 | + |
68 | 69 | <div id="horizontalcontainer"> |
69 | 70 |
|
70 | 71 | <div id="navigation"> |
|
99 | 100 |
|
100 | 101 | <div id="contentview-items"> |
101 | 102 | <div id="contentview-about-content"> |
102 | | - <p>Hey everyone, my name is Stella. I'm a passionate technology enthusiast, working with all sorts of tech. From PHP, Python, Swift and more languages to installing Windows on Android phones, to doing amateur audio mixing, I do a bit of everything. I also enjoy working with hardware and networking, having built several PCs, designing small electronics projects of my own and hosting my own services on a home server.</p> |
103 | | - <p>My main goal is to help improve other people's lives, and I enjoy creating new things and meeting new people. Consider joining my Discord server Fruitycord if you feel like chatting!</p> |
104 | | - <p>My wife Eva (or as I like calling it, moo wife Eva) is also into many of the same things, and you should check out its site too (it's linked). I do a lot of what I do for it, and returns in kind by being a great partner (with plenty of cute mooing to go along).</p> |
| 103 | + <p>My name is Stella. I'm a passionate technology enthusiast, working with all sorts of tech. From PHP, Python, Swift and more languages to installing Windows on Android phones, to doing amateur audio mixing, I do a bit of everything. I also enjoy working with hardware and networking, having built several PCs, designing small electronics projects of my own and hosting my own services on a home server.</p> |
| 104 | + <p>I love exploring whatever comes my way, and I enjoy creating new things and meeting new people. Consider joining my Discord server Fruitycord if you feel like chatting!</p> |
| 105 | + <p>My wife Eva is also into many of the same things, and you should check out her site too (it's linked). I do a lot of what I do for her, and she returns in kind by being a great partner (with plenty of cute mooing to go along).</p> |
105 | 106 | </div> |
106 | 107 |
|
107 | 108 | <div id="contentview-projects-content"> |
108 | | - <p><a href="https://software.thatstel.la/software/crossplatform-apps/battery-webhook">Battery Webhook</a> is my flagship project, allowing you to send your battery info to popular services using webhooks. It's a modern Swift+SwiftUI app built from the ground up with source available on <a href="https://github.com/ThatStella7922/battery-webhook">GitHub</a>, it supports automations, is available on SideStore and the project's GitHub Releases!</p> |
| 109 | + <p><a href="https://software.thatstel.la/software/crossplatform-apps/battery-webhook">Battery Webhook</a> was my flagship project, allowing you to send your battery info to popular services using webhooks. The app has source available on <a href="https://github.com/ThatStella7922/battery-webhook">GitHub</a>, it supports automations, is available on SideStore and the project's GitHub Releases! I do plan an Android port as well.</p> |
109 | 110 | <p><b>This landing page</b> is another big project of mine, having been written from the ground up with <b>pure</b> HTML, CSS and JavaScript. It's the most performant and lightweight webpage I've ever made, and retains its functionality on legacy devices. It has documentation and source available on <a href="https://github.com/ThatStella7922/landing">GitHub</a>.</p> |
110 | | - <p>I also often work on smaller projects, like the code-side of my <a href="https://github.com/ThatStella7922/blog">blog</a>, my Discord bot called <a href="https://github.com/ThatStella7922/astral">astral</a>, and a few other miscellaneous command-line utilities.</p> |
| 111 | + <p>I also often work on smaller projects, like the code-side of my <a href="https://github.com/ThatStella7922/blog">blog</a>, or my Minecraft modpack called <a href="https://modrinth.com/modpack/star">Star</a>.</p> |
111 | 112 | </div> |
112 | 113 | </div> |
113 | 114 | </div> |
|
133 | 134 |
|
134 | 135 | </div> |
135 | 136 | </div> |
136 | | - </div> |
| 137 | + </div> |
137 | 138 |
|
138 | 139 | <main> |
139 | 140 | </main> |
140 | 141 |
|
141 | 142 | <footer> |
142 | 143 | <div id="footer-sidebyside"> |
143 | | - <p onclick="manualSetQuotesText()">ThatStella7922 - v2025.0726.0</p> |
| 144 | + <p onclick="manualSetQuotesText()">ThatStella7922 - v2025.0729.0</p> |
144 | 145 | </div> |
145 | 146 | </footer> |
146 | 147 |
|
|
0 commit comments