Skip to content

Commit

Permalink
Merge pull request #5 from Teinc3/refactor/html4
Browse files Browse the repository at this point in the history
HTML4 refactor
  • Loading branch information
Teinc3 authored Mar 2, 2024
2 parents d9aa8e9 + 1a8c6f8 commit 6096f39
Show file tree
Hide file tree
Showing 43 changed files with 198 additions and 20,170 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/deploy.yml

This file was deleted.

25 changes: 1 addition & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
/docs

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea/
6 changes: 0 additions & 6 deletions .prettierrc

This file was deleted.

72 changes: 13 additions & 59 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,68 +1,22 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
# teinc3.github.io

## Available Scripts
<p align="center">
<a href="https://github.com/Teinc3/teinc3.github.io/actions/workflows/pages/pages-build-deployment"><img src="https://github.com/Teinc3/teinc3.github.io/actions/workflows/pages/pages-build-deployment/badge.svg" alt="Build and Publish to GitHub Pages"></a>
</p>

In the project directory, you can run:
<hr/>

### `npm start`
### Why HTML4?

Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
Because it's cool.

The page will reload if you make edits.<br />
You will also see any lint errors in the console.
Everyone builds their own website nowadays with fancy animations, smooth transitions, and all that savvy jazz.
But this makes the web boring.

### `npm test`
So why not go back to the good old days when everything was simple and ugly?

Launches the test runner in the interactive watch mode.<br />
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
I might even argue that it's more attractive to have such a website, because it's different from the rest.

### `npm run build`
### Yeah, I get the point. Now what?

Builds the app for production to the `build` folder.<br />
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.<br />
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

### Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

### Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

### Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

### Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

### `npm run build` fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
I don't know. I'm just a README file describing why my website is in HTML4. What else do you want from me?
Binary file added assets/fast_chair.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/omega_chair.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pepe_sadge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/poorzar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shining_blob.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/wave_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/youareanidiot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 98 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Teinc3's Homepage</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="aAlignCenter1">
<div>
<img src="assets/poorzar.gif" alt="Teinc3===Poorzar" />
</div>
<div id="aContentBox">
<div id="aHeader">
<img id="aResizedImage" src="https://media1.tenor.com/m/5QoiTpwS1iEAAAAC/wheelchair-fall.gif" alt="Wheelchair_Falling_Down_Gif">
<div>
<h1><abbr title="This page is definitely not inspired by somebody else">Teinc3's Homepage</abbr></h1>
</div>
<a href="https://youareanidiot.cc">
<img src="assets/youareanidiot.gif" alt="You_are_an_idiot!" />
</a>
</div>
<hr>
<div id="aContent">
<h2>About Me</h2>
<p>
'05 Hongkonger that is equally bad at everything <img id="aEmoji1" src="assets/omega_chair.gif" alt="Omega_Wheelchair_Emoji">
<br><br>
Currently studying Applied AI at HKU but planning to emigrate, because STEM people have no future here.
<br><br>
Have an interest in most things but can't actually be competent in any of them <img id="aEmoji2" src="assets/pepe_sadge.png" alt="Pepe_sadge">
<br>However, I do wish to create a startup. I have no idea what it will be about, maybe sth related to AI since it's pretty fire recently.
<br> Creativity is the only path forward in a world where everything is automated anyways.
<br><br>
I have preferred pronouns (<abbr title="Did you just assume my gender???"><span id="aUnderlineTooltip1">hokzar/poorjar</span></abbr>),
but you may call me a trashcan or anything you like, I don't really care.
<br><br>
Also, I hate nerds and I am not a nerd. People who think I am a nerd are the nerdiest of the nerds
<b>:CHECKMATE:</b>
</p>

<hr>

<h2>What I'm Doing</h2>
<h4>Last Updated March 2, 2024</h4>
<ol>
<li><span id="aLargeText1">Reading <i>The Thomas Sowell Reader</i></span> <br>
Very based work in my opinion, when you realize that most of the "problems" in society are artificial constructs distracting you from the truthful reality.
<br> Will probably look into more of his works in the future
<br><br>
Future books I plan to read:
<ul>
<li>Rich Dad Poor Dad</li>
<li>In Search of Excellence: Lessons from America's Best-Run Companies</li>
</ul>
</li>
<li><span id="aLargeText2">Working as a pseudo web-developer</span><br>
I'm not really a web developer and honestly full-time developers suck, I'd rather make a startup - they say "Go big or go home".<br><br>
I learnt JavaScript from deobfuscating <a href="https://territorial.io">territorial.io</a> and as a result I inherited a lot of bad coding practices.<br>
I created algorithms that would theoretically dominate in matches, and <abbr title="The frenchies"><span id="aUnderlineTooltip2">some people</span></abbr> tried to frame me for cheating
<br>PLOT TWIST: they backfired, and now I write updates for the game from time to time xD. <br><br>
I am also working on my own game called <b>Evoku</b>. Basically sudoku but evolved with multiplayer and powerups.
Let's see how good that goes <img id="aEmoji3" src="assets/shining_blob.gif" alt="Shining_Blob">
<br><br>
Oh, and I'm also updating this website. Later I'll add a sidebar for custom single-page navigation.
</li>
<li><span id="aLargeText3">Wasting Society Resources</span><br>
Because I don't deserve them <img id="aEmoji4" src="assets/fast_chair.png" alt="Fast_Wheelchair_Emoji">
</li>
</ol>

<hr>

<h2>Interesting Facts</h2>
<ol>
<li>My name is not Amit Ho.</li>
<li>My name is not Amit Ho.</li>
<li>My name is not Amit Ho.</li>
<li>All of the above are true.</li>
</ol>

<hr>

<h2>Contact</h2>
You can contact me through the following methods:
<ul>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Discord: @teinc3 (Or join my Friend's Discord Server to find me <a href="https://discord.gg/ZByUfCg">here</a>!)</li>
<li>Telegram: <a href="https://t.me/Teinc3">@Teinc3</a></li>
</ul>
I go by the aliases <b>Teinc3</b> or <b>Vkij</b> on the Internet.
<hr>
<p id="aAlignCenter2">HTML4 is awesome and I argue that people should use it more. FUCK SMOOTH INCEL-LIKE ANIMATIONS, HAIL HTML4</p>

</div>
</div>
</div>
</body>
</html>
Loading

0 comments on commit 6096f39

Please sign in to comment.