Mercurial > web
annotate projects.html @ 45:e44fb9a05998
why does this work?
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Thu, 28 Jul 2022 20:09:49 -0400 |
parents | 24b2d0a480d3 |
children | 44b4ca6897f4 |
rev | line source |
---|---|
33 | 1 <!DOCTYPE html> |
2 <head> | |
42 | 3 <link href="https://maxcdn.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet" media="screen"> |
4 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"> | |
5 <!-- <script src="https://code.jquery.com/jquery.js"></script> | |
6 <script src="js/bootstrap/js/bootstrap.min.js"></script> --> | |
35
fbd0901ec2d8
Update projects.html
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
33
diff
changeset
|
7 <title>Projects - Paper's website</title> |
33 | 8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
9 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | |
10 <style> | |
11 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap'); | |
12 body { | |
13 background-size: cover; | |
36 | 14 background: url("blueforest.png") no-repeat center center fixed; |
33 | 15 color: white; |
16 font-family: 'Source Sans 3', sans-serif; | |
17 text-align: center; | |
18 text-shadow: 5px 0 10px rgba(0, 0, 0, 0.5); | |
19 } | |
20 div.box { | |
21 box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) inset; | |
22 color: white; | |
23 left: 0; | |
24 margin: 1% auto; | |
25 max-width: 500px; | |
26 padding: 10px; | |
27 right: 0; | |
28 text-align: center; | |
29 top: 50%; | |
30 } | |
31 .poop { | |
32 display: block-inline; | |
33 color: yellow; | |
34 background: radial-gradient(ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0) 75%); | |
42 | 35 box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); |
33 | 36 text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); |
37 } | |
38 </style> | |
39 </head> | |
40 <body> | |
45
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
41 <div class="navbar-wrapper"> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
42 <div class="container" style="width: 100%-2%;margin-top:1%;"> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
43 <div class="navbar navbar-inverse" style="box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5)"> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
44 <div class="navbar-inner"> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
45 <a class="brand" href="#">Paper's website</a> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
46 <ul class="nav"> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
47 <li><a href="./">Home</a></li> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
48 <li><a href="music.html">Music</a></li> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
49 <li class="active"><a href="#">Projects</a></li> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
50 <li><a href="blog/">Blog</a></li> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
51 </ul> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
52 </div> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
53 </div> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
54 </div> |
e44fb9a05998
why does this work?
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
44
diff
changeset
|
55 </div> |
33 | 56 <h1>Projects</h1> |
57 <div class="box" style="background-color: rgba(0, 128, 0, 0.5);"> | |
58 <h1>msvpvf</h1> | |
59 <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> | |
60 <p><a class="poop" href="https://github.com/mrpapersonic/msvpvf/releases/latest">Download</a></p> | |
61 </div> | |
62 <div class="box" style="background-color: rgba(0, 128, 0, 0.5);"> | |
63 <h1>utagoe30en</h1> | |
64 <p>A project to translate <a class="poop" href="https://www.vector.co.jp/soft/dl/win95/art/se127635.html">Utagoe</a>, an app that extracts vocals from songs, into English</p> | |
65 <p><a class="poop" href="https://github.com/mrpapersonic/utagoe30en/releases/latest">Download</a></p> | |
66 </div> | |
67 </body> |