comparison code/index.html @ 111:250f40874439

*: update lots of things now we minify the html,css,etc before deploying, so it hopefully will load faster :)
author Paper <paper@tflc.us>
date Mon, 19 May 2025 13:58:21 -0400
parents a8449f9a55d4
children
comparison
equal deleted inserted replaced
110:7c8191bab90c 111:250f40874439
45 </ul> 45 </ul>
46 </div> 46 </div>
47 47
48 <br> 48 <br>
49 49
50 <div id="web" class="content drop-shadow-box">
51 <div class="project-title-container">
52 <span class="drop-shadow-text project-title">web</span>
53 <span class="project-quip drop-shadow-text"><i>turtles all the way down</i></span>
54 </div>
55 <hr class="project-separator">
56 <span class="drop-shadow-text">
57 The source code to this website. It's built using jekyll, and is fairly simple to set up.
58 See the '.build.yml' file for the exact commands used when deploying.
59 </span>
60 <br><br>
61 <a class="drop-shadow-text prettylink" href="https://hg.tflc.us/web">Mercurial source tree</a>
62 </div>
63
64 <br>
65
50 <div id="msvpvf" class="content drop-shadow-box"> 66 <div id="msvpvf" class="content drop-shadow-box">
51 <div class="project-title-container"> 67 <div class="project-title-container">
52 <span class="drop-shadow-text project-title">msvpvf</span> 68 <span class="drop-shadow-text project-title">msvpvf</span>
53 <span class="project-quip drop-shadow-text"><i>backwards compatibility? what's that?</i></span> 69 <span class="project-quip drop-shadow-text"><i>backwards compatibility? what's that?</i></span>
54 </div> 70 </div>
75 </ul> 91 </ul>
76 </li> 92 </li>
77 <li> 93 <li>
78 <a class="drop-shadow-text prettylink" href="https://hg.tflc.us/msvpvf">Mercurial source tree</a> 94 <a class="drop-shadow-text prettylink" href="https://hg.tflc.us/msvpvf">Mercurial source tree</a>
79 </li> 95 </li>
96 </ul>
80 </div> 97 </div>
81 98
82 <br> 99 <br>
83 100
84 <div id="wgsdk" class="content drop-shadow-box"> 101 <div id="wgsdk" class="content drop-shadow-box">
87 <span class="project-quip drop-shadow-text"><i>winamp, really? what year is it?</i></span> 104 <span class="project-quip drop-shadow-text"><i>winamp, really? what year is it?</i></span>
88 </div> 105 </div>
89 <hr class="project-separator"> 106 <hr class="project-separator">
90 <span class="drop-shadow-text"> 107 <span class="drop-shadow-text">
91 A Winamp plugin that uses the Discord GameSDK to provide rich 108 A Winamp plugin that uses the Discord GameSDK to provide rich
92 presence. 109 presence. It also uses the WinHTTP API provided in Windows XP
110 and newer to show album covers scraped from Deezer within the
111 status.
93 </span> 112 </span>
94 <br><br> 113 <br><br>
95 <a class="drop-shadow-text prettylink" href="binaries/gen_DiscordGameSDK.dll" download>Download (32-bit)</a> 114 <a class="drop-shadow-text prettylink" href="binaries/gen_DiscordGameSDK.dll" download>Download (32-bit)</a>
96 <br> 115 <br>
97 <a class="drop-shadow-text prettylink" href="https://hg.tflc.us/wgsdk">Mercurial source tree</a> 116 <a class="drop-shadow-text prettylink" href="https://hg.tflc.us/wgsdk">Mercurial source tree</a>