From 55fd49bfc685d9877e58b91e3e23af89c09d2157 Mon Sep 17 00:00:00 2001 From: Nick Bland Date: Fri, 12 Apr 2024 17:29:24 +1000 Subject: [PATCH] Add in some precursory info + Add in hero + Add in about me section --- src/app.css | 7 +++- src/components/divider.svelte | 57 +++++++++++++++++++++++++++++++ src/routes/portfolio/+page.svelte | 38 ++++++++++++++++++++- 3 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 src/components/divider.svelte diff --git a/src/app.css b/src/app.css index bd6213e..0f694d6 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,8 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +.height-minus-nav { + min-height: calc(100vh - 4.75rem); + /* this is the full view height - the navbar(4rem + 0.75rem padding) */ +} \ No newline at end of file diff --git a/src/components/divider.svelte b/src/components/divider.svelte new file mode 100644 index 0000000..ba6c0d5 --- /dev/null +++ b/src/components/divider.svelte @@ -0,0 +1,57 @@ + + + + + + + + + + + + diff --git a/src/routes/portfolio/+page.svelte b/src/routes/portfolio/+page.svelte index 9c6fb4d..5b02b6b 100644 --- a/src/routes/portfolio/+page.svelte +++ b/src/routes/portfolio/+page.svelte @@ -1 +1,37 @@ -

Portfolio

+ + +
+
+
+
+
+

+ Hello,
my name is Nick +

+

+ I am an IT Student at Griffith University with a passion for developing + neat things. +

+
+ +
+
+ +

About Me

+

+ Since 2014, I've had an interest in programming and making things. I've made + this portfolio as a place for me to collate and show off some of the work that + I've done. +

+ At the moment, I've returned back to Uni to finish my degree after achieving a + point in my career that I am happy with. With the experience I've gained, and after + finishing my studies, my plan is to work in the cybersecurity field. +

+ +