Legal
As I come to look more into licenses and understand them more, I shall respect them by providing a copy of
them here. They are also available in the /LICENSES
file in the root directory of this GitHub
repository. Click the button below to visit the page of the GitHub repository.
If it does not work, you may manually copy the following URL:
https://github.com/Oktalon-Szoradi/oktalon-szoradi.github.io
Licenses for works which are not mine
"works which are not mine" include code I've used for this website that I have not written myself.
RetroArch Menu Ribbon Like PS3
This is the animated wavy-looking thing in the background which you might see.
It is implemented
- partially in
/css/background.css
and - in
/js/background.js
Copyright (c) 2024 by haxtir (https://codepen.io/haxtir/pen/YMJLLZ)
Fork of an original work RetroArch Menu Ribbon (https://codepen.io/bsehovac/pen/jdawXK)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CSS
Bootstrap
I use some of Bootstrap's CSS in my website. To reduce bandwidth and whatnot, I've copied only those classes which I use. It's mainly spacing and text formatting.
It is implemented
- in
/css/fromBootstrap.css
The MIT License (MIT)
Copyright (c) 2011-2024 The Bootstrap Authors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Glossy buttons in Memory Game
The navigation buttons seen on
https://oktalon-szoradi.github.io/pages/memory-game/
were made by me trying to follow the following tutorial:
https://simplestepscode.com/css-glass-button-tutorial/
Images/Videos that aren't mine or contain work that isn't mine
Not mine at all:
The following are from Bootstrap 2.3.2 which are provided by Glyphicons:
-
/img/glyphicons-halflings-white.png
(https://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings-white.png) -
/img/glyphicons-halflings.png
(https://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings.png)
/img/Icon_Gmail.png
was taken from the files of some old Android phone I have.
Not really mine but I've made transformations:
/vids/Szoradi_HeyVSauceRandomHere.mp4
is a parody-like video.
Visit
https://oktalon-szoradi.github.io/pages/video/synchronization.html
for more information.
/img/Icon_Discord.png
uses the shape of the new Discord logo. The box, colors, and effects
surrounding it were made by me.
/img/Thumbnail_Blender-1080p.png
has the Blender® logo on top of a screenshot I made.
/img/Thumbnail_Soundtrap-1080p.png
has the Soundtrap® logo on top of 3 stitched together
screenshots I made.
/pages/cookie-clicker-pro/img/unused/cookie_old.png
is a cropped image of a cookie to a square
with an edge-3D effect.
I do not remember where I got the image of that cookie, but I do remember that
it isn't mine (I took it from Google Images, iirc).
Screenshots
/img/Thumbnail_Reddit-1080p.png
is an old screenshot of
https://www.reddit.com/user/TalonS125/.
/img/Thumbnail_Steam-1080p.png
is an old screenshot of
https://steamcommunity.com/id/Talon_S/
/img/Thumbnail_TetraLegendsUltimate-1080p.png
is a screenshot of Tetra Legends Ultimate.
Please visit
https://github.com/Talon125/talon125.github.io
for more information. The original work is licensed under a GPL-3.0 license.
/img/Thumbnail_TETRIO-1080p.png
/img/Thumbnail_TETRIO(old)-1080p.png
These are screenshots of the TETRA CHANNEL website. Relevant links:
/img/Thumbnail_YouTubePersonal-1080p.png
is an old screenshot of my personal YouTube channel
page:
https://www.youtube.com/@oktalon
Fonts
Config
Config is the main font used throughout this website:
SamsungOne-700
Samsung One with the font weight 700 and a style of italic was used to make my logo seen in the top left of
this website.
The T and l are obviously stylized to make the logo unique and mine.
Licenses for my works
Images/Videos
Images/pictures/photographs that are in this repository except for those listed above as well as
/vids/AnsweringToy.mp4
are licensed under
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
See https://creativecommons.org/licenses/by-nc-sa/4.0/
Code
JavaScript, HTML, CSS, and anything else that hasn't yet been mentioned above (and also excluding anything that's mentioned above) is licensed under the GPL-3.0 license.