Skip to content

Commit

Permalink
phbbt
Browse files Browse the repository at this point in the history
  • Loading branch information
rubberocket committed Jan 1, 2025
1 parent 3ceac11 commit f7f00ee
Show file tree
Hide file tree
Showing 7 changed files with 389 additions and 21 deletions.
4 changes: 2 additions & 2 deletions sitedir/Templates/Main Template.dwt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<img src="../media/logos/aw_wordmark.png" alt="Aleph's Website" class="header_wordmark">
</picture>

<div class="header_links"><a href="/">HOME</a> <a href="/art/">ART</a> <a href="/videos/">VIDEOS</a> <a href="/games/">GAMES</a> <a href="/chardata/">CHARACTERDATA</a> <a href="/downloads/">DOWNLOADS</a> <a href="/about/">ABOUT</a></div>
<div class="header_links">NAV: <a href="/">HOME</a> <a href="/art/">ART</a> <a href="/videos/">VIDEOS</a> <a href="/games/">GAMES</a> <a href="/chardata/">CHARACTERDATA</a> <a href="/downloads/">DOWNLOADS</a> <a href="/about/">ABOUT</a></div>
<!-- cool line-->
<img src="../media/sitegrfx/main/rainbowline.png" width="100%" height="4" class="header_links_coolline pixelme">
</div>
Expand Down Expand Up @@ -97,7 +97,7 @@
<div class="footer">
<hr>

Copyright &copy 2022-{YEAR HERE} Aleph Diallo. Some content may be licensed under the Creative Commons.
Copyright &copy; 2022-{YEAR HERE} Aleph Diallo. Some content may be licensed under the Creative Commons.

<hr>

Expand Down
132 changes: 132 additions & 0 deletions sitedir/about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
<!DOCTYPE html>
<html lang="en"><!-- InstanceBegin template="/Templates/Main Template.dwt" codeOutsideHTMLIsLocked="false" -->

<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>About ::: Aleph's Website</title>
<!-- InstanceEndEditable -->

<!-- seo stuff -->
<!-- InstanceBeginEditable name="SEOSTUF" -->
<meta name="title" content="(Almost) All About Aleph Diallo">

<meta name="description" content="A bunch of stuff (depending on how you view the word bunch) about the webmaster of this very site, Aleph Diallo.">

<meta name="keywords" content="rubberocket, rubberocket.com, Aleph Diallo, Aleph's Website, alephdfilms, rubber rocket, Rubber Rocket, rubberrocket, RubberRocket Studios, Cartoons, Animations, Art, Videos, Games, Downloads">

<meta name="robots" content="index, follow">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">

<meta name="author" content="Aleph Diallo">

<link rel="shortcut icon" href="/favicon.ico">
<!-- InstanceEndEditable -->
<!-- end seo stuff -->

<link rel="stylesheet" href="/media/styles/main.css">

<!-- InstanceBeginEditable name="restofthehead" -->
<style>
body {
background: #000;
}
</style>
<!-- InstanceEndEditable -->
</head>

<body>

<div class="mainbox">

<nav>
<!-- header (not to be confused with an article header!) -->
<div class="header" id="header">

<!-- banner -->
<picture>
<source srcset="media/sitegrfx/main/thumbwlogo.svg" alt="Aleph's Website Thumbs Up" class="header_img">
<img src="../media/sitegrfx/main/thumbwlogo.png" alt="Aleph's Website Thumbs Up" class="header_img">
</picture>
<!-- end banner -->

<!-- wordmark for smaller screens -->
<picture>
<source srcset="media/logos/aw_wordmark.svg" alt="Aleph's Website" class="header_wordmark">
<img src="../media/logos/aw_wordmark.png" alt="Aleph's Website" class="header_wordmark">
</picture>

<div class="header_links">NAV: <a href="/">HOME</a> <a href="/art/">ART</a> <a href="/videos/">VIDEOS</a> <a href="/games/">GAMES</a> <a href="/chardata/">CHARACTERDATA</a> <a href="/downloads/">DOWNLOADS</a> <a href="/about/">ABOUT</a></div>
<!-- cool line-->
<img src="../media/sitegrfx/main/rainbowline.png" width="100%" height="4" class="header_links_coolline pixelme">
</div>
<!--end header-->
</nav>

<hr>

<!-- under construction -->
<p align="center"><img src="../media/gifsfromgeocities/construction.gif" alt="This site is under construction. Come back often." class="pixelme"></p>

<hr>

<main>
<div class="main">

<!-- your content goes here... -->
<div class="main_content">
<!-- InstanceBeginEditable name="main_content" -->
<h1>Where am I? </h1>
<p>This is Aleph's Website. That is clear. It was also formerly called <a href="/archive/">Rubberocket</a> (just like the domain!), but then I got bored, so now it's Aleph's Website! <em>Again!!</em> </p>
<h1>Who are you?</h1>
<p>I'm Aleph Diallo. I like drawing.</p>
<h1>Where can I contact you?</h1>
<p>The best way to contact me is through email:</p>
<p>aleph at rubberocket dot com</p>
<h1>Why did you make Aleph's Website?</h1>
<p>First, it was boredom. Then, it was so that I could show what I've done over the years to the public, no matter how bad it would be.</p>
<h1>What do you like?</h1>
<p>Rock music (a big one is Blur but there's also Radiohead, Pixies, Nirvana and Oasis), cartoons (e.g. Superjail, Moral Orel, Foster's Home, Happy Tree Friends, etc.), animals (cats, dogs, monkeys, bats, you name it and I'll probably recognize it from a mile away), and old stuff nobody wants or uses anymore.</p>
<h1>What do you use to get stuff done?</h1>
<p><a href="stuffiuse.html">Here's a list.</a> </p>
<h1>Anything else?</h1>
<p>Yeah. Don't do drugs. </p>
<!-- InstanceEndEditable -->
</div>
<!-- your content dies here. -->

<!-- sideabr -->
<div class="main_thebar">
<!-- InstanceBeginEditable name="main_thebar" -->
<p><img src="../media/pagespecific/about/me.png" alt="This is me" class="pixelme" width="100%"></p>
<p>That's me above this string of text... well... not exactly, but it's my persona that's loosely based on me. Same thing, right?</p>
<!-- InstanceEndEditable -->
</div>
<!-- end sideabr -->

</div>
</main>


<div class="footer">
<hr>

Copyright &copy; 2022-{YEAR HERE} Aleph Diallo. Some content may be licensed under the Creative Commons.

<hr>

<!--the buttons-->
<img src="../media/buttons/aleph8831.gif" alt="Aleph's Website button">
<a href="https://www.archive.org" target="_blank"><img src="../media/buttons/internetarchive.gif" alt="Visit the Internet Archive!"></a>
<img src="../media/buttons/mwm_dw_88x31.gif" alt="Code made with Macromedia Dreamweaver">
<img src="../media/buttons/mwm_fw_88x31.gif" alt="Graphics made with Macromedia Fireworks">
<img src="../media/buttons/made_with_windows.gif" alt="Made with Windows">
<img src="../media/buttons/bestview.gif" alt="Best viewed with open eyes (redundant i know)">

</div>
</div>

</body>

<!-- InstanceEnd --></html>
240 changes: 240 additions & 0 deletions sitedir/about/stuffiuse.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,240 @@
<!DOCTYPE html>
<html lang="en"><!-- InstanceBegin template="/Templates/Main Template.dwt" codeOutsideHTMLIsLocked="false" -->

<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>The Stuff I Use ::: Aleph's Website</title>
<!-- InstanceEndEditable -->

<!-- seo stuff -->
<!-- InstanceBeginEditable name="SEOSTUF" -->
<meta name="title" content="Aleph's Website: Cartoons, Animations and more!">

<meta name="description" content="The main homepage for Aleph's Website. Come on in and see the sights or however the saying goes.">

<meta name="keywords" content="rubberocket, rubberocket.com, Aleph Diallo, Aleph's Website, alephdfilms, rubber rocket, Rubber Rocket, rubberrocket, RubberRocket Studios, Cartoons, Animations, Art, Videos, Games, Downloads">

<meta name="robots" content="index, follow">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">

<meta name="author" content="Aleph Diallo">

<link rel="shortcut icon" href="/favicon.ico">
<!-- InstanceEndEditable -->
<!-- end seo stuff -->

<link rel="stylesheet" href="/media/styles/main.css">

<!-- InstanceBeginEditable name="restofthehead" -->
<style>
body {
background: #000;
}
</style>
<!-- InstanceEndEditable -->
</head>

<body>

<div class="mainbox">

<nav>
<!-- header (not to be confused with an article header!) -->
<div class="header" id="header">

<!-- banner -->
<picture>
<source srcset="media/sitegrfx/main/thumbwlogo.svg" alt="Aleph's Website Thumbs Up" class="header_img">
<img src="../media/sitegrfx/main/thumbwlogo.png" alt="Aleph's Website Thumbs Up" class="header_img">
</picture>
<!-- end banner -->

<!-- wordmark for smaller screens -->
<picture>
<source srcset="media/logos/aw_wordmark.svg" alt="Aleph's Website" class="header_wordmark">
<img src="../media/logos/aw_wordmark.png" alt="Aleph's Website" class="header_wordmark">
</picture>

<div class="header_links">NAV: <a href="/">HOME</a> <a href="/art/">ART</a> <a href="/videos/">VIDEOS</a> <a href="/games/">GAMES</a> <a href="/chardata/">CHARACTERDATA</a> <a href="/downloads/">DOWNLOADS</a> <a href="/about/">ABOUT</a></div>
<!-- cool line-->
<img src="../media/sitegrfx/main/rainbowline.png" width="100%" height="4" class="header_links_coolline pixelme">
</div>
<!--end header-->
</nav>

<hr>

<!-- under construction -->
<p align="center"><img src="../media/gifsfromgeocities/construction.gif" alt="This site is under construction. Come back often." class="pixelme"></p>

<hr>

<main>
<div class="main">

<!-- your content goes here... -->
<div class="main_content">
<!-- InstanceBeginEditable name="main_content" -->
<h1>Steal his Tech! </h1>
<h2>Hardware</h2>
<h3>Computers</h3>
<ul>
<li><a href="https://us.msi.com/Laptop/Thin-GF63-12UCX/Specification">MSI GF63 Thin 12UCX-814US</a> (2024-)
<ul>
<li>They're still new in stock online... I think... just look around for one. It's pretty easy.</li>
</ul>
</li>
<li><a href="https://web.archive.org/web/20250101003717if_/http://web.archive.org/screenshot/https://support.apple.com/en-us/111924" target="_blank">2017 13'' MacBook Air</a>
<ul>
<li><a href="https://www.amazon.com/Apple-Macbook-13-inch-Storage-English/dp/B0751N2Y78" target="_blank">Currently in stock from Platinum Deals.</a> Primarily used outside because the MSI laptop has subpar battery life. </li>
</ul>
</li>
<li><a href="https://web.archive.org/web/20120529024352/http://www.everymac.com/systems/apple/imac/specs/imac-core-2-duo-2.4-20-inch-aluminum-early-2008-penryn-specs.html" target="_blank">2008 iMac MB323LL/A</a> (periodically used from time to time)
<ul>
<li>They're on eBay, just make sure it doesn't have a NVIDIA GPU. <a href="https://www.ebay.com/itm/284425768193">As of 2024/12/31, this exact listing seems to be that of a refurbisher's, so maybe get that one.</a> </li>
</ul>
</li>
<li><a href="https://web.archive.org/web/20120531131530/http://www.everymac.com/systems/apple/imac/specs/imac-core-2-duo-2.0-20-inch-aluminum-specs.html" target="_blank">Mid-2007 iMac MA876LL</a> (periodically used from time to time)
<ul>
<li>They're also easy to find on eBay for dirt cheap, but there's some pesky Early-2008 ones here and there so look closely.</li>
</ul>
</li>
</ul>
<h3>Drawing Tablets</h3>
<p>Most of these are still available for sale as of 2024/12/31, but for archival purposes I've used Wayback Machine links. </p>
<ul>
<li><a href="https://web.archive.org/web/20240118054503/https://www.huion.com/products/pen_tablet/Others/HS610.html" target="_blank">HUION HS610</a> (2024-)
<ul>
<li>Got it for the keydial. It's worth it, but if you don't need a keydial then you don't really need it.</li>
</ul>
</li>
<li><a href="https://web.archive.org/web/20230911081027/https://www.huion.com/products/pen_tablet/Others/HS64.html" target="_blank">HUION HS64</a> (2020-2021, 2024-)
<ul>
<li>The first drawing tablet I ever got. I only really use it to bring outside or whatever, since it does the job really well. </li>
</ul>
</li>
</ul>
<h2>Software</h2>
<h3>Art/Animation Software</h3>
<ul>
<li><a href="https://www.krita.org" target="_blank">Krita</a>
<ul>
<li>No comment. </li>
</ul>
</li>
<li><a href="https://ibispaint.com/product.jsp" target="_blank">ibisPaint</a><br>
<ul>
<li>My primary drawing/animation app of choice on mobile, just because nothing can match it when it comes to drawing on my phone. One thing I really hate about it is the leaderboard, there's no way to disable it and it gets in the way of people making art for fun. Really.</li>
</ul>
</li>
<li>Microsoft Paint
<ul>
<li>I wish I were joking, but it's a pretty decent program to draw in. Unfortunately, layer support in the new version isn't the best right now, but it's there and it's really useful.</li>
</ul>
</li>
<li>Adobe Illustrator CS5.1 (periodically)
<ul>
<li>MIGHT make the switch to an ancient version from the stone ages of the internet. Adobe <em>really</em> hates anything that doesn't rely on activation servers or a monthly subscription to use.</li>
</ul>
</li>
<li>Adobe Photoshop CS5.1 (periodically)
<ul>
<li>Like I said, might go older. Only time will tell. <br>
</li>
</ul>
</li>
<li><a href="https://boxy-svg.com/" target="_blank">Boxy SVG</a> (2022-2023)</li>
<li>Macromedia Flash 8.0 (now Adobe Animate)
<ul>
<li>I don't use this as my main animation software of choice anymore, but it's there when I need it.</li>
<li>Fun fact: I own this, along with the rest of the Macromedia Studio 8 suite, on an actual, legitimate disc. That's how much I love this thing. Really.</li>
</ul>
</li>
<li>Adobe/Macromedia Fireworks
<ul>
<li>Mainly for website graphics, since that's what it was built for.</li>
</ul>
</li>
</ul>
<h3>Video Editing...</h3>
<p>...which is something I barely do nowadays but whatever. </p>
<ul>
<li><a href="https://www.blackmagicdesign.com/products/davinciresolve" target="_blank">Davinci Resolve</a></li>
</ul>
<h3>Programming</h3>
<ul>
<li>Macromedia Dreamweaver 8
<ul>
<li>Mainly for websites, like this one.</li>
</ul>
</li>
<li><a href="https://notepad-plus-plus.org/" target="_blank">Notepad++</a> (2024-)
<ul>
<li>The better notepad.exe </li>
</ul>
</li>
<li><a href="https://www.nano-editor.org/" target="_blank">Nano</a> (periodically)
<ul>
<li>It's pretty good for coding. That's all. </li>
</ul>
</li>
<li>Macromedia Director 8.5
<ul>
<li>Plan to learn Lingo extensively to make crappy little games. </li>
</ul>
</li>
</ul>
<h3>Operating Systems </h3>
<ul>
<li>Windows
<ul>
<li>Best OS aesthetically is Windows 2000. In terms of anything else the latest is the greatest... when debloated, otherwise anything before and including Windows 7 is pretty good... nothing amazing, though.</li>
</ul>
</li>
<li>MacOS (periodically on desktops)
<ul>
<li>It's OK, but it's not like I'm a huge Apple fanboy. I know what Apple does with its prices. And it isn't pretty... $1,000 for wheels...</li>
</ul>
</li>
<li>Linux (periodically on older hardware)
<ul>
<li>Desktop Linux is a struggle to use daily for me, especially when it's not on anything ancient or anything that I have to get work done on. I mean, it's a good choice, but it's just not for me anymore. A debloated Windows install does all of the things Linux does, only better. I did install Gentoo on bare metal, though. Twice, even. It was a fine experience. Took too long to compile, though. </li>
</ul>
</li>
</ul>
<!-- InstanceEndEditable --> </div>
<!-- your content dies here. -->

<!-- sideabr -->
<div class="main_thebar">
<!-- InstanceBeginEditable name="main_thebar" --><img src="../media/pagespecific/about/freepc.png" alt="Free PCs!" width="100%"><!-- InstanceEndEditable -->
</div>
<!-- end sideabr -->

</div>
</main>


<div class="footer">
<hr>

Copyright &copy; 2022-{YEAR HERE} Aleph Diallo. Some content may be licensed under the Creative Commons.

<hr>

<!--the buttons-->
<img src="../media/buttons/aleph8831.gif" alt="Aleph's Website button">
<a href="https://www.archive.org" target="_blank"><img src="../media/buttons/internetarchive.gif" alt="Visit the Internet Archive!"></a>
<img src="../media/buttons/mwm_dw_88x31.gif" alt="Code made with Macromedia Dreamweaver">
<img src="../media/buttons/mwm_fw_88x31.gif" alt="Graphics made with Macromedia Fireworks">
<img src="../media/buttons/made_with_windows.gif" alt="Made with Windows">
<img src="../media/buttons/bestview.gif" alt="Best viewed with open eyes (redundant i know)">

</div>
</div>

</body>

<!-- InstanceEnd --></html>
Loading

0 comments on commit f7f00ee

Please sign in to comment.