mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-07 08:05:54 -05:00
93 lines
No EOL
5.4 KiB
HTML
93 lines
No EOL
5.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="description" content="The developer Editor Rust's personal website!">
|
|
<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&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="Styles/home.css">
|
|
<link rel="stylesheet" href="Styles/styles.css">
|
|
<title>Editor Rust</title>
|
|
</head>
|
|
<body>
|
|
<div class="progress-parent">
|
|
<div class="progress"></div>
|
|
</div>
|
|
|
|
<!-- <a class="thoughts" href="/thoughts.html">Thoughts</a> -->
|
|
<br><br>
|
|
|
|
<div class="content">
|
|
<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>
|
|
<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>
|
|
|
|
<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>
|
|
</div>
|
|
</div>
|
|
|
|
<br><br>
|
|
<div class="footer">
|
|
<div>
|
|
<h2>Find me</h2>
|
|
<p>My Github -> <a href="https://github.com/editorrust">GitHub</a></p>
|
|
<p class="faded-footer">GitHub is great, I host all my projects on it</p>
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="main.js"></script>
|
|
</html> |