changeset 76:ed130c092d75

projects: specify `download` in download hrefs remove README.md as well
author Paper <paper@paper.us.eu.org>
date Wed, 03 Apr 2024 09:50:06 -0400
parents d69f3fe99911
children d9242232f51d
files README.md index.html projects/index.html
diffstat 3 files changed, 7 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Fri Mar 22 21:42:50 2024 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-# Paper's website
-not much to see here
--- a/index.html	Fri Mar 22 21:42:50 2024 -0400
+++ b/index.html	Wed Apr 03 09:50:06 2024 -0400
@@ -1,10 +1,9 @@
 <!DOCTYPE html>
-<html>
+<html lang="en-US">
 <head>
 	<title>home - Paper's website</title>
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-	<meta name="google-site-verification" content="rILPN0Fit17u21ImKQW-ZHQMvx_Ak7qcuM3ewqtrJg8" />
 	<link href="css/style.css" rel="stylesheet" media="screen">
 	<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
 	<style>
@@ -20,11 +19,6 @@
 </head>
 
 <body>
-	<!-- I tried to make this HTML as clean as possible, as to reduce clutter
-	     from what these pages used to look like :/
-
-	     Much of this page has taken "inspiration" (read: was stolen) from
-	     sdomi's page at https://sdomi.pl/ -->
 	<div class="navbar drop-shadow-box">
 		<a href="#" class="navbar-item-active">home</a>
 		<a href="projects/" class="navbar-item">projects</a>
--- a/projects/index.html	Fri Mar 22 21:42:50 2024 -0400
+++ b/projects/index.html	Wed Apr 03 09:50:06 2024 -0400
@@ -1,10 +1,9 @@
 <!DOCTYPE html>
-<html>
+<html lang="en-US">
 <head>
 	<title>projects - Paper's website</title>
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-	<meta name="google-site-verification" content="rILPN0Fit17u21ImKQW-ZHQMvx_Ak7qcuM3ewqtrJg8" />
 	<link href="/css/style.css" rel="stylesheet" media="screen">
 	<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?">
 	<style>
@@ -70,13 +69,13 @@
 		<span class="drop-shadow-text project-title">Downloads:</span>
 		<ul class="project-downloads">
 			<li>
-				<a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-ansi.exe">32-bit (ANSI)</a>
+				<a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-ansi.exe" download>32-bit (ANSI)</a>
 			</li>
 			<li>
-				<a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-unicode.exe">32-bit (Unicode, use this one if unsure)</a>
+				<a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-unicode.exe" download>32-bit (Unicode, use this one if unsure)</a>
 			</li>
 			<li>
-				<a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-x86_64-unicode.exe">64-bit</a>
+				<a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-x86_64-unicode.exe" download>64-bit</a>
 			</li>
 		</ul>
 	</div>
@@ -91,7 +90,7 @@
 			presence.
 		</span>
 		<br><br>
-		<a class="drop-shadow-text prettylink" href="binaries/gen_DiscordGameSDK.dll">Download</a>
+		<a class="drop-shadow-text prettylink" href="binaries/gen_DiscordGameSDK.dll" download>Download</a>
 	</div>
 
 	<br>
@@ -103,7 +102,7 @@
 			A C library to parse and edit Vegas Pro EDL files.
 		</span>
 		<br><br>
-		<a class="drop-shadow-text prettylink" href="https://hg.sr.ht/~mrpapersonic/libedl/archive/v2.1.tar.gz">Download</a>
+		<a class="drop-shadow-text prettylink" href="https://hg.sr.ht/~mrpapersonic/libedl/archive/v2.1.tar.gz" download>Download</a>
 	</div>
 </body>
 </html>