diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 269 |
1 files changed, 269 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..0b02200 --- /dev/null +++ b/index.html @@ -0,0 +1,269 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title> + Tutoring Excellence Online and in Hampton Roads, VA - Carpenter Tutoring, + LLC + </title> + <link rel="stylesheet" href="/stylesheet.css" /> + <link rel="preconnect" href="https://fonts.gstatic.com" /> + <link + href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Indie+Flower&family=PT+Sans&family=PT+Sans+Narrow&display=swap" + rel="stylesheet" + /> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta + name="description" + content="Tutoring Excellence Online and in Hampton Roads, VA" + /> + <meta + property="og:description" + content="Tutoring excellence online and in-person" + /> + <meta + property="og:image" + content="http://carpentertutoring.com/assets/logo.webp" + /> + <meta + property="og:image:secure_url" + content="https://carpentertutoring.com/assets/logo.webp" + /> + <meta property="og:site_name" content="Carpenter Tutoring" /> + <meta + property="og:title" + content="Tutoring Excellence Online and in Hampton Roads, VA - Carpenter Tutoring, LLC" + /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://carpentertutoring.com" /> + </head> + + <body> + <nav> + <a href="/#"> + <img src="/assets/logo-simple.png" /> + </a> + <a href="/#offerings">Offerings</a> + <a href="/#pricing">Pricing</a> + <a href="/policies">Policies</a> + <a href="/about">About</a> + <a href="/#reviews">Reviews</a> + <a href="/#contact">Contact Me</a> + </nav> + + <main> + <!--banner--> + <section class="banner"> + <h1>CARPENTER TUTORING</h1> + <h2> + <b>Discovering <em>your</em> path to success</b> + </h2> + <a class="button primary" href="tel:1-757-335-7555"> + Call (757) 335-7555</a + > + <a class="button" href="/#contact"> Contact me by Email</a> + </section> + + <!-- welcome--> + <section class="quiet"> + <h2>Welcome, and thank you for your interest in Carpenter Tutoring!</h2> + + <p> + Carpenter Tutoring is a private tutoring service based in Suffolk, + Virginia. I offer in-person sessions throughout the Hampton Roads area + and remote sessions anywhere in the country. Most of my offerings are + one-on-one, and group sessions and classes are also available. No + matter your budget, I am confident that we can find an arrangement + that will provide your student services without creating financial + strain. + </p> + + <p> + I invite you to scroll down to learn more about the services I offer, + my background, and some of my policies. Thank you for visiting, and + please do not hesitate to reach out with any questions. I would be + thrilled to assist you! + </p> + + <picture> + <source srcset="/assets/signature.webp" type="image/webp" /> + <source srcset="/assets/signature.png" type="image/png" /> + <img src="/assets/signature.png" /> + </picture> + + <picture> + <source srcset="/assets/amy.webp" type="image/webp" /> + <source srcset="/assets/amy.png" type="image/png" /> + <img src="/assets/amy.png" /> + </picture> + </section> + + <!-- offerings --> + <section class="section" id="offerings"> + <div> + <p><em>Subject Tutoring</em></p> + <p>Tutoring for specific courses or disciplines</p> + <p> + <a href="#offering-subject-tutoring">More...</a> + </p> + </div> + + <div> + <p><em>Time Management</em></p> + <p> + Personalized plans for managing academics, extracurriculars, and + other commitments + </p> + <p> + <a href="#offering-time-management">More...</a> + </p> + </div> + <div> + <p><em>Study Skills</em></p> + <p>Learn how to make the most of your study time</p> + <p> + <a href="#offering-study-skills">More...</a> + </p> + </div> + <div> + <p><em>Academic Coaching</em></p> + <p> + Time management and study skills blended with continuing + accountability + </p> + <p> + <a href="#offering-academic-coaching">More...</a> + </p> + </div> + <div> + <p><em>College Application Assistance</em></p> + <p> + Assistance with generating a college list and crafting application + essays + </p> + <p> + <a href="#offering-college-prep">More...</a> + </p> + </div> + <div> + <p><em>College-Level Writing</em></p> + <p>Get a head start on meeting professors' expectations</p> + <p> + <a href="#offering-college-writing">More...</a> + </p> + </div> + <div> + <p><em>Dissertation Coaching</em></p> + <p>Ensure your research is communicated effectively and eloquently</p> + <p> + <a href="#offering-dissertation-coaching">More...</a> + </p> + </div> + <div> + <p><em>Standardized Test Prep</em></p> + <p> + Tailored assistance in preparing for a variety of standardized tests + </p> + <p> + <a href="#offering-dissertation-coaching">More...</a> + </p> + </div> + <div> + <p><em>Music Lessons</em></p> + <p>Instrument and/or composition lessons for students of all ages</p> + <p> + <a href="#offering-dissertation-coaching">More...</a> + </p> + </div> + <div> + <p><em>Proof of Progress Evaluations</em></p> + <p> + Two levels of portfolio-based evaluations for homeschool families + looking to satisfy Proof of Progress or gain insight into their + child's learning + </p> + + <p> + <a href="#offering-dissertation-coaching">More...</a> + </p> + </div> + </section> + + <!-- pricing --> + <section id="pricing" class="quiet"> + <table> + <thead> + <tr> + <th></th> + + <th>Subject, Time Management, Study Skills Tutoring</th> + + <th>Academic Coaching and College Prep</th> + + <th>Dissertation Coaching</th> + + <th>Group Webinars</th> + </tr> + </thead> + + <tbody> + <tr> + <th>Remote</th> + + <td>$50 per hour</td> + + <td>$60 per hour</td> + + <td>$60 per hour</td> + + <td>$30 per hour</td> + </tr> + <tr> + <th>In-Person</th> + + <td>$60 per hour</td> + + <td>$70 per hour</td> + + <td>$70 per hour</td> + + <td></td> + </tr> + </tbody> + </table> + + <p> + <a href="/policies" + >See a list of my policies and procedures regarding scheduling, + payment, and booking.</a + > + </p> + </section> + + <!-- contact box --> + <section id="contact"> + <form target="/cgi-bin/mail.sh"> + <label for="name">Name</label> + <input name="name" type="text" id="name" /> + + <label for="email">Email Address</label> + <input name="email" type="text" id="email" /> + + <label for="body">Question/Comment</label> + <textarea name="body" id="body"></textarea> + + <input type="submit" value="Send" /> + </form> + </section> + </main> + + <footer> + <p>© 2021 Carpenter Tutoring, LLC. All rights reserved.</p> + <p> + <a href="mailto:webmaster@carpentertutoring.com"> + Questions, Comments, Feedback + </a> + </p> + </footer> + </body> +</html> |