Skip to content

Stake2/Websites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stake2 Websites

HTML5 CSS3 JavaScript Contributors Netlify Status

The HTML5, CSS3, and JavaScript files for all my websites.
This repository also contains all of my websites, deployed to Netlify.

License

Using MIT license

COC

Read Code of Conduct

Contribute

How to Contribute

General websites

Izaque, Stake2, Funkysnipa Cat

Diary

Diary Slim

My Little Pony: Friendship Is Magic

Watch History
The content of the "Watched things" and "Past registries" tabs on the "Watch History" website are inside JSON files.
The JSON database files are created and filled by the "Watch_History.py" Python module.
The JSON database files are read by the "Watched.php" HTML tab generator written in PHP, and the tabs are created.

Play History
The content of the "Game sessions played" and "Past registries" tabs on the "Play History" website are inside JSON files.
The JSON database files are created and filled by the "GamePlayer.py" Python module.
The JSON database files are read by the "Played.php" HTML tab generator written in PHP, and the tabs are created.

Tasks
The content of the "Completed tasks" and "Past registries" tabs on the "Tasks" website are inside JSON files.
The JSON database files are created and filled by the "Tasks.py" Python module.
The JSON database files are read by the "Tasks.php" HTML tab generator written in PHP, and the tabs are created.

Story websites

Desert Island

New World

SpaceLiving

The Life of Littletato

The Secret of the Crystals

The Story of the Bulkan Siblings

Year websites

My 2018

My 2019

My 2020

My 2021

My 2022

My 2023

My 2024

"Summary" tabs on all year websites

The summary text files are generated by the "Years.py" Python module and read by the "Summary.php" HTML tab generator written in PHP, and the tabs are created.

"Watched things" tabs on all year websites

The content of the "Watched things" tab of the "Watch History" website and all year websites are inside JSON files.
The JSON database files are created and filled by the "Watch_History.py" Python module.
The JSON database files are read by the "Watched.php" HTML tab generator written in PHP, and the tabs are created.

"Game sessions played" tabs on all year websites

The content of the "Game sessions played" tab of the "Play History" website and all year websites are inside JSON files.
The JSON database files are created and filled by the "GamePlayer.py" Python module.
The JSON database files are read by the "Played.php" HTML tab generator written in PHP, and the tabs are created.

"Completed tasks" tabs on all year websites

The content of the "Completed tasks" tab of all year websites are inside JSON files.
The JSON database files are created and filled by the "Tasks.py" Python module.
The JSON database files are read by the "Tasks.php" HTML tab generator written in PHP, and the tabs are created.