1
0

Made links relative

This commit is contained in:
devenblake 2020-10-17 20:14:30 -04:00
parent c66b2693a0
commit 139230df84
6 changed files with 30 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<p><a href="/">~ Return to the rest of the site</a></p>
<p><a href="..">~ Return to the rest of the site</a></p>
<h1>My top films of all time, in order of release (by year, then each year's movies are alphabetized)</h1>
<h3>updated 2020-10-10</h3>

View File

@ -6,7 +6,7 @@
<link rel="canonical" href="https://blake.instantfloppy.net/textediting" />
</head>
<body>
<p><a href="/">~ Return to the rest of the site</a></p>
<p><a href="..">~ Return</a></p>
<h1>My opinions on git stuff</h1>
<h3>updated 2020-10-15</h3>
<hr size="1" width="25%" align="left" />

View File

@ -44,13 +44,13 @@
<p>- Twitter, unixuserdtb</p>
<p>None of these are guaranteed to still be on-line. I also didn't hyperlink any of those because I would much rather talk to you via email or another open platform.</p>
<hr size="1" width="25%" align="left" />
<p><a href="/films">check out my favorite movies</a></p>
<p><a href="./films">check out my favorite movies</a></p>
<p><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">here's a video of me waterboarding myself with mountain dew</a></p>
<p><a href="/home">check out a web browser landing page i made</a></p>
<p><a href="/textediting">here are my opinions on text editing</a></p>
<p><a href="./home">check out a web browser landing page i made</a></p>
<p><a href="./textediting">here are my opinions on text editing</a></p>
<p style="font-weight: normal; text-decoration: underline;">you just lost the game</p>
<p><a href="/git">here's my take on the git main thing</a></p>
<p><a href="/now">here's what i'm doing right now</a></p>
<p><a href="./git">here's my take on the git main thing</a></p>
<p><a href="./now">here's what i'm doing right now</a></p>
<hr size="1" width="25%" align="left" />
<p><small>The following buttons use JavaScript to modify the page title.</small></p>
<input type="button" value="prefix (s-expression)" onclick="document.title='(+ d (- 7 s))';" />

View File

@ -7,7 +7,7 @@
<title>Deven's Guide to Python</title>
</head>
<body>
<p><small>Written by <a href="https://blake.instantfloppy.net">Deven Blake</a></small></p>
<p><a href="..">~ Return</a></p>
<h1>Deven's Guide to Python</h1>
<h3>Updated 2020-06-04</h3>

View File

@ -6,7 +6,7 @@
<link rel="canonical" href="https://blake.instantfloppy.net/textediting" />
</head>
<body>
<p><a href="/">~ Return to the rest of the site</a></p>
<p><a href="..">~ Return</a></p>
<h1>My opinions on text editing</h1>
<h3>updated 2020-10-10</h3>
<hr size="1" width="25%" align="left" />

21
homepage/unix.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>deven's unix stuff</TITLE>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="https://raw.githubusercontent.com/devenblake/homepage/master/favicon.ico">
</HEAD>
<BODY>
<p><a href="..">~ Return</a></p>
<h1>deven's unix stuff</h1>
<p>
So you just installed a UNIX-based OS and you don't know how to use it -
you don't know <i>at all</i> how to use it. UNIX stuff is heavy at first!
A lot of people get discouraged. However, after a while anyone can use
UNIX-based operating systems. This guide will serve as both a tutorial
and reference for general UNIX-based OSes, with testing being done on
Debian Linux.
</p>
</BODY>
</HTML>