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
---
build/website/about/index.html | 2 +-
build/website/about/resume.pdf | Bin 22438 -> 21873 bytes
build/website/about/source/resume.ms | 4 ++--
build/website/about/source/resume.pdf | Bin 22438 -> 21873 bytes
build/website/index.html | 10 ++++------
build/website/mathematics/calculus/index.html | 4 ++--
.../mathematics/calculus/source/chain_rule.ms | 0
.../website/mathematics/calculus/source/index.html | 2 ++
build/website/preston.pub | 2 +-
build/website/projects/dotfiles.html | 6 +++---
build/website/projects/no_excess.html | 4 ++--
11 files changed, 17 insertions(+), 17 deletions(-)
create mode 100644 build/website/mathematics/calculus/source/chain_rule.ms
(limited to 'build')
diff --git a/build/website/about/index.html b/build/website/about/index.html
index b9883bd..eabdefe 100644
--- a/build/website/about/index.html
+++ b/build/website/about/index.html
@@ -35,7 +35,7 @@ About
code here:
-git clone git://prestonpan.tech/prestonpan.git
+git clone git://nullring.xyz/prestonpan.git
Business
diff --git a/build/website/about/resume.pdf b/build/website/about/resume.pdf
index aed2614..3a26652 100644
Binary files a/build/website/about/resume.pdf and b/build/website/about/resume.pdf differ
diff --git a/build/website/about/source/resume.ms b/build/website/about/source/resume.ms
index 2bc6535..90d5727 100644
--- a/build/website/about/source/resume.ms
+++ b/build/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/build/website/about/source/resume.pdf b/build/website/about/source/resume.pdf
index aed2614..3a26652 100644
Binary files a/build/website/about/source/resume.pdf and b/build/website/about/source/resume.pdf differ
diff --git a/build/website/index.html b/build/website/index.html
index 4b1292b..d5e4492 100644
--- a/build/website/index.html
+++ b/build/website/index.html
@@ -77,15 +77,14 @@ Preston Pan
Here are the services that I run on my server/socially:
Webrings
@@ -109,7 +108,6 @@ Preston Pan
Here are some methods of donating I support:
diff --git a/build/website/mathematics/calculus/index.html b/build/website/mathematics/calculus/index.html
index 4d7f0bc..984ae39 100644
--- a/build/website/mathematics/calculus/index.html
+++ b/build/website/mathematics/calculus/index.html
@@ -40,8 +40,8 @@ the derivative).
Elementary Calculus
Multivariable
diff --git a/build/website/mathematics/calculus/source/chain_rule.ms b/build/website/mathematics/calculus/source/chain_rule.ms
new file mode 100644
index 0000000..e69de29
diff --git a/build/website/mathematics/calculus/source/index.html b/build/website/mathematics/calculus/source/index.html
index 1676ae2..8c8c18e 100644
--- a/build/website/mathematics/calculus/source/index.html
+++ b/build/website/mathematics/calculus/source/index.html
@@ -30,6 +30,8 @@ Calculus
diff --git a/build/website/preston.pub b/build/website/preston.pub
index 9a61ac2..0c2ac6d 100644
--- a/build/website/preston.pub
+++ b/build/website/preston.pub
@@ -1 +1 @@
-ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJdHAoDkwWmZqZAAcfC65A2N01CcfTHNiEvSvJ+2Pr35 preston@preston
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINSshvS1N/42pH9Unp3Zj4gjqs9BXoin99oaFWYHXZDJ preston@preston-arch
diff --git a/build/website/projects/dotfiles.html b/build/website/projects/dotfiles.html
index 5066d49..a7e8efc 100644
--- a/build/website/projects/dotfiles.html
+++ b/build/website/projects/dotfiles.html
@@ -40,14 +40,14 @@ Dotfiles
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.
diff --git a/build/website/projects/no_excess.html b/build/website/projects/no_excess.html
index 21910b1..3dc4a46 100644
--- a/build/website/projects/no_excess.html
+++ b/build/website/projects/no_excess.html
@@ -36,11 +36,11 @@ NoExcess
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