Mercurial > web
annotate projects.html @ 71:597f956b8d3a
projects: host patch file for utagoe30en locally
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 04:06:23 -0400 |
parents | 2e645b936727 |
children |
rev | line source |
---|---|
33 | 1 <!DOCTYPE html> |
2 <head> | |
56
c95a96b61d9a
html: Add Content Security Policy headers
Paper <mrpapersonic@gmail.com>
parents:
50
diff
changeset
|
3 <title>Projects - Paper's website</title> |
c95a96b61d9a
html: Add Content Security Policy headers
Paper <mrpapersonic@gmail.com>
parents:
50
diff
changeset
|
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
c95a96b61d9a
html: Add Content Security Policy headers
Paper <mrpapersonic@gmail.com>
parents:
50
diff
changeset
|
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
58
e6c574c6f8e0
music: reupload music to the music folder, fix links
Paper <mrpapersonic@gmail.com>
parents:
57
diff
changeset
|
6 <link href="./css/bootstrap.min.css" rel="stylesheet" media="screen"> |
69 | 7 <link href="./css/style.css" rel="stylesheet" media="screen"> |
8 <style> | |
33 | 9 body { |
10 background-size: cover; | |
69 | 11 background-image: url("projectsbg.jpg"); |
67
6019514100d4
html: fix random scaling shit on >1080p monitors
Paper <mrpapersonic@gmail.com>
parents:
58
diff
changeset
|
12 background-position: center top; |
69 | 13 background-size: cover; |
14 background-color: #1F255A; | |
33 | 15 } |
16 </style> | |
69 | 17 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"> |
33 | 18 </head> |
19 <body> | |
45
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
20 <div class="navbar-wrapper"> |
56
c95a96b61d9a
html: Add Content Security Policy headers
Paper <mrpapersonic@gmail.com>
parents:
50
diff
changeset
|
21 <div class="container"> |
c95a96b61d9a
html: Add Content Security Policy headers
Paper <mrpapersonic@gmail.com>
parents:
50
diff
changeset
|
22 <div class="navbar navbar-inverse"> |
45
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
23 <div class="navbar-inner"> |
50
65a2123aaf04
Make the brand text on navbar link to main page
Paper <mrpapersonic@gmail.com>
parents:
47
diff
changeset
|
24 <a class="brand" href="./">Paper's website</a> |
45
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
25 <ul class="nav"> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
26 <li><a href="./">Home</a></li> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
27 <li><a href="music.html">Music</a></li> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
28 <li class="active"><a href="#">Projects</a></li> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
29 </ul> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
30 </div> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
31 </div> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
32 </div> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
33 </div> |
33 | 34 <h1>Projects</h1> |
56
c95a96b61d9a
html: Add Content Security Policy headers
Paper <mrpapersonic@gmail.com>
parents:
50
diff
changeset
|
35 <div class="box"> |
33 | 36 <h1>msvpvf</h1> |
37 <p>msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C. It has no runtime libraries, making it incredibly lightweight. On macOS, the CLI compiles to 50 KB, and on Windows the GUI app is only 19 KB.</p> | |
56
c95a96b61d9a
html: Add Content Security Policy headers
Paper <mrpapersonic@gmail.com>
parents:
50
diff
changeset
|
38 <p><a href="https://github.com/mrpapersonic/msvpvf/releases/latest">Download</a></p> |
33 | 39 </div> |
56
c95a96b61d9a
html: Add Content Security Policy headers
Paper <mrpapersonic@gmail.com>
parents:
50
diff
changeset
|
40 <div class="box"> |
33 | 41 <h1>utagoe30en</h1> |
56
c95a96b61d9a
html: Add Content Security Policy headers
Paper <mrpapersonic@gmail.com>
parents:
50
diff
changeset
|
42 <p>A project to translate <a href="https://www.vector.co.jp/soft/dl/win95/art/se127635.html">Utagoe</a>, an app that extracts vocals from songs, into English</p> |
71
597f956b8d3a
projects: host patch file for utagoe30en locally
Paper <mrpapersonic@gmail.com>
parents:
69
diff
changeset
|
43 <p><a href="./media/utagoe30en-v1.1.patch">Download</a></p> |
33 | 44 </div> |
45 </body> |