comparison index.html @ 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
comparison
equal deleted inserted replaced
75:d69f3fe99911 76:ed130c092d75
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html lang="en-US">
3 <head> 3 <head>
4 <title>home - Paper's website</title> 4 <title>home - Paper's website</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
7 <meta name="google-site-verification" content="rILPN0Fit17u21ImKQW-ZHQMvx_Ak7qcuM3ewqtrJg8" />
8 <link href="css/style.css" rel="stylesheet" media="screen"> 7 <link href="css/style.css" rel="stylesheet" media="screen">
9 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?"> 8 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
10 <style> 9 <style>
11 body { 10 body {
12 background-size: cover; 11 background-size: cover;
18 } 17 }
19 </style> 18 </style>
20 </head> 19 </head>
21 20
22 <body> 21 <body>
23 <!-- I tried to make this HTML as clean as possible, as to reduce clutter
24 from what these pages used to look like :/
25
26 Much of this page has taken "inspiration" (read: was stolen) from
27 sdomi's page at https://sdomi.pl/ -->
28 <div class="navbar drop-shadow-box"> 22 <div class="navbar drop-shadow-box">
29 <a href="#" class="navbar-item-active">home</a> 23 <a href="#" class="navbar-item-active">home</a>
30 <a href="projects/" class="navbar-item">projects</a> 24 <a href="projects/" class="navbar-item">projects</a>
31 </div> 25 </div>
32 26