diff --git a/resources/views/components/welcome.old.blade.php b/resources/views/components/welcome.old.blade.php deleted file mode 100644 index 9bcb944..0000000 --- a/resources/views/components/welcome.old.blade.php +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - - - - Len Woodward{{-- | Tighten Application --}} - - - - @livewireStyles - - - - - -
-
- - {{-- --}} -
-
- -
-

- LenWoodward_com - on - - - main [!] - - via  v16.3.0 via 🐘 v8.0.7 -

-

- $ cat resources/js/LenWoodward.vue -

- - Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae adipisci nobis veritatis aliquid cum, delectus voluptates corporis qui, fugiat harum facere ipsam dignissimos unde cupiditate rerum temporibus officia eveniet quo. - -
- -
-
- Who am I? - Len Woodward - What's up? - My name's Len. - (He/Him/His) -

- I live with my wife Ashlyn about 40 minutes south of Vancouver, Canada, in Langley City. - I acknowlege that where I work, live, and play, is on the unceded territory of the Matsqui, Kwantlen, and Katzie communities. -

-

- I've been working with code in one form or another since about 2003 when I was writing Visual Basic in high school. - I also started dabbling in some simple HTML at that time. I got my first paid programming gig in 2005. - It was a subscription based math tutoring app, but being fresh out of school, it was not good. -

-
- - - -
- -
-
-
-

- My family has always been involved in construction, and in 2007 I left my dead-end job at the local "Source by Circuit City" (Radio Shack) to start my own renovation business. -

-

- -

- - has been my primary source of income for the last 14 years now. - I've done well, but with a growing family (we're due in early June) I feel it's time to hang up the owner hat and transition into an employee role. - I know that I don't want to be the father who's "too busy" to make it to important events, so I've decided that running my own business isn't the way to accomplish that. -

-

- Since that very first calculator program I wrote in VB almost 19 years ago, I've been constantly writing code to help my family run our businesses, - for personal projects, and for the occasional freelance project as - -

- - I work exclusively in the web, and am always staying up-to-date with current trends as well as new and interesting technologies. -

-
-
- -
-
-
- -
-
-
- What am I good at? - - -
- - - - - -
- -

- STALL may be my favourite tech stack, but I'm also familiar with these other technologies -

- -
- - - - - -
- -

- I've never worked with React, or Inertia, but I'm enthusiastic for the opportunity to have to learn them both. -

-
- - - -
- -
-
-
- - - https://github.com/ProjektGopher/LenWoodward_com - -

Check out the Github repo for this site to see these particular skills in action

-
-
-
    -
  • CI & CD with Github Actions
  • -
  • Familiarity with version control
  • -
  • Serveless deployment with Laravel Vapor
  • -
  • Unit, feature, and browser testing
  • -
  • SVG creation & manipulation
  • -
  • Asset purge & compilation
  • -
  • Basic Responsive Design
  • -
  • Tailwind
  • -
  • Alpine
  • -
  • Livewire
  • -
  • Blade components
  • -
  • Guzzle to consume nexmo api
  • -
-
-
-
- - {{-- --}} - - How to reach me -
-
-
-
-
-
-
-

- Let's chat! -

-
-
- - 1.604.992.2418 -
-
- - Len at ProjektGopher dot com -
-
- - @ProjektGopher -
-
- - ProjektGopher -
-
-
-
-
-
- {{-- --}} -
-
-
-
- - @livewireScripts - - diff --git a/resources/views/welcome-mono.blade.php b/resources/views/welcome-mono.blade.php new file mode 100644 index 0000000..a81d2aa --- /dev/null +++ b/resources/views/welcome-mono.blade.php @@ -0,0 +1,176 @@ + + + + + + + + + Len Woodward + + + {{-- --}} + {{-- --}} + + + + + + + + + + + + + + + + + + + + + + +
+ + LW + +

Availble for Contract

+ +
+

+ LenWoodward_com + on + + + main [!] + + +

+

+ $ cat resources/js/LenWoodward.vue +

+
<template>
+  <p>
+    What's up? I'm @{{ firstName }}
+    (@{{ pronouns }}),
+    and I'm a @{{ occupation }}
+  </p>
+</template>
+
+<script>
+  module.exports = {
+    data() {
+      return {
+        firstName: "Len",
+        pronouns: "He/Him/His",
+        occupation:
+          "TALL stack developer",
+        _rate: "$100USD/hr",
+      };
+    }
+  };
+</script>
+
+ + How to reach me +
+

+ $ php artisan contact:details +

+
App\Models\User^ {#3510
+  #attributes: array:4 [
+    "tel" => "1.604.992.2418"
+    "email" => "Len at ProjektGopher dot com"
+    "twitter" => "@ProjektGopher"
+    "github" => "ProjektGopher"
+  ]
+}
+
+ + What I know +
+

+ $ curl localhost:3000/education.json +

+
{
+	"education": {
+		"formal": {
+			"secondary": "Earl Marriott Secondary School",
+			"post-secondary": null
+		},
+		"self-directed": {
+            Laracasts
+            Eloquent Performance Patterns - Jonathan Reinink
+            Laravel Package Development - Freek Murze
+            Laravel Queues in Action - Mohamed Said
+            Make VSCode Awesome - Caleb Porzio
+            Confident Laravel - JMac
+            Base Laravel - JMac
+            Base Code - JMac
+            Getting Git - JMac
+            Hundreds upon hundreds of hours on youtube
+		}
+	}
+}
+
+ + Some things I've made +
+

+ $ ls ~/projects +

+
+ +
+ + + + diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index a81d2aa..9bcb944 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -6,171 +6,230 @@ - Len Woodward - - - {{-- --}} - {{-- --}} - - - - - - - - - - - - - + Len Woodward{{-- | Tighten Application --}} - + @livewireStyles - - + - -
- - LW - -

Availble for Contract

- -
-

- LenWoodward_com - on - - - main [!] - - + + +

+
+ + {{-- --}} +
+
+ +
+

+ LenWoodward_com + on + + + main [!] + + via  v16.3.0 via 🐘 v8.0.7 +

+

+ $ cat resources/js/LenWoodward.vue +

+ + Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae adipisci nobis veritatis aliquid cum, delectus voluptates corporis qui, fugiat harum facere ipsam dignissimos unde cupiditate rerum temporibus officia eveniet quo. + +
+ +
+
+ Who am I? + Len Woodward + What's up? + My name's Len. + (He/Him/His) +

+ I live with my wife Ashlyn about 40 minutes south of Vancouver, Canada, in Langley City. + I acknowlege that where I work, live, and play, is on the unceded territory of the Matsqui, Kwantlen, and Katzie communities.

-

- $ cat resources/js/LenWoodward.vue +

+ I've been working with code in one form or another since about 2003 when I was writing Visual Basic in high school. + I also started dabbling in some simple HTML at that time. I got my first paid programming gig in 2005. + It was a subscription based math tutoring app, but being fresh out of school, it was not good.

-
<template>
-  <p>
-    What's up? I'm @{{ firstName }}
-    (@{{ pronouns }}),
-    and I'm a @{{ occupation }}
-  </p>
-</template>
-
-<script>
-  module.exports = {
-    data() {
-      return {
-        firstName: "Len",
-        pronouns: "He/Him/His",
-        occupation:
-          "TALL stack developer",
-        _rate: "$100USD/hr",
-      };
-    }
-  };
-</script>
+ + + +
- How to reach me -
-

- $ php artisan contact:details +

+
+
+

+ My family has always been involved in construction, and in 2007 I left my dead-end job at the local "Source by Circuit City" (Radio Shack) to start my own renovation business.

-
App\Models\User^ {#3510
-  #attributes: array:4 [
-    "tel" => "1.604.992.2418"
-    "email" => "Len at ProjektGopher dot com"
-    "twitter" => "@ProjektGopher"
-    "github" => "ProjektGopher"
-  ]
-}
+

+ +

+ + has been my primary source of income for the last 14 years now. + I've done well, but with a growing family (we're due in early June) I feel it's time to hang up the owner hat and transition into an employee role. + I know that I don't want to be the father who's "too busy" to make it to important events, so I've decided that running my own business isn't the way to accomplish that. +

+

+ Since that very first calculator program I wrote in VB almost 19 years ago, I've been constantly writing code to help my family run our businesses, + for personal projects, and for the occasional freelance project as + +

+ + I work exclusively in the web, and am always staying up-to-date with current trends as well as new and interesting technologies. +

+
+
+ +
+
- What I know -
-

- $ curl localhost:3000/education.json +

+
+
+ What am I good at? + + +
+ + + + + +
+ +

+ STALL may be my favourite tech stack, but I'm also familiar with these other technologies

-
{
-	"education": {
-		"formal": {
-			"secondary": "Earl Marriott Secondary School",
-			"post-secondary": null
-		},
-		"self-directed": {
-            Laracasts
-            Eloquent Performance Patterns - Jonathan Reinink
-            Laravel Package Development - Freek Murze
-            Laravel Queues in Action - Mohamed Said
-            Make VSCode Awesome - Caleb Porzio
-            Confident Laravel - JMac
-            Base Laravel - JMac
-            Base Code - JMac
-            Getting Git - JMac
-            Hundreds upon hundreds of hours on youtube
-		}
-	}
-}
-
- Some things I've made -
-

- $ ls ~/projects +

+ + + + + +
+ +

+ I've never worked with React, or Inertia, but I'm enthusiastic for the opportunity to have to learn them both.

- + + +
- + @livewireScripts diff --git a/routes/web.php b/routes/web.php index abe4ea2..5688da4 100644 --- a/routes/web.php +++ b/routes/web.php @@ -14,5 +14,5 @@ */ Route::get('/', function () { - return view('welcome'); + return view('welcome-mono'); })->name('home');