Skip to content

Commit

Permalink
add courses
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjektGopher committed Feb 7, 2022
1 parent c8bae05 commit dbbf209
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<p class="p-2 text-white monotalic">
$ cat resources/js/LenWoodward.vue
</p>
<pre class="pl-4 monotalic"><code class="">&lt;template&gt;
<pre class="pl-4 monotalic"><code class="vue">&lt;template&gt;
&lt;p&gt;
What's up? I'm @{{ firstName }}
(@{{ pronouns }}),
Expand Down Expand Up @@ -114,6 +114,33 @@
}</pre>
</div>

<a name="education" class="sr-only">What I know</a>
<div class="mt-16 mb-12">
<p class="p-2 text-white monotalic">
$ curl localhost:3000/education.json
</p>
<pre class="overflow-x-scroll monotalic"><code class="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
}
}
}</code></pre>
</div>

<a name="projects" class="sr-only">Some things I've made</a>
<div class="mt-16 mb-12">
<p class="p-2 text-white monotalic">
Expand Down

0 comments on commit dbbf209

Please sign in to comment.