From 92ece015bf23e0d078b8798e52d10a6cdfe7010c Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 5 Jul 2021 15:42:38 -0500 Subject: refactor to build using python --- public/index.html | 51 --------------------------------------------------- public/style.css | 18 ------------------ 2 files changed, 69 deletions(-) delete mode 100644 public/index.html delete mode 100644 public/style.css (limited to 'public') diff --git a/public/index.html b/public/index.html deleted file mode 100644 index ed1fa27..0000000 --- a/public/index.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - blaise.zone - - - -

blaise.zone

-
-

- Welcome to Blaise Thompson's personal website!
- This page simply links to all of my public profiles & projects.
- Thanks for stopping by! —Blaise (pronoun.is/he) -

-

professional

-

- curriculum vitae
- LinkedIn
- ORCID
- Google Scholar
- Chemistry Electronics Shop
-

-

personal

-

- agenda
- blog
- memories
- Mastodon
- Steam
-

-

development

-

- GitHub
- GitLab
- PyPI
- Read the Docs
-

-

projects

-

- yaq
- WrightTools
- mechatronics
-

-
-

- CC0: no copyright -

- - diff --git a/public/style.css b/public/style.css deleted file mode 100644 index 9cff696..0000000 --- a/public/style.css +++ /dev/null @@ -1,18 +0,0 @@ -a { - text-decoration: none; - color: #81a2be; -} - -body { - font-family: 'DejaVu Sans Mono', monospace; - margin: 40px auto; - min-width: 80ch; - max-width: 80ch; - line-height: 1.5; - font-size: 16px; - background-color: #1d1f21; - color: #c5c8c6; - padding: 0 10px; - text-align: left; - overflow-y: scroll; -} -- cgit v1.2.3