This commit is contained in:
Editor Rust 2022-11-12 00:50:56 -05:00 committed by GitHub
parent c7d87bf119
commit 5ff09aeef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -14,7 +14,7 @@
<h1 class="title">Hi! I'm Editor Rust.</h1> <h1 class="title">Hi! I'm Editor Rust.</h1>
<center><em>This site is still under active construction, and yes, this is inside a <code>center</code> tag.</em></center> <center><em>This site is still under active construction, and yes, this is inside a <code>center</code> tag.</em></center>
<h2>Tools</h2> <h2>Tools</h2>
<p>Think of some tool or language, I've probably checked it out. I've worked with Blender, Unity, LibreOffice, understand Inkscape as much as anyone can, used file types most people meet, messed around with GitLab, GitHub, tried Brave, Firefox, Thunderbird, Edge, Safari, Internet Explorer, loved Chrome and adored Opera, used Windows, ChromeOS and Kubuntu, tried Macs, Android, iPhone and Deepin, use iPad and Windows regularly, iPad by choice, because I love the feel of the Apple ecosystem, but Windows because I have to. I've played with Linux distros like Rasbian, would love to try Zorin. Visited Stack Overflow, messed with Mozilla, loved, accepted, then disregarded contemptuously W3Schools, now being a Mozilla Docs snob. Ocasionaly use Codepen, though it's nothing special. Use Procreate and trying Vectornator, using Apple notes & Obsidian, and lovin' Freeform. Gmail all the way. Used GitPod and Codespaces. I even tried at a Chrome extension, and can't wait to try again. Check out C++, worked with and hoping to learn more about Python, and planning to learn Rust. Use JS, HTML, CSS, Tailwind CSS and Node, know Express, use MongoDB, tried React, though I want to learn more, want to check out Angular, and working to learn Vue. And Socket.io is amazing, and I want to do more work with it. I also plan on learning Swift and building some apps.</p> <p>Think of some tool or language, I've probably checked it out. I've worked with Blender, Unity, LibreOffice, understand Inkscape as much as anyone can, used file types few people meet, messed around with GitLab, GitHub, tried Brave, Firefox, Thunderbird, Edge, Safari, Internet Explorer, loved Chrome and adored Opera, used Windows, ChromeOS and Kubuntu, tried Macs, Android, iPhone and Deepin, use iPad and Windows regularly, iPad by choice, because I love the feel of the Apple ecosystem, but Windows because I have to. I've played with Linux distros like Rasbian, would love to try Zorin. Visited Stack Overflow, messed with Mozilla, loved, accepted, then disregarded contemptuously W3Schools, now being a Mozilla Docs snob. Ocasionaly use Codepen, though it's nothing special. Use Procreate and trying Vectornator, using Apple notes & Obsidian, and lovin' Freeform. Gmail all the way. Used GitPod and Codespaces. I even tried at a Chrome extension, and can't wait to try again. Check out C++, worked with and hoping to learn more about Python, and planning to learn Rust. Use JS, HTML, CSS, Tailwind CSS and Node, know Express, use MongoDB, tried React, though I want to learn more, want to check out Angular, and working to learn Vue. And Socket.io is amazing, and I want to do more work with it. I also plan on learning Swift and building some apps.</p>
<h2>What I do</h2> <h2>What I do</h2>
<p>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.</p> <p>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.</p>
<h2>About me</h2> <h2>About me</h2>

View file

@ -21,6 +21,9 @@
background-color: #222; background-color: #222;
color: #f8f8f8; color: #f8f8f8;
} }
.footer {
background-color: #000;
}
} }
.title { .title {