PowerHealth Solutions
+2019 - Current
+ +Key Responsibilities
+-
+
+
Key Achievements
+-
+
+
From 54257d1a60b7a4bec231b2519636486e89ab15bc Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:58:45 +0930 Subject: [PATCH] Initial commit - skeleton --- .gitignore | 2 ++ README.md | 18 ++++++++++++++ go.mod | 3 +++ index.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++ main.go | 25 +++++++++++++++++++ package-lock.json | 21 ++++++++++++++++ package.json | 15 ++++++++++++ 7 files changed, 145 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 go.mod create mode 100644 index.html create mode 100644 main.go create mode 100644 package-lock.json create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28f1ba7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..abec0a4 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Michael Pivato + +A dead simple website showcasing my career and interests! + +## Build + +Ensure Go and npm are installed. + +First download pico css: + +`npm install` + +Then to build the webserver, run `go build .` + +## Debugging + +Easiest way to debug/visualise the content is to use the inbuilt IDE browser. VS Code/Codium can display a preview side-by-side by clicking the Open Preview to the Side button. +This will show changes live, exactly as the content will be rendered when run from another webserver (such as the Go webserver). diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..fb71807 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module website + +go 1.19 diff --git a/index.html b/index.html new file mode 100644 index 0000000..ea4bfc1 --- /dev/null +++ b/index.html @@ -0,0 +1,61 @@ +
+ + +