diff options
author | Chris Xiong <chirs241097@gmail.com> | 2020-10-10 23:29:39 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2020-10-10 23:29:39 +0800 |
commit | c9f241bc0b15c8166d4104355e5aea4ba202fe7d (patch) | |
tree | f2c6ed6466e025d2a128ba57704ba5305fe91f4b /index.html | |
parent | 925608268cf758b262df61f48e081e82c0ad6d80 (diff) | |
download | web-c9f241bc0b15c8166d4104355e5aea4ba202fe7d.tar.xz |
index update, 2020 edition.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 54 |
1 files changed, 38 insertions, 16 deletions
@@ -120,23 +120,15 @@ function swonload(){ <div class="block" id="projects"> <h2>Projects</h2><hr> <p> - Here's a list of projects maintained by me. For projects with license files, please refer to them for licensing details. + Here's an incomplete list of projects maintained by me. You may find more projects listed in my <a href="https://cgit.chrisoft.org/">code library</a>, or under my GitHub profile. + </p> + <p> + For projects with license files, please refer to them for licensing details. Other projects, especially the old inactive ones, are provided "as-is", licensed under the terms of the Expat (MIT) license and come with <strong>ABSOLUTELY NO WARRANTY</strong>. Use them at your own risk. </p> <h3 style="font-weight:normal;">Active Projects</h3> <ul> - <li>Bullet Lab Remix - <reduced><a href="./BulletLabRemix">[details]</a> - <a href="javascript:toggleblkdisplay('blr-desc')"> - [short desc.]</a></reduced> - <div class="block" id="blr-desc"> - A danmaku-like game. Inspired by a flash game - called "Bullet Lab", this project has departured - so far from it that it has became a STG without - the 'shooting' part. - </div> - </li> <li>QMidiPlayer <reduced><a href="./QMidiPlayer">[details]</a> <a href="javascript:toggleblkdisplay('qmp-desc')"> @@ -221,6 +213,22 @@ function swonload(){ </div> </reduced> </li> + <li>Deepin Desktop Environment + <reduced> + <a href="javascript:toggleblkdisplay('dde-desc')"> + [short desc.]</a></reduced> + <div class="block" id="dde-desc"> + <p> + I worked for Deepin as an intern for almost a year starting from February 2019. My work there + includes implementing optical disc authoring for the file manager and reworking the computer + pseudo-folder. I also worked on the networking section of the settings application for some + time. Chances are if you have ever used DDE v20 (the redesign released in 2020), my code has + passed the pipelines of your computer. + </p> + <p>I have mixed views on Deepin the company. You may find out more in my blog posts.</p> + </div> + </reduced> + </li> <li>SDUOJ <reduced> <a href="javascript:toggleblkdisplay('soj-desc')"> @@ -239,11 +247,13 @@ function swonload(){ </ul> <h3 style="font-weight:normal;">Pending Projects</h3> <ul> - <li>Online Judge</li> - <li>vjtester v2</li> + <li>OPLang</li> + <li>msed</li> <li>FluidR3 GM2+Extension</li> <li>QSPS Sound Set</li> - <li>SMELT4js(?)</li> + <li><s>vjtester v2</s></li> + <li><s>SMELT4js(?)</s></li> + <li><s>Online Judge</s></li> </ul> <h3 style="font-weight:normal;"><s>Archived</s> Antique Projects</h3> <p> @@ -251,6 +261,17 @@ function swonload(){ </p> <ul> + <li>Bullet Lab Remix + <reduced><a href="./BulletLabRemix">[details]</a> + <a href="javascript:toggleblkdisplay('blr-desc')"> + [short desc.]</a></reduced> + <div class="block" id="blr-desc"> + A danmaku-like game. Inspired by a flash game + called "Bullet Lab", this project has departured + so far from it that it has became a STG without + the 'shooting' part. + </div> + </li> <li>Ballance Remix (2011-2012) <reduced> <a href="./BallanceRemix">[details]</a> @@ -534,11 +555,12 @@ function swonload(){ <ul id="friendslist"> <li><a rel="external" target="_blank" href="https://blog.61dpi.com/">夜光糖果屋</a></li> <li><a rel="external" target="_blank" href="https://www.blumia.net/" rel="nofollow">BLumia :: Wrapzone</a></li> - <li><a rel="external" target="_blank" href="https://jxpxxzj.oschina.io">雄心万丈, 躺在床上</a></li> + <li><a rel="external" target="_blank" href="https://jxpxxzj.oschina.io"><s>雄心万丈, 躺在床上</s></a></li> <li><a rel="external" target="_blank" href="https://yyc12345.github.io/MyBlog/">yyc12345 の Blog</a></li> <li><a rel="external" target="_blank" href="https://oing9179.github.io/blog">oing9179 的笔记本儿</a></li> <li><a rel="external" target="_blank" href="https://baka719.top">719daze</a></li> <li><a rel="external" target="_blank" href="https://owner.pw">OWNER203'S WORLD</a></li> + <li><a rel="external" target="_blank" href="https://un1c0de.xyz">UN1C0DE</a></li> </ul> </div> <div style="text-align:center;padding:0.5em;"> |