From 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 10 Feb 2019 11:16:07 +0800 Subject: Initial commit. --- archive/about.html | 220 +++++++++++++++++++++++++++++++++++++++++ archive/common-night.css | 39 ++++++++ archive/common.css | 37 +++++++ archive/friends.html | 60 +++++++++++ archive/inactive_projects.html | 73 ++++++++++++++ archive/index-day.css | 10 ++ archive/index-night.css | 9 ++ archive/index_m.html | 132 +++++++++++++++++++++++++ archive/index_old.html | 133 +++++++++++++++++++++++++ 9 files changed, 713 insertions(+) create mode 100644 archive/about.html create mode 100755 archive/common-night.css create mode 100755 archive/common.css create mode 100644 archive/friends.html create mode 100755 archive/inactive_projects.html create mode 100755 archive/index-day.css create mode 100755 archive/index-night.css create mode 100644 archive/index_m.html create mode 100644 archive/index_old.html (limited to 'archive') diff --git a/archive/about.html b/archive/about.html new file mode 100644 index 0000000..83ec484 --- /dev/null +++ b/archive/about.html @@ -0,0 +1,220 @@ + + + + +Chrisoft::About + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Chrisoft::About

Tags: software developer, hardware terminator, acmer, former OIer, + dreamer, freedom seeker, music producer, likes to live on the edge, INTP:INTJ=6:4 and more...

+

Religious beliefs: Free softwares, K.I.S.S., Linux, LF for line breaks, UTF-8, FSF.

+

Chrisoft, aka Chris Xiong, is a young coder from a small city of China. Aged not more than 19, + he is just writing some code for fun. Crazy follower of "Free Software". Develops free software alone but + seldom feels lonely. Sincere friends are always cherished.

+

This site is written from scratch in XHTML. Later it was migrated to HTML5. + There are also a few components written in PHP. History of this site is available here. +

+
+ Twitter: @chirs241097
+ E-Mail: chirs241097 'at' gmail 'dot' com
+ Tox:
+ FA05874036F00DB86A512B076C354D804BD1BC7BBEC0832823D115ADD2CAF5645D4C420DE23F +
+ If you're brave...
+ ...Show me more evil! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Copyright Chrisoft 2016  Site Map
+ + diff --git a/archive/common-night.css b/archive/common-night.css new file mode 100755 index 0000000..0ab12d5 --- /dev/null +++ b/archive/common-night.css @@ -0,0 +1,39 @@ +body { + background: #090933; + color: #FFFFFF; +} +.CTitle { + font-family: 'FreeMono', 'Courier New', Courier, monospace; + color: #FFFFFF; +} +.TText { + font-family: 'FreeMono', 'Courier New', Courier, monospace; + color: #FFFFFF; +} +a:link { +color:#1194FF; +text-decoration:none; +} +a:visited { +color:#20ACFF; +text-decoration:none; +} +a:hover { +color:#3FBFFF; +text-decoration:none; +} +a:active { +color:#CCCCFF; +text-decoration:none; +} +div.floatingl { + left: 0px; + bottom: -10px; + position: fixed; +} +div.floatingr { + right: 0px; + bottom: -10px; + position: fixed; + transform: rotateY(180deg); +} diff --git a/archive/common.css b/archive/common.css new file mode 100755 index 0000000..ec3188c --- /dev/null +++ b/archive/common.css @@ -0,0 +1,37 @@ +body { + background: #FFF; + color: #000; +} +.CTitle { + font-family: 'FreeMono', 'Courier New', Courier, monospace; +} +.TText { + font-family: 'FreeMono', 'Courier New', Courier, monospace; +} +a:link { +color:#1194FF; +text-decoration:none; +} +a:visited { +color:#20ACFF; +text-decoration:none; +} +a:hover { +color:#3FBFFF; +text-decoration:none; +} +a:active { +color:#CCCCFF; +text-decoration:none; +} +div.floatingl { + left: 0px; + bottom: -10px; + position: fixed; +} +div.floatingr { + right: 0px; + bottom: -10px; + position: fixed; + transform: rotateY(180deg); +} diff --git a/archive/friends.html b/archive/friends.html new file mode 100644 index 0000000..7953691 --- /dev/null +++ b/archive/friends.html @@ -0,0 +1,60 @@ + + + + +Chrisoft::Home + + + + + + + + + + + + + + + + + + + + +
+ Chrisoft::Friends +
不愿透露姓名的陈小姐的博客
萌BL的博客
jxpxxzj的博客
Copyright Chrisoft 2016  About  Site Map
+
+ +
+ + diff --git a/archive/inactive_projects.html b/archive/inactive_projects.html new file mode 100755 index 0000000..929e776 --- /dev/null +++ b/archive/inactive_projects.html @@ -0,0 +1,73 @@ + + + + +Chrisoft::Inactive Projects + + + + + + + + + + + + + + + + +
+ Chrisoft::Inactive Projects +

+ Some of the projects listed here provides a download link. They are old projects, which are no longer maintained. + Those projects are provided "as-is" and come with ABSOLUTELY NO WARRANTY. + Use them at your own risk.
+ All original works here with download links are licensed under the terms of the MIT license unless otherwise stated. + Derivated works are licensed under their original licenses. +

+ Content: + +
+ Projects not yet started +
    +
  • Online Judge
  • +
  • vjtester v2
  • +
  • FluidR3 GM2+Extension
  • +
  • QSPS Sound Set
  • +
  • SMELT4js(?)
  • +
+
+ Suspended Projects +
    +
  • SMELT for Direct3D
  • +
  • yellowcal
  • +
  • ...
  • +
+
+ Projects no longer maintained + + Even older projects are not listed here. +
Copyright Chrisoft 2015  About  Site Map
+ + diff --git a/archive/index-day.css b/archive/index-day.css new file mode 100755 index 0000000..97dd6bf --- /dev/null +++ b/archive/index-day.css @@ -0,0 +1,10 @@ +tr#header { + background-color:rgba(255,255,255,0.9); + text-align:left; +} +td#lower { + background-color:rgba(255,255,255,0.7); +} +tr:nth-child(even) {background-color: rgba(240,240,240,0.8);} +tr:nth-child(odd) {background-color: rgba(255,255,255,0.6);} + diff --git a/archive/index-night.css b/archive/index-night.css new file mode 100755 index 0000000..92a408f --- /dev/null +++ b/archive/index-night.css @@ -0,0 +1,9 @@ +tr#header { + background-color: rgba(102,102,102,0.8); + text-align:left; +} +td#lower { + background-color: rgba(9,9,51,0.8); +} +tr:nth-child(even) {background-color: rgba(48,48,102,0.8);} +tr:nth-child(odd) {background-color: rgba(9,9,51,0.4);} diff --git a/archive/index_m.html b/archive/index_m.html new file mode 100644 index 0000000..ba73556 --- /dev/null +++ b/archive/index_m.html @@ -0,0 +1,132 @@ + + + + + +Chrisoft::Home + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Chrisoft::Home + +
Bullet Lab Remix
SMELT
QMidiPlayer
Ballance Remix
Full list
Development Blog
Nonsense Blog
Music Library
Picture Library
Code Library
Fucks
File upload(LAN only)
Leave a message
It works!
Welcome to the site that no human-beings will visit!
+ This version has "optimized" view for mobile devices. Best viewed if you have more than 600 pixels (at ~160dpi) in width.
+ This site uses cookies to improve your visiting experience remember the theme you use. +
Copyright Chris Xiong 2017  About  Friends
+ + + diff --git a/archive/index_old.html b/archive/index_old.html new file mode 100644 index 0000000..7ca6c1e --- /dev/null +++ b/archive/index_old.html @@ -0,0 +1,133 @@ + + + + +Chrisoft::Home + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Chrisoft::Home + +
Bullet Lab RemixBallance RemixDevelopment BlogMusic Library
SMELTFull listNonsense BlogPicture Library
QMidiPlayerCode Library
    
FucksFile upload(LAN only)Leave a messageIt works!
Welcome to the site that no human-beings will visit!
+ Best viewed if you have more than 1000 pixels (at ~96dpi) in width.
+ This site uses cookies to improve your visiting experience remember the theme you use. +
Copyright Chris Xiong 2017  About  Friends
Powered by Debian GNU/Linux
+
+ +
+ + -- cgit v1.2.3