profile-site/index.html

94 lines
5.5 KiB
HTML
Raw Normal View History

2020-12-01 15:10:26 -05:00
<!DOCTYPE html>
2022-11-05 18:43:49 -04:00
<html lang="en">
<head>
2022-12-02 12:45:27 -05:00
<meta name="viewport" content="width=device-width">
<meta name="description" content="The developer Editor Rust's personal website!">
2022-11-05 18:43:49 -04:00
<link rel="shortcut icon" type="image/x-icon" href="Icons/race.png">
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap" rel="stylesheet">
2022-12-01 16:53:30 -05:00
<link rel="stylesheet" href="Styles/home.css">
<link rel="stylesheet" href="Styles/styles.css">
2022-11-05 18:43:49 -04:00
<title>Editor Rust</title>
</head>
<body>
<div class="progress-parent">
<div class="progress"></div>
</div>
2021-01-16 18:32:29 -05:00
2023-03-12 11:50:46 -04:00
<!-- <a class="thoughts" href="/thoughts.html">Thoughts</a> -->
2022-12-01 16:53:30 -05:00
<br><br>
2022-11-30 12:43:42 -05:00
2022-12-01 16:53:30 -05:00
<div class="content">
2023-03-12 11:50:46 -04:00
<div class="main-text">
<h1 class="title">Hi! I'm Editor Rust.</h1>
<center><em>This site is still under construction! And yes, this is in a <code>center</code> tag.</em></center>
<h2 id="about-me">About me</h2>
<p>I'm a high school student and spend just about all my spare time programming. I do mostly full-stack web development, with Node as the backend.</p>
<br>
<h2 id="work">Work</h2>
<p>My current big projects are <a href="https://github.com/editorrust/git-organized">Git Organized</a>, a project management and planning tool for developer projects, and an <a href="https://github.com/editorrust/chat-ex">unnamed chat project</a>, which is just a bunch of experiments with web sockets and the others nice stuffs. If you like them, you can email me to contribute.</p>
<!-- <p>You can see the roadmaps -> <a href="/roadmap.html">here</a></p> -->
2023-03-12 11:50:46 -04:00
<h3>Other work</h3>
<p>Some other work I've done include <a href="https://hillside-township.github.io/">Hillside Township</a>, an imaginary town with a satirical newspaper. The website's nice, so just... ignore the content.</p>
<p>Another cool little thing is <a href="https://editorrust.github.io/activity-log/">Activity Log</a>, which is meant to be used for tracking time. It's a really cool project, with a cool design and charts and everything.</p>
<p>I also made a small JS library called <a href="https://editorrust.github.io/digit/">Digit</a>, which writes out long numbers in words. I'm still polishing this, and plan on adding time related features, as well as number animations.</p>
<p>Some of my really old work include some games. These early games include dreadful styling and questionable code, so I reccomend you don't try them.</p>
<br>
<h2 id="workflow">Workflow</h2>
<p>My current workflow includes JSON and Markdown. I know they aren't languages, but still, they're amazing, right? Also, Node, Ejs, Tailwind CSS, MongoDB, JavaScript, and obviously CSS and HTML. Visual Studio Code, the hands-down best JavaScript IDE (JetBrains's IDEs cost money, booooo). Clearly I use GitHub for source control.</p>
<h3>Software</h3>
<p>I use Firefox, because it's amazing, bookmark managment is everything I ever wanted, and it's the last non-blink browser. Safari dosen't count. Also open source!</p>
<h3>OS</h3>
<p>Open source, Linux, free stuff!</p>
<br>
<h2>More</h2>
<p>Developer jokes! <a href="https://docs.google.com/document/d/e/2PACX-1vRKinOJRXxrcpdMauNaTAzLNVHom4OkadGgdm6ja82330EJFr_5FRw4ThSj71GcjG9Ll_7jh-7mox95/pub">Check them out</a></p>
<p>See my BFF <a href="https://github.com/tildejustin">tildejustin</a>'s stuff'</p>
2022-11-30 12:43:42 -05:00
2023-03-12 11:50:46 -04:00
<h2 id="funsies">Funsies</h2>
<div class="funsies">
<p>Change the website color theme</p>
<button onclick="changeThme()">Random</button>
<button onclick="changeThmeHex()">Hex code</button>
</div>
</div>
<div class="thoughts-preview">
<a href="/thoughts.html">
<h2>Thoughts</h2>
</a>
<a href="/thoughts.html#imessage-lockin">
<div class="thoughts-bit first-of-class">
<h4>The iMessage Lockin</h4>
<i>Dec 1 2022</i>
<p>Apple is mean, and they hate interoperability. Also nobody needs your proprietary messaging app anyway, not when I have such a cool open source one.</p>
</div>
</a>
<a href="/thoughts.html#reject-folding-phones">
<div class="thoughts-bit">
<h4>Reject Folding Phones</h4>
<i>Dec 1 2022</i>
<p>They're bad, and impractical, and I'll tell you why if you click right here.</p>
</div>
</a>
2022-12-01 16:53:30 -05:00
</div>
2022-11-06 14:57:38 -05:00
</div>
<br><br>
2022-11-05 18:43:49 -04:00
<div class="footer">
<div>
<h2>Find me</h2>
<p>My Github -> <a href="https://github.com/editorrust">GitHub</a></p>
2023-03-12 11:50:46 -04:00
<p class="faded-footer">GitHub is great, I host all my projects on it</p>
2022-11-05 18:43:49 -04:00
<p>Stack Overflow -> <a href="https://stackoverflow.com/users/14818357/editor-rust">Stack Overflow</a></p>
<p class="faded-footer">I kinda hate Stack Overflow because they blocked me from doing anything</p>
<p>CodePen -> <a href="https://codepen.io/editorrust">CodePen</a></p>
<p class="faded-footer">I don't use this account very often, but here it is</p>
</div>
<div>
<h2>Email me</h2>
<p>My developer account -> <a href="mailto:editorrust@gmail.com">editorrust@gmail.com</a></p>
<p>My personal account -> <a href="mailto:hamza.elabi1@gmail.com">hamza.elabi1@gmail.com</a></p>
2021-01-13 17:02:16 -05:00
</div>
2021-09-23 14:43:28 -04:00
</div>
2022-11-05 18:43:49 -04:00
</body>
<script src="main.js"></script>
</html>