From 9fca72acbc1b3758a15e1033004cb781a81ebf02 Mon Sep 17 00:00:00 2001
From: Luke Ogburn <21106956+OakBaron@users.noreply.github.com>
Date: Fri, 26 Jun 2020 20:43:49 -0400
Subject: [PATCH] init
---
.gitignore | 33 +++++++++++
403.shtml | 3 +
404.shtml | 54 +++++++++++++++++
502.shtml | 20 +++++++
504.shtml | 20 +++++++
508.shtml | 23 ++++++++
about.php | 30 ++++++++++
head.php | 8 +++
heebo.ttf | Bin 0 -> 75820 bytes
index.php | 35 +++++++++++
lato.ttf | Bin 0 -> 120196 bytes
moon.svg | 5 ++
projects.php | 49 ++++++++++++++++
style-dark.css | 9 +++
style-light.css | 9 +++
style.css | 151 ++++++++++++++++++++++++++++++++++++++++++++++++
top.php | 60 +++++++++++++++++++
walker.png | Bin 0 -> 15753 bytes
18 files changed, 509 insertions(+)
create mode 100644 .gitignore
create mode 100644 403.shtml
create mode 100644 404.shtml
create mode 100644 502.shtml
create mode 100644 504.shtml
create mode 100644 508.shtml
create mode 100644 about.php
create mode 100644 head.php
create mode 100644 heebo.ttf
create mode 100644 index.php
create mode 100644 lato.ttf
create mode 100644 moon.svg
create mode 100644 projects.php
create mode 100644 style-dark.css
create mode 100644 style-light.css
create mode 100644 style.css
create mode 100644 top.php
create mode 100644 walker.png
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a5607e9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+## ignore everything
+*
+
+
+## allow these files
+
+# css
+!style.css
+!style-dark.css
+!style-light.css
+
+#images
+!walker.png
+!moon.svg
+
+# PHP pages
+!index.php
+!head.php
+!about.php
+!projects.php
+!top.php
+
+# fonts, from google fonts
+!lato.ttf
+!heebo.ttf
+
+# other
+!.gitignore
+!508.shtml
+!504.shtml
+!502.shtml
+!404.shtml
+!403.shtml
diff --git a/403.shtml b/403.shtml
new file mode 100644
index 0000000..c6c8336
--- /dev/null
+++ b/403.shtml
@@ -0,0 +1,3 @@
+
You are forbidden from this land. Forbidden.
+
\ No newline at end of file
diff --git a/404.shtml b/404.shtml
new file mode 100644
index 0000000..c7432b9
--- /dev/null
+++ b/404.shtml
@@ -0,0 +1,54 @@
+
+
+
Programmer
+
I've used this website to practice my web development skills for about three years now. I have become a full-stack developer with expertise in: HTML, CSS, JS, PHP, and SQL Database design/management. While I have some experience using C++, Java, Bash, and Python, I have not developed any full applications with them.
+
+
+
+
Student
+
I am a freshman in college, majoring in both CS and ISAT. I'm interested in the field of technology but I'm not sure exactly what I want to do with it - so I'm double majoring to keep my doors open.
+
+
+
+
Animals
+
I think that goats are the dogs of the farm and ducks are the dogs of the air. I believe that having animals in your life is essential to mental health, so naturally I am looking forward to owning my own pets: Three goats, two dogs, and a duck.
+
+
+
diff --git a/head.php b/head.php
new file mode 100644
index 0000000..27f5ff9
--- /dev/null
+++ b/head.php
@@ -0,0 +1,8 @@
+
+