diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index 0c60efc..3161cd6 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -8,6 +8,7 @@ remote.allowAnyHosts = true remote.retryCount = 3 remote.retryWaitSec = 3 logLevel = 'FINER' +remote.port = 2299 pipeline { agent none diff --git a/simon987/src/components/Code.vue b/simon987/src/components/Code.vue index bba1521..d2b50e3 100644 --- a/simon987/src/components/Code.vue +++ b/simon987/src/components/Code.vue @@ -8,7 +8,7 @@ - This is a partial list of my active programming projects + This is a partial list of my programming projects - - + + + + + - - - - + + + + + + + - + + + + + + + + - + + + + + + + + - + + + + + + + + - + + + + + + + + - + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/simon987/src/components/Contact.vue b/simon987/src/components/Contact.vue new file mode 100644 index 0000000..3ad54e4 --- /dev/null +++ b/simon987/src/components/Contact.vue @@ -0,0 +1,78 @@ + + + + + diff --git a/simon987/src/components/Grid.vue b/simon987/src/components/Grid.vue index 4194a8c..e7a67fc 100644 --- a/simon987/src/components/Grid.vue +++ b/simon987/src/components/Grid.vue @@ -10,6 +10,11 @@ import Grid from '../Grid'; import Jumbotron from "./Jumbotron"; let themes = [ + { + c1: 0xFA520B, + c2: 0xFCB20C, + c3: 0xE5E113 + }, { c1: 0xf9989f, c2: 0xfccb8f, @@ -40,11 +45,6 @@ let themes = [ c2: 0xC184E9, c3: 0xD8C5C3 }, - { - c1: 0xFA520B, - c2: 0xFCB20C, - c3: 0xE5E113 - }, { c1: 0xF97F0D, c2: 0xFE0B98, diff --git a/simon987/src/components/Jumbotron.vue b/simon987/src/components/Jumbotron.vue index cbc9726..0ed73f3 100644 --- a/simon987/src/components/Jumbotron.vue +++ b/simon987/src/components/Jumbotron.vue @@ -8,25 +8,23 @@ - - - + Software engineering student, open source zealot, data archival hobbyist
code Code -
Projects portfolio
+
Projects showcase
- + edit Blog -
Placeholder text
+
Personal tech blog
- + email Contact -
Placeholder text
+
Contact page
diff --git a/simon987/src/components/Project.vue b/simon987/src/components/Project.vue index 7a17059..ff2e5dc 100644 --- a/simon987/src/components/Project.vue +++ b/simon987/src/components/Project.vue @@ -1,16 +1,17 @@