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 @@ - - -
- - - - - -- 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.
-
- - 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. -
-
-
-
- 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
-
-
- 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. -
-Check out the Github repo for this site to see these particular skills in action
-Availble for Contract
+ ++ LenWoodward_com + on + + + main [!] + + + via + + + v16.3.0 + + via + + + v8.0.7 + + +
++ $ 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>
+ + $ 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" + ] +}+
+ $ 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
+ }
+ }
+}
+ + $ ls ~/projects +
+Availble for Contract
- -- LenWoodward_com - on - - - main [!] - - - via - - - v16.3.0 - - via - - - v8.0.7 - - +
+ ++ 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.
+
+ + 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>
- $ 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" - ] -}+
+
+
+ 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
+
+
- $ curl localhost:3000/education.json +
+ 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
- }
- }
-}
- - $ ls ~/projects +
+ I've never worked with React, or Inertia, but I'm enthusiastic for the opportunity to have to learn them both.