|
| 1 | +<a name="nathan-scott"></a> |
| 2 | +<div class="row person-blurb"> |
| 3 | + <div class="col-md-4 col-lg-5 col-xl-3"> |
| 4 | + <div class="mb-2 box-shadow text-center"> |
| 5 | + <img |
| 6 | + class="profile-photo" |
| 7 | + src="{{site.url}}/images/nathan.jpg" |
| 8 | + alt="Nathan Scott's profile picture" |
| 9 | + /> |
| 10 | + </div> |
| 11 | + <div class="col-12 text-center"> |
| 12 | + <h4>Nathan Scott</h4> |
| 13 | + </div> |
| 14 | + </div> |
| 15 | + <div class="col-md-8 col-lg-6"> |
| 16 | + <div class="row"> |
| 17 | + <div class="col col-md-6"> |
| 18 | + <p class="text-muted no-margin">Benevolent Leader, Mentor</p> |
| 19 | + </div> |
| 20 | + <div class="col-md-6 twitter-mention-container text-right"> |
| 21 | + <a |
| 22 | + href="https://twitter.com/intent/tweet?screen_name=dangerworm" |
| 23 | + class="twitter-mention-button" |
| 24 | + data-show-count="false" |
| 25 | + > |
| 26 | + Tweet to @dangerworm |
| 27 | + </a> |
| 28 | + </div> |
| 29 | + </div> |
| 30 | + <div class="row"> |
| 31 | + <div class="col-md-12"> |
| 32 | + <p> |
| 33 | + My journey into coding began during my time as a support worker. In my |
| 34 | + spare time, I was an avid gamer, which led me to ask the pivotal |
| 35 | + question: "How do I program this?" From that moment, I fully committed |
| 36 | + to teaching myself how to code. This passion ultimately led me to |
| 37 | + graduate from the Northcoders bootcamp. Now, six years later, I'm |
| 38 | + still deeply immersed in coding and continue to love every moment of |
| 39 | + it. |
| 40 | + </p> |
| 41 | + <p> |
| 42 | + When I'm not coding, I enjoy immersing myself in the world of board |
| 43 | + games and card games. I'm an active participant in the local gaming |
| 44 | + community and often attend events where I can connect with others who |
| 45 | + share this passion. Whether it's strategizing over a complex board |
| 46 | + game or enjoying the quick thinking required in a card game, I find |
| 47 | + these activities both relaxing and intellectually stimulating. You can |
| 48 | + often find me at local events, engaging with fellow enthusiasts and |
| 49 | + exploring new games. |
| 50 | + </p> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + </div> |
| 54 | + <div class="col-lg-12 col-xl-3 skills"> |
| 55 | + <div class="row"> |
| 56 | + <div class="col-12"> |
| 57 | + <h5>Nathan can help with...</h5> |
| 58 | + </div> |
| 59 | + <div class="col-md-4 col-lg-12"> |
| 60 | + <!-- Languages --> |
| 61 | + <p> |
| 62 | + <span class="badge badge-secondary">CSS</span> |
| 63 | + <span class="badge badge-secondary">HTML</span> |
| 64 | + <span class="badge badge-secondary">GraphQL</span> |
| 65 | + <span class="badge badge-secondary">JavaScript</span> |
| 66 | + <span class="badge badge-secondary">Typescript</span> |
| 67 | + </p> |
| 68 | + </div> |
| 69 | + <div class="col-md-4 col-lg-12"> |
| 70 | + <!-- Technologies --> |
| 71 | + <p> |
| 72 | + <span class="badge badge-secondary">APIs</span> |
| 73 | + <span class="badge badge-secondary">JSON</span> |
| 74 | + <span class="badge badge-secondary">REST</span> |
| 75 | + <span class="badge badge-secondary">NodeJS</span> |
| 76 | + <span class="badge badge-secondary">MVC</span> |
| 77 | + <span class="badge badge-secondary">Express</span> |
| 78 | + <span class="badge badge-secondary">Prisma</span> |
| 79 | + <span class="badge badge-secondary">Bootstrap</span> |
| 80 | + </p> |
| 81 | + </div> |
| 82 | + <div class="col-md-4 col-lg-12"> |
| 83 | + <!-- Tools --> |
| 84 | + <p> |
| 85 | + <span class="badge badge-secondary">Git</span> |
| 86 | + <span class="badge badge-secondary">GitHub</span> |
| 87 | + <span class="badge badge-secondary">Postman</span> |
| 88 | + <span class="badge badge-secondary">VS Code</span> |
| 89 | + </p> |
| 90 | + </div> |
| 91 | + </div> |
| 92 | + </div> |
| 93 | +</div> |
0 commit comments