diff options
Diffstat (limited to 'src/about')
-rw-r--r-- | src/about/index.html | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/src/about/index.html b/src/about/index.html new file mode 100644 index 0000000..868f34b --- /dev/null +++ b/src/about/index.html @@ -0,0 +1,72 @@ +<!-- contact info, about me --> +<hr> +<section class="section" id="about"> + <div class="columns is-vcentered"> + <!-- contact --> + <div class="column has-text-centered is-one-third"> + <div class="card"> + <div class="card-content"> + <!--<figure class="image"> + <img src="https://nextcloud.53hor.net/s/FBnpbETYrsdRiKa/preview"> + </figure>--> + </div> + <footer class="card-footer"> + <p class="card-footer-item"> + Facebook icon + </p> + <p class="card-footer-item"> + Twitter icon + </p> + </footer> + </div> + </div> + + <!-- about --> + <div class="column"> + <div class="container"> + <div class="content"> + <p> + School is tricky, and there is no universal pathway + to success. I started Carpenter Tutoring for those + seeking a little help finding their way. + </p> + <p> + I received my B.A. from The College of William and + Mary in 2018 and will receive my M.Ed from W&M + in 2020. As an undergraduate, I worked and was + trained as a tutor at W&M's peer tutoring + center, the Tribe TutorZone. During this period, I + conducted over 150 one-on-one appointments with + W&M students in 26 different content areas. I + earned lifetime Advanced Tutor Certification, the + highest level W&M can grant, through the + College Reading and Learning Association, and I was + trained as a time management consultant. I took on + leadership roles within the TutorZone until I was + working alongside its director. As a graduate + student, I became one of the Graduate Assistants + helping oversee the TutorZone as well as an + academic coach to students with high need for + academic support. + </p> + <p> + I loved getting to work with the Tribe TutorZone + tutors, but I realized that I missed being the + tutor. There's just nothing like watching the light + bulb of understanding go off or seeing students who + had struggled with material master it! With that + realization, I decided to dedicate my life to my + passion: helping students of all ages learn, + succeed, and believe in themselves. + </p> + <p> + Thank you for considering Carpenter Tutoring. + </p> + <p> + -- Amy Carpenter + </p> + </div> + </div> + </div> + </div> +</section> |