diff --git a/index.html b/index.html index ad1753d..8f3efe8 100644 --- a/index.html +++ b/index.html @@ -17,19 +17,20 @@

Home

-

just a home page for normal stuff, use the new top navigation bar ^^

- - - +

Recent Projects

+ -

- /*

Access EasyController page from here!

- -

Access Wiki Resources from here!

- --> +

I don't know if there will be more projects in the future, but this page will be updated to include them if there are any new ones.

+
+

Contact Me

+ +

i don't use other social media ¯\_(ツ)_/¯

\ No newline at end of file diff --git a/other/EasyController/index.html b/other/EasyController/index.html index 36bd6e4..bf52c9a 100644 --- a/other/EasyController/index.html +++ b/other/EasyController/index.html @@ -18,5 +18,34 @@

EasyController

The github page is linked, and the current version(developer for now) is here.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
VersionInstallerSWF
1.3.0//
p 1.2.2NoneEasyController.swf
1.2.0EC_Installer1.2.0.zipEasyController.swf
1.1.0EC_Installer1.1.0.zipEasyController.swf
+

Note: versions that constain p at the start are pre-releases, and may contain bugs.

\ No newline at end of file diff --git a/other/main.css b/other/main.css index 6fdc85f..01c5301 100644 --- a/other/main.css +++ b/other/main.css @@ -68,6 +68,7 @@ th { padding: 14px 16px; text-decoration: none; font-size: 17px; + transition: background-color 0.2s, color 0.2s; } .topnav a:hover { background-color: #cecece6b; @@ -84,7 +85,7 @@ th { background-color: #181A1B; } a { - color: rgb(0, 255, 149); + color: rgb(113, 227, 180); text-decoration: none; } .topnav { @@ -98,13 +99,15 @@ th { padding: 14px 16px; text-decoration: none; font-size: 17px; + transition: background-color 0.2s, color 0.2s; } .topnav a:hover { background-color: #262627; color: #D5D3D1; + } .topnav a.active { - color: rgb(0, 255, 149); + color: rgb(113, 227, 180); } .table-container { @@ -112,7 +115,7 @@ th { } table { width: 100%; - max-width: 50%; /* Limiting to 40% of screen width */ + max-width: 50%; border-collapse: collapse; } th, td { @@ -126,6 +129,10 @@ th { } } +#note { + font-size: 15px; +} + @font-face { font-family: Frutiger; src: url('FrutigerNeue.ttf'); diff --git a/other/wiki/index.html b/other/wiki/index.html index 44c6d0c..b687186 100644 --- a/other/wiki/index.html +++ b/other/wiki/index.html @@ -40,7 +40,7 @@

Wiki Resources

/ -

Note: anything regarding time is calculated using frames, that means if you want the value in seconds, you must devide the original value by 30!

+

Note: anything regarding time is calculated using frames, that means if you want the value in seconds, you must devide the original value by 30!


Access wiki page from here!

diff --git a/other/wiki/stickempiresdata.html b/other/wiki/stickempiresdata.html index d414948..aaeabcf 100644 --- a/other/wiki/stickempiresdata.html +++ b/other/wiki/stickempiresdata.html @@ -3,9 +3,9 @@ - Stick War 2 data - + Stick Empires data + diff --git a/other/wiki/swiicampaigndata.html b/other/wiki/swiicampaigndata.html index c2ae833..1fa77b9 100644 --- a/other/wiki/swiicampaigndata.html +++ b/other/wiki/swiicampaigndata.html @@ -3,9 +3,9 @@ - Stick War 2 data - + Stick War 2 campaign data + diff --git a/other/wiki/swiidata.html b/other/wiki/swiidata.html index 957dee4..9691411 100644 --- a/other/wiki/swiidata.html +++ b/other/wiki/swiidata.html @@ -4,8 +4,8 @@ Stick War 2 data - + diff --git a/other/wikis.css b/other/wikis.css index 1cdca98..a106055 100644 --- a/other/wikis.css +++ b/other/wikis.css @@ -2,4 +2,10 @@ body { font-family: Arial, sans-serif; color: #24292E; } -/* text color of md #24292E*/ \ No newline at end of file + +/*@media (prefers-color-scheme: dark) { + body { + color: #D8D5D1; + background-color: #181A1B; + } +}*/ \ No newline at end of file