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"
  ]
}
Some things I've made

$ ls ~/projects