diff --git a/index.html b/index.html index 9775604..96c8ef3 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@
center
tag.I'm a high school student who spends just about all their spare time programming. And a bit of none spare time. I do mostly full-stack web devlopment, with Node as the backend. I enjoy working with JavaScript and CSS, and am a little too determined to make my websites look perfect. Still waiting to work on a project with someone, and only slightly lonely.
+I'm a high school student who spends just about all their spare time programming. I do mostly full-stack web devlopment, with Node as the backend. I enjoy working with JavaScript and CSS, and am a little too determined to make my websites look perfect. Still waiting to work on a project with someone, and only slightly lonely.
Linux is the best OS, hands down. Open source, free, a great community, all the features you need and more you don't, and that amazing terminal. What could possibly compete? MacOS has a design that's like 15 years old, and has had no real updates in forever. Also, that price tag! Not everyone has wallets that deep. And Windows is garbage. Also, what's with the new glassomorphism? If only they'd implement it fully. It's just a patched together operating system made for buisnesses. Also PowerShell is the stuff of nightmares.
@@ -22,21 +22,23 @@I use Blender for 3D modeling or my failed animation experiments. LibreOffice is great because it's open source, but Google Docs is great because of... everything else. Also it has a web app! I love web apps. I use Inkscape for SVGs (SVGs are amazing, and CSS takes it them to the next level). Clearly I use GitHub for source control, and use GitHub Codespaces for development, at least while it's free. I use Chrome because of feature support for CSS, but I use Firefox for everything else, because it's not Chromium based. Also Opera is great. I've made attempts to use note apps like Obsidian, but now just... remember? It works, okay? For now anyway.
+I use Blender for 3D modeling or my failed animation experiments. LibreOffice is great because it's open source, but Google Docs is great because of... everything else. Also it has a web app! I love web apps. I use Inkscape for SVGs (SVGs are amazing, and CSS takes it them to the next level). I use Chrome because of feature support for CSS, but I use Firefox for everything else, because it's not Chromium based. Also Opera is great. I've made attempts to use note apps like Obsidian, but now just... remember? It works, okay? For now anyway.
+My current workflow includes Node, Express, Tailwind CSS and Vanilla JavaScript, and obviously CSS and HTML. I believe in cloud IDEs because of convenience, so I use Github Codespaces for Visual Studio Code. Which is the hands-down best JavaScript IDE, and I am ready to defend that position. Clearly I use GitHub for source control. Note that I use these software because I have tried the compition and still consider these superior.
I use Windows right now (not by choice!), but I've tried Macs and spent time with Linux, mainly Kubuntu. I also tried Deepin which was great, and want to test Zorin OS. Also use ChromeOS for school, and would not recommend it unless you only use the Google ecosystem.
I often use Stack Overflow, even though I'm blocked. Yes, I posted one answer, and the person who'd posted the question marked it down, and now I can't post answers. AND can't fix it. I used to use W3Schools, but now stick with Mozilla Docs, because open source and it's much more complete.
JSON and Markdown. I know they aren't languages, but still, they're amazing, right? I mainly use JavaScript and Node, of course with HTML and CSS, with Tailwind CSS for styling. For now I use EJS as a view engine, but I want to switch to Vue. MongoDB for database! If you want the password to my database, just look through my old commits. I plan on learning Angular, React, TypeScript, Socket.io, Rust, and Swift. As well as generally learning more about web protocols and cybersecurity.
+JSON and Markdown. I know they aren't languages, but still, they're amazing, right? I mainly use JavaScript and Node, of course with HTML and CSS, with Tailwind CSS for styling. For now I use EJS as a view engine, but I want to switch to Vue. MongoDB for database! If you want the password to my database, just look through my old commits.
+I want to learn more about JavaScript libraries and front end web development, as well as touching into web protocols, cybersecurity, machine learning, and app development.
+I plan on learning Angular, React, TypeScript, Socket.io, Rust, and Swift.
I'm a web developer and designer, and I build open source PWAs while messing about with JavaScript libraries. You might know me as the brilliant developer of Git Organized, or the creator of the world-renowned Chat Experiments. Most likely you haven't heard of me at all, but I'll remedy that soon enough, and you'll grow to rue the day you ever heard of Editor Rust.
- -I'm a fan of Linux and Open Source, and am working on contributing to open source projects. I want to do more with RSS, and am a devoted Markdown fanatic. It's so simple and efficient! I believe that SVGs are amazing, and their level of integration into the web is stunning. I consider my self a web designer and developer, and try to balance both those roles in my work. My current workflow includes Node, Express, Tailwind CSS and Vanilla JavaScript, and obviously, being a web developer, CSS and HTML. I believe in cloud IDEs because of convenience and that Linux Terminal, and I use Visual Studio Code, no surprise there. Currently using Github Codespaces. I want to learn more about JavaScript libraries and front end web development, as well as touching into cybersecurity, machine learning, and app development. Currently I'm a student, so I don't get much opportunity to work on my projects, but I still put my best effort into them whenever I can.
-Dev jokes! Checkout my list here
BFF tildejustin, see his stuff
diff --git a/styles.css b/styles.css index 088c70f..07ef828 100644 --- a/styles.css +++ b/styles.css @@ -58,6 +58,10 @@ h2:hover::before { left: -1.1rem; } +h3 { + margin: .75rem 0 0 2rem; +} + p { margin: .5rem 2rem; }