commit d38bb15a1c4c4fb3ee1c99794cf68b0b15cfa6e5 Author: Andrew Davidson Date: Tue Dec 14 09:42:17 2021 -0800 initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..60734ee --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +from nginx + +COPY site /usr/share/nginx/html diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..20a8eed --- /dev/null +++ b/site/index.html @@ -0,0 +1,69 @@ + + + + Andrew Davidson + + + + + + +
+ +

Andrew Davidson

+

hello@amdavidson.com

+
+ + + diff --git a/site/logo.png b/site/logo.png new file mode 100644 index 0000000..44c7315 Binary files /dev/null and b/site/logo.png differ