Mercurial > web
comparison 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 |
comparison
equal
deleted
inserted
replaced
44:24b2d0a480d3 | 45:e44fb9a05998 |
---|---|
36 text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); | 36 text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); |
37 } | 37 } |
38 </style> | 38 </style> |
39 </head> | 39 </head> |
40 <body> | 40 <body> |
41 <div class="navbar-wrapper"> | 41 <div class="navbar-wrapper"> |
42 <div class="container-fluid" style="width: 98%;margin-top:1%;"> | 42 <div class="container" style="width: 100%-2%;margin-top:1%;"> |
43 <div class="navbar navbar-inverse" style="box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5)"> | 43 <div class="navbar navbar-inverse" style="box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5)"> |
44 <div class="navbar-inner"> | 44 <div class="navbar-inner"> |
45 <a class="brand" href="#">Paper's website</a> | 45 <a class="brand" href="#">Paper's website</a> |
46 <ul class="nav"> | 46 <ul class="nav"> |
47 <li><a href="./">Home</a></li> | 47 <li><a href="./">Home</a></li> |
48 <li><a href="music.html">Music</a></li> | 48 <li><a href="music.html">Music</a></li> |
49 <li class="active"><a href="#">Projects</a></li> | 49 <li class="active"><a href="#">Projects</a></li> |
50 <li><a href="blog/">Blog</a></li> | 50 <li><a href="blog/">Blog</a></li> |
51 </ul> | 51 </ul> |
52 </div> | 52 </div> |
53 </div> | 53 </div> |
54 </div> | 54 </div> |
55 </div> | |
55 <h1>Projects</h1> | 56 <h1>Projects</h1> |
56 <div class="box" style="background-color: rgba(0, 128, 0, 0.5);"> | 57 <div class="box" style="background-color: rgba(0, 128, 0, 0.5);"> |
57 <h1>msvpvf</h1> | 58 <h1>msvpvf</h1> |
58 <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> | 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> |
59 <p><a class="poop" href="https://github.com/mrpapersonic/msvpvf/releases/latest">Download</a></p> | 60 <p><a class="poop" href="https://github.com/mrpapersonic/msvpvf/releases/latest">Download</a></p> |