From 49a61617096e6ff5f21978fed20911d6792ec7e1 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Thu, 16 Jun 2022 11:27:04 -0700 Subject: Initial commit --- index.html | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ main.css | 8 ++++++ me.jpg | Bin 0 -> 181389 bytes 3 files changed, 100 insertions(+) create mode 100644 index.html create mode 100644 main.css create mode 100644 me.jpg diff --git a/index.html b/index.html new file mode 100644 index 0000000..161113a --- /dev/null +++ b/index.html @@ -0,0 +1,92 @@ + + + + + Nicholas Van Doorn + + + + +
+
+

Nicholas Van Doorn

+ +
+ Profile picture of Nicholas Van Doorn, taken in Victoria BC +
+
+

Experience

+ +
+
+

Open Source Contributions

+ +
+
+

About

+

Values and Ethics

+ +

Skills

+ +

Tools

+ +
+ + + + diff --git a/main.css b/main.css new file mode 100644 index 0000000..895db7f --- /dev/null +++ b/main.css @@ -0,0 +1,8 @@ +header { + display: flex; + justify-content: space-between; +} + +body { + padding: 40px; +} diff --git a/me.jpg b/me.jpg new file mode 100644 index 0000000..cd25689 Binary files /dev/null and b/me.jpg differ -- cgit v1.2.3