From b7231ce286398c809a406ed76db315271faf3036 Mon Sep 17 00:00:00 2001
From: preston
Date: Sun, 19 Mar 2023 18:27:24 -0700
Subject: replace links with nullring.xyz links
---
website/about/index.html | 2 +-
website/about/resume.pdf | Bin 22438 -> 21873 bytes
website/about/source/resume.ms | 4 ++--
website/about/source/resume.pdf | Bin 22438 -> 21873 bytes
website/index.html | 10 ++++------
website/mathematics/calculus/index.html | 4 ++--
website/mathematics/calculus/source/chain_rule.ms | 0
website/mathematics/calculus/source/index.html | 2 ++
website/preston.pub | 2 +-
website/projects/dotfiles.html | 6 +++---
website/projects/no_excess.html | 4 ++--
11 files changed, 17 insertions(+), 17 deletions(-)
create mode 100644 website/mathematics/calculus/source/chain_rule.ms
(limited to 'website')
diff --git a/website/about/index.html b/website/about/index.html
index e6398a6..09d0778 100644
--- a/website/about/index.html
+++ b/website/about/index.html
@@ -15,7 +15,7 @@ $$START CONTENT
code here:
-git clone git://prestonpan.tech/prestonpan.git
+git clone git://nullring.xyz/prestonpan.git
Business
diff --git a/website/about/resume.pdf b/website/about/resume.pdf
index aed2614..3a26652 100644
Binary files a/website/about/resume.pdf and b/website/about/resume.pdf differ
diff --git a/website/about/source/resume.ms b/website/about/source/resume.ms
index 2bc6535..90d5727 100644
--- a/website/about/source/resume.ms
+++ b/website/about/source/resume.ms
@@ -29,7 +29,7 @@
.ps 18
.B "Preston Pan"
.ps 10
-https://prestonpan.tech
+https://preston.nullring.xyz
.TS
tab(;) nospaces;
l rx.
@@ -64,7 +64,7 @@ T}
.B "Note "
\(en
.I "All my projects have their respective soure code avaiable at "
-.UL "https://git.prestonpan.tech".
+.UL "https://git.nullring.xyz".
.BL
.B "The Null Webring"
\(en
diff --git a/website/about/source/resume.pdf b/website/about/source/resume.pdf
index aed2614..3a26652 100644
Binary files a/website/about/source/resume.pdf and b/website/about/source/resume.pdf differ
diff --git a/website/index.html b/website/index.html
index 0638a3d..587cca0 100644
--- a/website/index.html
+++ b/website/index.html
@@ -57,15 +57,14 @@ $$START CONTENT
Here are the services that I run on my server/socially:
Webrings
@@ -89,7 +88,6 @@ $$START CONTENT
Here are some methods of donating I support:
diff --git a/website/mathematics/calculus/index.html b/website/mathematics/calculus/index.html
index 7aa7598..9b1d1c8 100644
--- a/website/mathematics/calculus/index.html
+++ b/website/mathematics/calculus/index.html
@@ -20,8 +20,8 @@ the derivative).
Elementary Calculus
Multivariable
diff --git a/website/mathematics/calculus/source/chain_rule.ms b/website/mathematics/calculus/source/chain_rule.ms
new file mode 100644
index 0000000..e69de29
diff --git a/website/mathematics/calculus/source/index.html b/website/mathematics/calculus/source/index.html
index 32b4cd2..fb52616 100644
--- a/website/mathematics/calculus/source/index.html
+++ b/website/mathematics/calculus/source/index.html
@@ -10,6 +10,8 @@ $$START CONTENT
$$END CONTENT
diff --git a/website/preston.pub b/website/preston.pub
index 9a61ac2..0c2ac6d 100644
--- a/website/preston.pub
+++ b/website/preston.pub
@@ -1 +1 @@
-ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJdHAoDkwWmZqZAAcfC65A2N01CcfTHNiEvSvJ+2Pr35 preston@preston
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINSshvS1N/42pH9Unp3Zj4gjqs9BXoin99oaFWYHXZDJ preston@preston-arch
diff --git a/website/projects/dotfiles.html b/website/projects/dotfiles.html
index 845b031..46ca9f1 100644
--- a/website/projects/dotfiles.html
+++ b/website/projects/dotfiles.html
@@ -20,14 +20,14 @@ $$START CONTENT
You can get the dotfiles here:
-git clone git://prestonpan.tech/dotfiles_dracula.git
+git clone git://nullring.xyz/dotfiles_dracula.git
And given a certain suckless program, you can clone my version like this:
-git clone git://prestonpan.tech/[suckless_program]_dracula.git
+git clone git://nullring.xyz/[suckless_program]_dracula.git
If you still have problems getting the copies of the software, you can
- browse my git frontend for the software
+ browse my git frontend for the software
names.
$$END CONTENT
diff --git a/website/projects/no_excess.html b/website/projects/no_excess.html
index 873b75e..8d5db75 100644
--- a/website/projects/no_excess.html
+++ b/website/projects/no_excess.html
@@ -16,11 +16,11 @@ $$START CONTENT
You can get the program here:
-git clone git://prestonpan.tech/no_excess.git
+git clone git://nullring.xyz/no_excess.git
If you still have problems getting the copies of the software, you can
- browse my git frontend for the software
+ browse my git frontend for the software
names.
--
cgit