summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-18 10:10:00 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-18 10:10:00 -0400
commitd6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 (patch)
treec397548f48b5c3f3fa92ff19e6f1a55839f41bb7
parent944ba749c1f7ce257fa41118f2e10aaf934a8723 (diff)
downloadcarpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.tar.xz
carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.zip
feat: style changes for cards and banners and text size
-rw-r--r--static/desktop.css9
-rw-r--r--templates/about/index.html8
-rw-r--r--templates/about/team.html16
-rw-r--r--templates/base.html6
-rw-r--r--templates/brochure/index.html14
-rw-r--r--templates/index.html324
-rw-r--r--templates/k12.html46
-rw-r--r--templates/policies.html402
-rw-r--r--templates/post.html4
-rw-r--r--templates/posts.html10
-rw-r--r--templates/styles.css41
11 files changed, 369 insertions, 511 deletions
diff --git a/static/desktop.css b/static/desktop.css
index cfe5b73..4d32d87 100644
--- a/static/desktop.css
+++ b/static/desktop.css
@@ -7,21 +7,12 @@
margin: 0;
padding: 0;
top: 0;
- width: 100%;
}
div.buttons {
flex-direction: row-reverse;
}
- .banner {
- padding-top: 7em;
- text-align: right;
- background: linear-gradient(to right,
- rgba(255, 255, 255, 0) 0%,
- rgba(255, 255, 255, 1) 50%);
- }
-
form {
margin-right: 10%;
margin-left: 10%;
diff --git a/templates/about/index.html b/templates/about/index.html
index 0d2434a..fcbc286 100644
--- a/templates/about/index.html
+++ b/templates/about/index.html
@@ -5,7 +5,7 @@
<h1>About Us</h1>
</section>
-<section class="quiet squarshed">
+<section class=" squarshed">
<p>
<h2 style="font-size: 1.5em; text-align: center;">
There are many pathways to success. I started Carpenter Tutoring for
@@ -14,7 +14,7 @@
</p>
</section>
-<section class="quiet flexible squarshed">
+<section class=" flexible squarshed">
<figure class="shadowy">
<picture>
<source srcset="/assets/amy.webp" type="image/webp" />
@@ -64,8 +64,6 @@
</section>
-<section></section>
-
{% include "team.html" %}
-{% endblock %}
+{% endblock %} \ No newline at end of file
diff --git a/templates/about/team.html b/templates/about/team.html
index 2857efe..c2b4498 100644
--- a/templates/about/team.html
+++ b/templates/about/team.html
@@ -1,13 +1,11 @@
{% for tutor in tutors %}
-<section class="quiet flexible">
+<sectionclass=" flexible">
{% if loop.index0 % 2 == 0 %}
- {% include "blurb.html" %}
- {% include "figure.html" %}
+ {% include "blurb.html" %}
+ {% include "figure.html" %}
{% else %}
- {% include "figure.html" %}
- {% include "blurb.html" %}
+ {% include "figure.html" %}
+ {% include "blurb.html" %}
{% endif %}
-</section>
-
-<section></section>
-{% endfor %}
+ </section>
+ {% endfor %} \ No newline at end of file
diff --git a/templates/base.html b/templates/base.html
index b051c0f..49d8c40 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -44,7 +44,9 @@
<body>
<nav>
<a href="/#"><img alt="logo" src="/assets/logo-simple.png" /></a>
- <a href="/#offerings">Services</a>
+ <a href="/k12">K-12</a>
+ <a href="/highered">Higher Ed</a>
+ <a href="/professional">Pros</a>
<a href="/posts">Posts</a>
<a href="/brochure">Brochure</a>
<a href="/#help">Helpful Links</a>
@@ -52,7 +54,7 @@
<a href="/about">Team</a>
<a href="/#reviews">Reviews</a>
<a href="/#contact">Contact</a>
- <a href="#">More&hellip;</a>
+ <a>More&hellip;</a>
</nav>
<main>
diff --git a/templates/brochure/index.html b/templates/brochure/index.html
index 41a62f4..6304887 100644
--- a/templates/brochure/index.html
+++ b/templates/brochure/index.html
@@ -1,8 +1,8 @@
{% extends "base.html" %}
{% block style %}
- {% include "../styles.css" %}
- {% include "brochure.css" %}
+{% include "../styles.css" %}
+{% include "brochure.css" %}
{% endblock %}
{% block main %}
@@ -10,13 +10,15 @@
<h1>Interactive Brochure</h1>
</section>
-<section class="quiet">
+<section>
<noscript>
- This brochure requires JavaScript to work properly. If you prefer not to use JavaScript, you can <a href="/#offerings">view our offerings on our homepage here.</a>
+ This brochure requires JavaScript to work properly. If you prefer not to use JavaScript, you can <a
+ href="/#offerings">view our offerings on our homepage here.</a>
</noscript>
<p>
- Click on pages to fold and unfold and use <em>Flip</em> to toggle front and back. This works best on a tablet or desktop screen.
+ Click on pages to fold and unfold and use <em>Flip</em> to toggle front and back. This works best on a tablet or
+ desktop screen.
</p>
{% include "brochure.html" %}
@@ -29,4 +31,4 @@
{% include "brochure.js" %}
</script>
-{% endblock %}
+{% endblock %} \ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index a98fa29..b5f4bd6 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,312 +3,57 @@
{% block main %}
<!--banner-->
<section class="banner">
- <h1>CARPENTER TUTORING</h1>
- <h2>
- <strong>Discovering <em>your</em> path to success</strong>
- </h2>
-
- <div class="buttons">
- {% include "contact-buttons.html" %}
- </div>
-</section>
-
-<!-- welcome-->
-<section id="welcome" class="quiet flexible">
- <div>
- <h2>
- Welcome, and thank you for your interest in Carpenter Tutoring!
- </h2>
-
- <p> Carpenter Tutoring is a private tutoring service based in Suffolk,
- Virginia. We offer high-engagement remote appointments through Zoom. A limited
- number of in-person appointments with me are also available for students in the Harbour
- View region of Suffolk, VA. Most of our offerings are one-on-one, and siblings
- and pre-existing groups of students may opt for group meetings. 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 explore and learn more about the <a href="/#offerings">services we offer</a>, <a
- href="/about">Carpenter Tutoring's background</a>,
- and some of <a href="/policies">our policies</a>. Thank you for visiting, and
- please do not hesitate to reach out with any questions. We will be thrilled to
- assist you!
- </p>
-
- <figure class="signature">
- <picture>
- <source srcset="/assets/signature.webp" type="image/webp" />
- <source srcset="/assets/signature.png" type="image/png" />
- <img alt="Amy's signature" src="/assets/signature.png" />
- </picture>
- </figure>
-
- </div>
-
- <figure class="shadowy">
+ <!-- <section class="banner flexible"> -->
+ <!-- <figure class="logo">
<picture>
- <source srcset="/assets/amy-sunny.webp" type="image/webp" />
- <source srcset="/assets/amy-sunny.png" type="image/png" />
- <img alt="Amy Carpenter" src="/assets/amy-sunny.png" />
+ <source srcset="/assets/logo.webp" type="image/webp" />
+ <source srcset="/assets/logo.png" type="image/png" />
+ <img alt="logo" src="/assets/logo.png" />
</picture>
- <figcaption>Amy Carpenter, M.Ed.</figcaption>
- </figure>
+ </figure> -->
+ <h1>CARPENTER TUTORING</h1>
</section>
-<!-- offering modals -->
-<div id="offering-subject-tutoring" class="modal">
- <div class="card">
- <p>
- Our regular subject specific offerings include:
-
- <ul>
- <li> All levels of reading/language arts/English</li>
- <li> Writing (formal and creative)</li>
- <li> Foreign Language: French and all levels of Latin</li>
- <li> Math through Calculus II</li>
- <li> Introductory Physics (not at the honors or AP level)</li>
- <li> Biology and Chemistry through AP level</li>
- </ul>
-
- Special arrangements can be made for subjects that fall outside of these
- offerings. Please contact me directly for more information.
-
- </p>
- <a href="#offerings" class="button"><img src="/assets/icons/close-box.svg" alt="close" />Close</a>
- </div>
-</div>
-
-<div id="offering-college-prep" class="modal">
- <div class="card">
- <p>
- Work with a former Higher Education professional to
- determine what types of schools and/or degree programs may be a good fit
- for your interests and desires. Additionally, learn how to write an
- attention-grabbing personal essay for college applications and receive
- guidance on institution-specific supplemental essays.
- </p>
- <a href="#offerings" class="button"><img src="/assets/icons/close-box.svg" alt="close" />Close</a>
- </div>
-</div>
-
-<div id="offering-test-prep" class="modal">
- <div class="card">
- <p>
- One-on-one content instruction, practice testing, and
- testing strategization for a number of standardized tests, including but
- not limited to:
-
- <ul>
- <li> SAT &amp; ACT</li>
- <li> PSAT</li>
- <li> ISEE</li>
- <li> SSAT</li>
- <li> GED</li>
- <li> GMAT</li>
- <li> MAT</li>
- <li> GRE</li>
- <li> LSAT</li>
- </ul>
-
- Please contact me directly if you'd like assistance for a test not listed
- here.
- </p>
- <a href="#offerings" class="button"><img src="/assets/icons/close-box.svg" alt="close" />Close</a>
- </div>
-</div>
-
-<div id="offering-music-lessons" class="modal">
- <div class="card">
- <p>
- Piano lessons include a combination of formal instruction and
- ear-training, which allows students to select the songs they'd like to
- learn. Music composition lessons focus on the techniques necessary for
- writing original songs, whether they be instrumental or singer/songwriter
- style.
- </p>
- <a href="#offerings" class="button"><img src="/assets/icons/close-box.svg" alt="close" />Close</a>
- </div>
-</div>
-
-<div id="offering-evals" class="modal">
- <div class="card">
- <p>
- Both evaluations are based on materials submitted through an online
- portal. Letters are returned within a week of your notice that all documents
- have been uploaded.</p>
- <p> <strong>Simplified</strong>: Considers math and language arts materials,
- satisfies proof of progress with a personalized letter and evaluator
- credentials </p>
- <p><strong>Detailed</strong>: Considers math and language arts materials
- satisfies proof of progress with a
- personalized letter and evaluator credentials, provides homeschool families
- with a separate document detailing identified areas of strength, areas of
- weakness, and recommendations for addressing weaknesses.
- Other subjects may be added for an additional charge.
- </p>
- <a href="#offerings" class="button"><img src="/assets/icons/close-box.svg" alt="close" />Close</a>
- </div>
-</div>
-
-<div id="offering-college-writing" class="modal">
- <div class="card">
- <p>
- Learn how to shift high-school level writing to that which will be expected in
- college. Topics covered include moving beyond the five-paragraph essay, writing
- research papers, and choosing a topic for essays with open prompts. In-session
- exercises will allow students to implement these skills in real time with
- immediate feedback.
- </p>
- <a href="#offerings" class="button"><img src="/assets/icons/close-box.svg" alt="close" />Close</a>
- </div>
-</div>
-
-<div id="offering-academic-coaching" class="modal">
- <div class="card">
- <p>
- Academic Coaching offers all the benefits of Study Skills and Time Management
- appointments plus ongoing planning and accountability support. As an Academic
- Coach, I keep track of your student's upcoming assignments and assessments and
- help craft a schedule week to week for them to accomplish their goals. Students
- come away as more independent and confident planners and self-advocates.
- </p>
- <a href="#offerings" class="button"><img src="/assets/icons/close-box.svg" alt="close" />Close</a>
- </div>
-</div>
-
-<div id="offering-study-skills" class="modal">
- <div class="card">
- <p>
- Study Skills sessions will allow students to develop a toolkit for
- successful study habits. Learn about techniques to fight mental fatigue and
- tools for mental recall. Study Skills sessions also cover ways to address
- motivation, attention, and avoidance. Topics will be tailored for your specific
- needs.
- </p>
- <a href="#offerings" class="button"><img src="/assets/icons/close-box.svg" alt="close" />Close</a>
- </div>
-</div>
-
-<div id="offering-dissertation-coaching" class="modal">
- <div class="card">
- <p>
- Dissertation coaching consists of one-on-one work to strengthen the effort you
- have already put in. Draw out the significance of your research by honing in on
- the implications, connections, and recommendations that stem from your
- findings. Together, we will break past a surface-level review of your study to
- generate the greatest impact possible. Dissertation coaching can also focus on
- general writing mechanics, clarity of message, and/or consistency of voice.
- </p>
- <a href="#offerings" class="button"><img src="/assets/icons/close-box.svg" alt="close" />Close</a>
- </div>
-</div>
-
-<div id="offering-time-management" class="modal">
- <div class="card">
- <p>
- Learn how to balance all of the demands in your life. Time
- Management sessions are tailored to your needs and can include building an
- hour-by-hour schedule of your week, creating a long-term plan for assignments
- and responsibilities, and discussing time and stress management techniques.
- </p>
- <a href="#offerings" class="button"><img src="/assets/icons/close-box.svg" alt="close" />Close</a>
- </div>
-</div>
-
-<!-- offerings cards -->
-<section id="offerings">
-
- <div class="card">
- <h2>Subject Tutoring</h2>
- <p>Tutoring for specific courses or disciplines
- </p>
- <a class="button" href="#offering-subject-tutoring"><img src="/assets/icons/dots-horizontal-circle.svg"
- alt="expand" /> Learn more</a>
- </div>
-
- <div class="card">
- <h2>Time Management</h2>
- <p>
- Personalized plans for managing academics, extracurriculars, and
- other commitments
- </p>
- <a class="button" href="#offering-time-management"><img src="/assets/icons/dots-horizontal-circle.svg"
- alt="expand" /> Learn more</a>
- </div>
-
- <div class="card">
- <h2>Study Skills</h2>
- <p>Learn how to make the most of your study time</p>
- <a class="button" href="#offering-study-skills"><img src="/assets/icons/dots-horizontal-circle.svg"
- alt="expand" /> Learn more</a>
- </div>
+<section class="centered">
+ <h2>
+ Building confidence on the way to content mastery.
+ </h2>
+</section>
- <div class="card">
- <h2>Academic Coaching</h2>
- <p>
- Time management and study skills blended with continuing
- accountability
- </p>
- <a class="button" href="#offering-academic-coaching"><img src="/assets/icons/dots-horizontal-circle.svg"
- alt="expand" /> Learn more</a>
+<section id="offerings" class="cards">
+ <div class="card full">
+ <h3>
+ Services
+ </h3>
</div>
<div class="card">
- <h2>College Application Assistance</h2>
<p>
- Assistance with generating a college list and crafting application
- essays
+ <a href="/k12">
+ K-12
+ </a>
</p>
- <a class="button" href="#offering-college-prep"><img src="/assets/icons/dots-horizontal-circle.svg"
- alt="expand" /> Learn more</a>
- </div>
-
- <div class="card">
- <h2>College-Level Writing</h2>
- <p>Get a head start on meeting professors' expectations</p>
- <a class="button" href="#offering-college-writing"><img src="/assets/icons/dots-horizontal-circle.svg"
- alt="expand" /> Learn more</a>
- </div>
-
- <div class="card">
- <h2>Dissertation Coaching</h2>
- <p>Ensure your research is communicated effectively and eloquently</p>
- <a class="button" href="#offering-dissertation-coaching"><img src="/assets/icons/dots-horizontal-circle.svg"
- alt="expand" /> Learn more</a>
</div>
<div class="card">
- <h2>Standardized Test Prep</h2>
<p>
- Tailored assistance in preparing for a variety of standardized tests
+ <a href="/highered">
+ Higher Education
+ </a>
</p>
- <a class="button" href="#offering-test-prep"><img src="/assets/icons/dots-horizontal-circle.svg" alt="expand" />
- Learn more</a>
- </div>
-
- <div class="card">
- <h2>Music Lessons</h2>
- <p>Piano and/or composition lessons for students of all ages</p>
- <a class="button" href="#offering-music-lessons"><img src="/assets/icons/dots-horizontal-circle.svg"
- alt="expand" /> Learn more</a>
</div>
<div class="card">
- <h2>Proof of Progress Evaluations</h2>
<p>
- Two levels of portfolio-based evaluations for homeschool families
- looking to satisfy Proof of Progress or gain insight into their
- child's learning
+ <a href="/professional">
+ Professional
+ </a>
</p>
- <a class="button" href="#offering-evals"><img src="/assets/icons/dots-horizontal-circle.svg" alt="expand" />
- Learn more</a>
</div>
-
</section>
<!-- help -->
-<section class="quiet squarshed centered" id="help">
+<section class="squarshed centered" id="help">
<h2>Helpful Links</h2>
<a class="button primary centered" href="/brochure">View an interactive brochure of our offerings</a>
<a class="button centered" href="/policies">See policies and procedures regarding scheduling, payment, and
@@ -321,8 +66,10 @@
<div class="card">
<h2>C.L. Cannon</h2>
<blockquote>
- I hired Amy to complete an end-of-the-year evaluation for both of my Elementary aged sons. This being our
- first year of independent home instruction, the task of testing and/or evaluation was daunting! Amy put my
+ I hired Amy to complete an end-of-the-year evaluation for both of my Elementary aged sons. This being
+ our
+ first year of independent home instruction, the task of testing and/or evaluation was daunting! Amy put
+ my
fears to rest! She was super easy to work with, had great communication skills, and answered all my
questions in a timely and informative manner! I would highly recommend her services!
</blockquote>
@@ -341,7 +88,8 @@
<div class="card">
<h2>Lee Crabtree</h2>
<blockquote>
- Amy is a wonderful tutor who helped my child (who does not like help at all) though some difficult classes
+ Amy is a wonderful tutor who helped my child (who does not like help at all) though some difficult
+ classes
where the teacher was not providing the support my child needed. Highly recommended.
</blockquote>
<p>
@@ -359,8 +107,10 @@
<div class="card">
<h2>Connor Fenton</h2>
<blockquote>
- I was a Graduate student at the College of William and Mary who needed to pass a Latin Language test as part
- of my degree requirements. I was struggling with refreshing my Latin after a few years out of the classroom
+ I was a Graduate student at the College of William and Mary who needed to pass a Latin Language test as
+ part
+ of my degree requirements. I was struggling with refreshing my Latin after a few years out of the
+ classroom
and Amy was both professional and helpful. With her tutoring I was able to pass my test and finish my
degree. She is very considerate and easy to work with.
</blockquote>
diff --git a/templates/k12.html b/templates/k12.html
index 449b4b6..6467d55 100644
--- a/templates/k12.html
+++ b/templates/k12.html
@@ -2,23 +2,19 @@
{% block main %}
-<section class="quiet">
- <h1>K-12 Services</h1>
-</section>
-
<section class="banner">
-
+ <h1>K-12 Services</h1>
</section>
-<section class="quiet">
+<section>
<h2>See your student thrive with personalized support.</h2>
</section>
-<section id="offerings">
+<section id="offerings" class="cards">
<div class="card full">
- <p>
- Jump to K-12 Services
- </p>
+ <h3>
+ K-12 Services
+ </h3>
</div>
<div class="card">
@@ -70,7 +66,7 @@
</div>
</section>
-<section id="offering-academic-coaching" class="quiet">
+<section id="offering-academic-coaching">
<h2>
Academic Coaching
</h2>
@@ -96,12 +92,7 @@
</p>
</section>
-<section>
- <!-- TODO: need to make these bands normal bottom margins-->
- <!-- TODO: don't use markup for style!-->
-</section>
-
-<section id="offering-application-essay-consulting" class="quiet">
+<section id="offering-application-essay-consulting">
<h2>
Application Essay Consulting
</h2>
@@ -115,9 +106,7 @@
</p>
</section>
-<section></section>
-
-<section id="offering-college-transition" class="quiet">
+<section id="offering-college-transition">
<h2>
College Transition
</h2>
@@ -131,9 +120,7 @@
</p>
</section>
-<section></section>
-
-<section id="offering-services-for-homeschoolers" class="quiet">
+<section id="offering-services-for-homeschoolers">
<h2>
Services for Homeschoolers
</h2>
@@ -159,9 +146,7 @@
</p>
</section>
-<section></section>
-
-<section id="offering-standardized-test-prep" class="quiet">
+<section id="offering-standardized-test-prep">
<h2>
Standardized Test Prep
</h2>
@@ -182,17 +167,16 @@
</p>
</section>
-<section></section>
-
-<section id="offering-subject-tutoring" class="quiet">
+<section id="offering-subject-tutoring">
<h2>
Subject Tutoring
</h2>
<p>
Support offered for all applicable levels of courses (regular, Honors, AP) unless otherwise noted.
-
- <aside>* indicates a specialized course for which support is dependent on team availability.</aside>
+ </p>
+ <p>
+ * indicates a specialized course for which support is dependent on team availability.
</p>
<h6>Math</h6>
diff --git a/templates/policies.html b/templates/policies.html
index 81a19a5..6a5754a 100644
--- a/templates/policies.html
+++ b/templates/policies.html
@@ -5,7 +5,7 @@
<section class="banner">
<h1>Policies &amp; Procedures</h1>
</section>
-<section class="quiet">
+<section>
<p>
<h2>Payment Methods</h2>
We accept payments through Zelle (amy@carpentertutoring.com), Venmo
@@ -24,7 +24,8 @@
<p>
<h2>Remote sessions</h2>
Remote sessions are typically conducted from tutors' homes. We use online video conferencing software such as
- <a target="_blank" href="https://zoom.us">Zoom</a> and <a target="_blank" href="https://meet.google.com">Google Meet</a>.
+ <a target="_blank" href="https://zoom.us">Zoom</a> and <a target="_blank" href="https://meet.google.com">Google
+ Meet</a>.
Your tutor will inform you of their preferred meeting method and provide initial meeting instructions and support.
</p>
@@ -45,206 +46,325 @@
Sessions are purchased in half-hour increments, and the shortest
appointment duration is 60 minutes. Families are responsible for the
amount of time they book and will be charged based on that amount.
- Students who provide no advance notice of a need to end their meeting early will still be responsible for the full session price. If a student is
+ Students who provide no advance notice of a need to end their meeting early will still be responsible for the full
+ session price. If a student is
late to their appointment, we will work to the end of their scheduled
time, but no later.
</p>
<p>
<h2>Proof of Progress Evaluations</h2>
- Proof of Progress letters will be returned within 7 days of notification that materials are ready for review. Families are responsible for sending Proof of Progress letters and proof of evaluator credentials to their school system by August 1, the deadline for Proof of Progress submissions in Virginia. Notifications regarding sample readiness sent on or after July 24 of each year will incur a $10 late submission fee per evaluation. All payments are expected within two weeks of receipt of letter(s). Payment method information is available on this site as well as in the email sent along with Proof of Progress letters.
+ Proof of Progress letters will be returned within 7 days of notification that materials are ready for review.
+ Families are responsible for sending Proof of Progress letters and proof of evaluator credentials to their school
+ system by August 1, the deadline for Proof of Progress submissions in Virginia. Notifications regarding sample
+ readiness sent on or after July 24 of each year will incur a $10 late submission fee per evaluation. All payments
+ are expected within two weeks of receipt of letter(s). Payment method information is available on this site as well
+ as in the email sent along with Proof of Progress letters.
</p>
<p>
<h2>Learning Acceleration Grants</h2>
- Carpenter Tutoring is proud to serve Virginia students and families as a vendor for the K-12 Learning Acceleration Grant. Families must share student names as they appear on the grants, associated parent name, and associated address for invoicing purposes. Families are expected to upload emailed invoices at their earliest convenience as there are significant lag times between family submission and fund deposits from ClassWallet. While Carpenter Tutoring will provide an overview of funds used with our tutors with each invoice, families are expected to keep track of fund use and communicate with tutors when funds are nearing exhaustion to plan an end date for services or a transition to out-of-pocket payment. Grant vendors cannot see fund totals or funds used with other vendors, so we rely on families completely to communicate their remaining balances. Families who fail to notify us that their funds are nearly or have been depleted or rescinded but continue to use services will be required to pay for any excesses out-of-pocket.
+ Carpenter Tutoring is proud to serve Virginia students and families as a vendor for the K-12 Learning Acceleration
+ Grant. Families must share student names as they appear on the grants, associated parent name, and associated
+ address for invoicing purposes. Families are expected to upload emailed invoices at their earliest convenience as
+ there are significant lag times between family submission and fund deposits from ClassWallet. While Carpenter
+ Tutoring will provide an overview of funds used with our tutors with each invoice, families are expected to keep
+ track of fund use and communicate with tutors when funds are nearing exhaustion to plan an end date for services or
+ a transition to out-of-pocket payment. Grant vendors cannot see fund totals or funds used with other vendors, so we
+ rely on families completely to communicate their remaining balances. Families who fail to notify us that their funds
+ are nearly or have been depleted or rescinded but continue to use services will be required to pay for any excesses
+ out-of-pocket.
</p>
</section>
-<section class="quiet">
+<section>
<h2>Privacy Policy</h2>
<p>Last updated: March 22, 2025</p>
- <p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>
- <p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the <a href="https://www.termsfeed.com/privacy-policy-generator/" target="_blank">Privacy Policy Generator</a>.</p>
+ <p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your
+ information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>
+ <p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection
+ and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the
+ help of the <a href="https://www.termsfeed.com/privacy-policy-generator/" target="_blank">Privacy Policy
+ Generator</a>.</p>
<h3>Interpretation and Definitions</h3>
<h4>Interpretation</h4>
- <p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>
+ <p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The
+ following definitions shall have the same meaning regardless of whether they appear in singular or in plural.
+ </p>
<h4>Definitions</h4>
<p>For the purposes of this Privacy Policy:</p>
<ul>
- <li>
- <p><strong>Account</strong> means a unique account created for You to access our Service or parts of our Service.</p>
- </li>
- <li>
- <p><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control with a party, where &quot;control&quot; means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</p>
- </li>
- <li>
- <p><strong>Company</strong> (referred to as either &quot;the Company&quot;, &quot;We&quot;, &quot;Us&quot; or &quot;Our&quot; in this Agreement) refers to Carpenter Tutoring LLC, 6205 Amberly Cir, Suffolk VA, 23435.</p>
- </li>
- <li>
- <p><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.</p>
- </li>
- <li>
- <p><strong>Country</strong> refers to: Virginia, United States</p>
- </li>
- <li>
- <p><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a digital tablet.</p>
- </li>
- <li>
- <p><strong>Personal Data</strong> is any information that relates to an identified or identifiable individual.</p>
- </li>
- <li>
- <p><strong>Service</strong> refers to the Website.</p>
- </li>
- <li>
- <p><strong>Service Provider</strong> means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.</p>
- </li>
- <li>
- <p><strong>Usage Data</strong> refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</p>
- </li>
- <li>
- <p><strong>Website</strong> refers to Carpenter Tutoring, accessible from <a href="https://carpentertutoring.com" rel="external nofollow noopener" target="_blank">https://carpentertutoring.com</a></p>
- </li>
- <li>
- <p><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</p>
- </li>
+ <li>
+ <p><strong>Account</strong> means a unique account created for You to access our Service or parts of our
+ Service.</p>
+ </li>
+ <li>
+ <p><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control
+ with a party, where &quot;control&quot; means ownership of 50% or more of the shares, equity interest or
+ other securities entitled to vote for election of directors or other managing authority.</p>
+ </li>
+ <li>
+ <p><strong>Company</strong> (referred to as either &quot;the Company&quot;, &quot;We&quot;, &quot;Us&quot;
+ or &quot;Our&quot; in this Agreement) refers to Carpenter Tutoring LLC, 6205 Amberly Cir, Suffolk VA,
+ 23435.</p>
+ </li>
+ <li>
+ <p><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other
+ device by a website, containing the details of Your browsing history on that website among its many
+ uses.</p>
+ </li>
+ <li>
+ <p><strong>Country</strong> refers to: Virginia, United States</p>
+ </li>
+ <li>
+ <p><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a
+ digital tablet.</p>
+ </li>
+ <li>
+ <p><strong>Personal Data</strong> is any information that relates to an identified or identifiable
+ individual.</p>
+ </li>
+ <li>
+ <p><strong>Service</strong> refers to the Website.</p>
+ </li>
+ <li>
+ <p><strong>Service Provider</strong> means any natural or legal person who processes the data on behalf of
+ the Company. It refers to third-party companies or individuals employed by the Company to facilitate the
+ Service, to provide the Service on behalf of the Company, to perform services related to the Service or
+ to assist the Company in analyzing how the Service is used.</p>
+ </li>
+ <li>
+ <p><strong>Usage Data</strong> refers to data collected automatically, either generated by the use of the
+ Service or from the Service infrastructure itself (for example, the duration of a page visit).</p>
+ </li>
+ <li>
+ <p><strong>Website</strong> refers to Carpenter Tutoring, accessible from <a
+ href="https://carpentertutoring.com" rel="external nofollow noopener"
+ target="_blank">https://carpentertutoring.com</a></p>
+ </li>
+ <li>
+ <p><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal
+ entity on behalf of which such individual is accessing or using the Service, as applicable.</p>
+ </li>
</ul>
<h3>Collecting and Using Your Personal Data</h3>
<h4>Types of Data Collected</h4>
<h5>Personal Data</h5>
- <p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p>
+ <p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can
+ be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p>
<ul>
- <li>
- <p>Email address</p>
- </li>
- <li>
- <p>First name and last name</p>
- </li>
- <li>
- <p>Usage Data</p>
- </li>
+ <li>
+ <p>Email address</p>
+ </li>
+ <li>
+ <p>First name and last name</p>
+ </li>
+ <li>
+ <p>Usage Data</p>
+ </li>
</ul>
<h5>Usage Data</h5>
<p>Usage Data is collected automatically when using the Service.</p>
- <p>Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.</p>
- <p>When You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.</p>
- <p>We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.</p>
+ <p>Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser
+ type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent
+ on those pages, unique device identifiers and other diagnostic data.</p>
+ <p>When You access the Service by or through a mobile device, We may collect certain information automatically,
+ including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address
+ of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device
+ identifiers and other diagnostic data.</p>
+ <p>We may also collect information that Your browser sends whenever You visit our Service or when You access the
+ Service by or through a mobile device.</p>
<h5>Tracking Technologies and Cookies</h5>
- <p>We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:</p>
+ <p>We use Cookies and similar tracking technologies to track the activity on Our Service and store certain
+ information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to
+ improve and analyze Our Service. The technologies We use may include:</p>
<ul>
- <li><strong>Cookies or Browser Cookies.</strong> A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.</li>
- <li><strong>Web Beacons.</strong> Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).</li>
+ <li><strong>Cookies or Browser Cookies.</strong> A cookie is a small file placed on Your Device. You can
+ instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do
+ not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your
+ browser setting so that it will refuse Cookies, our Service may use Cookies.</li>
+ <li><strong>Web Beacons.</strong> Certain sections of our Service and our emails may contain small electronic
+ files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit
+ the Company, for example, to count users who have visited those pages or opened an email and for other
+ related website statistics (for example, recording the popularity of a certain section and verifying system
+ and server integrity).</li>
</ul>
- <p>Cookies can be &quot;Persistent&quot; or &quot;Session&quot; Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. You can learn more about cookies on <a href="https://www.termsfeed.com/blog/cookies/#What_Are_Cookies" target="_blank">TermsFeed website</a> article.</p>
+ <p>Cookies can be &quot;Persistent&quot; or &quot;Session&quot; Cookies. Persistent Cookies remain on Your personal
+ computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web
+ browser. You can learn more about cookies on <a href="https://www.termsfeed.com/blog/cookies/#What_Are_Cookies"
+ target="_blank">TermsFeed website</a> article.</p>
<p>We use both Session and Persistent Cookies for the purposes set out below:</p>
<ul>
- <li>
- <p><strong>Necessary / Essential Cookies</strong></p>
- <p>Type: Session Cookies</p>
- <p>Administered by: Us</p>
- <p>Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.</p>
- </li>
- <li>
- <p><strong>Cookies Policy / Notice Acceptance Cookies</strong></p>
- <p>Type: Persistent Cookies</p>
- <p>Administered by: Us</p>
- <p>Purpose: These Cookies identify if users have accepted the use of cookies on the Website.</p>
- </li>
- <li>
- <p><strong>Functionality Cookies</strong></p>
- <p>Type: Persistent Cookies</p>
- <p>Administered by: Us</p>
- <p>Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.</p>
- </li>
+ <li>
+ <p><strong>Necessary / Essential Cookies</strong></p>
+ <p>Type: Session Cookies</p>
+ <p>Administered by: Us</p>
+ <p>Purpose: These Cookies are essential to provide You with services available through the Website and to
+ enable You to use some of its features. They help to authenticate users and prevent fraudulent use of
+ user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We
+ only use these Cookies to provide You with those services.</p>
+ </li>
+ <li>
+ <p><strong>Cookies Policy / Notice Acceptance Cookies</strong></p>
+ <p>Type: Persistent Cookies</p>
+ <p>Administered by: Us</p>
+ <p>Purpose: These Cookies identify if users have accepted the use of cookies on the Website.</p>
+ </li>
+ <li>
+ <p><strong>Functionality Cookies</strong></p>
+ <p>Type: Persistent Cookies</p>
+ <p>Administered by: Us</p>
+ <p>Purpose: These Cookies allow us to remember choices You make when You use the Website, such as
+ remembering your login details or language preference. The purpose of these Cookies is to provide You
+ with a more personal experience and to avoid You having to re-enter your preferences every time You use
+ the Website.</p>
+ </li>
</ul>
- <p>For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.</p>
+ <p>For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy
+ or the Cookies section of our Privacy Policy.</p>
<h4>Use of Your Personal Data</h4>
<p>The Company may use Personal Data for the following purposes:</p>
<ul>
- <li>
- <p><strong>To provide and maintain our Service</strong>, including to monitor the usage of our Service.</p>
- </li>
- <li>
- <p><strong>To manage Your Account:</strong> to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.</p>
- </li>
- <li>
- <p><strong>For the performance of a contract:</strong> the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.</p>
- </li>
- <li>
- <p><strong>To contact You:</strong> To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application's push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.</p>
- </li>
- <li>
- <p><strong>To provide You</strong> with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.</p>
- </li>
- <li>
- <p><strong>To manage Your requests:</strong> To attend and manage Your requests to Us.</p>
- </li>
- <li>
- <p><strong>For business transfers:</strong> We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.</p>
- </li>
- <li>
- <p><strong>For other purposes</strong>: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.</p>
- </li>
+ <li>
+ <p><strong>To provide and maintain our Service</strong>, including to monitor the usage of our Service.</p>
+ </li>
+ <li>
+ <p><strong>To manage Your Account:</strong> to manage Your registration as a user of the Service. The
+ Personal Data You provide can give You access to different functionalities of the Service that are
+ available to You as a registered user.</p>
+ </li>
+ <li>
+ <p><strong>For the performance of a contract:</strong> the development, compliance and undertaking of the
+ purchase contract for the products, items or services You have purchased or of any other contract with
+ Us through the Service.</p>
+ </li>
+ <li>
+ <p><strong>To contact You:</strong> To contact You by email, telephone calls, SMS, or other equivalent forms
+ of electronic communication, such as a mobile application's push notifications regarding updates or
+ informative communications related to the functionalities, products or contracted services, including
+ the security updates, when necessary or reasonable for their implementation.</p>
+ </li>
+ <li>
+ <p><strong>To provide You</strong> with news, special offers and general information about other goods,
+ services and events which we offer that are similar to those that you have already purchased or enquired
+ about unless You have opted not to receive such information.</p>
+ </li>
+ <li>
+ <p><strong>To manage Your requests:</strong> To attend and manage Your requests to Us.</p>
+ </li>
+ <li>
+ <p><strong>For business transfers:</strong> We may use Your information to evaluate or conduct a merger,
+ divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our
+ assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in
+ which Personal Data held by Us about our Service users is among the assets transferred.</p>
+ </li>
+ <li>
+ <p><strong>For other purposes</strong>: We may use Your information for other purposes, such as data
+ analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to
+ evaluate and improve our Service, products, services, marketing and your experience.</p>
+ </li>
</ul>
<p>We may share Your personal information in the following situations:</p>
<ul>
- <li><strong>With Service Providers:</strong> We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.</li>
- <li><strong>For business transfers:</strong> We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.</li>
- <li><strong>With Affiliates:</strong> We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.</li>
- <li><strong>With business partners:</strong> We may share Your information with Our business partners to offer You certain products, services or promotions.</li>
- <li><strong>With other users:</strong> when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside.</li>
- <li><strong>With Your consent</strong>: We may disclose Your personal information for any other purpose with Your consent.</li>
+ <li><strong>With Service Providers:</strong> We may share Your personal information with Service Providers to
+ monitor and analyze the use of our Service, to contact You.</li>
+ <li><strong>For business transfers:</strong> We may share or transfer Your personal information in connection
+ with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a
+ portion of Our business to another company.</li>
+ <li><strong>With Affiliates:</strong> We may share Your information with Our affiliates, in which case we will
+ require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other
+ subsidiaries, joint venture partners or other companies that We control or that are under common control
+ with Us.</li>
+ <li><strong>With business partners:</strong> We may share Your information with Our business partners to offer
+ You certain products, services or promotions.</li>
+ <li><strong>With other users:</strong> when You share personal information or otherwise interact in the public
+ areas with other users, such information may be viewed by all users and may be publicly distributed outside.
+ </li>
+ <li><strong>With Your consent</strong>: We may disclose Your personal information for any other purpose with
+ Your consent.</li>
</ul>
<h4>Retention of Your Personal Data</h4>
- <p>The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.</p>
- <p>The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.</p>
+ <p>The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this
+ Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal
+ obligations (for example, if we are required to retain your data to comply with applicable laws), resolve
+ disputes, and enforce our legal agreements and policies.</p>
+ <p>The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a
+ shorter period of time, except when this data is used to strengthen the security or to improve the functionality
+ of Our Service, or We are legally obligated to retain this data for longer time periods.</p>
<h4>Transfer of Your Personal Data</h4>
- <p>Your information, including Personal Data, is processed at the Company's operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.</p>
- <p>Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.</p>
- <p>The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.</p>
+ <p>Your information, including Personal Data, is processed at the Company's operating offices and in any other
+ places where the parties involved in the processing are located. It means that this information may be
+ transferred to — and maintained on — computers located outside of Your state, province, country or other
+ governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.</p>
+ <p>Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to
+ that transfer.</p>
+ <p>The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in
+ accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or
+ a country unless there are adequate controls in place including the security of Your data and other personal
+ information.</p>
<h4>Delete Your Personal Data</h4>
- <p>You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.</p>
+ <p>You have the right to delete or request that We assist in deleting the Personal Data that We have collected about
+ You.</p>
<p>Our Service may give You the ability to delete certain information about You from within the Service.</p>
- <p>You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us.</p>
- <p>Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.</p>
+ <p>You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and
+ visiting the account settings section that allows you to manage Your personal information. You may also contact
+ Us to request access to, correct, or delete any personal information that You have provided to Us.</p>
+ <p>Please note, however, that We may need to retain certain information when we have a legal obligation or lawful
+ basis to do so.</p>
<h4>Disclosure of Your Personal Data</h4>
<h5>Business Transactions</h5>
- <p>If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p>
+ <p>If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will
+ provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p>
<h5>Law enforcement</h5>
- <p>Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).</p>
+ <p>Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by
+ law or in response to valid requests by public authorities (e.g. a court or a government agency).</p>
<h5>Other legal requirements</h5>
<p>The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:</p>
<ul>
- <li>Comply with a legal obligation</li>
- <li>Protect and defend the rights or property of the Company</li>
- <li>Prevent or investigate possible wrongdoing in connection with the Service</li>
- <li>Protect the personal safety of Users of the Service or the public</li>
- <li>Protect against legal liability</li>
+ <li>Comply with a legal obligation</li>
+ <li>Protect and defend the rights or property of the Company</li>
+ <li>Prevent or investigate possible wrongdoing in connection with the Service</li>
+ <li>Protect the personal safety of Users of the Service or the public</li>
+ <li>Protect against legal liability</li>
</ul>
<h4>Security of Your Personal Data</h4>
- <p>The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p>
+ <p>The security of Your Personal Data is important to Us, but remember that no method of transmission over the
+ Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means
+ to protect Your Personal Data, We cannot guarantee its absolute security.</p>
<h3>Children's Privacy</h3>
- <p>Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.</p>
- <p>If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent's consent before We collect and use that information.</p>
+ <p>Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable
+ information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child
+ has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data
+ from anyone under the age of 13 without verification of parental consent, We take steps to remove that
+ information from Our servers.</p>
+ <p>If We need to rely on consent as a legal basis for processing Your information and Your country requires consent
+ from a parent, We may require Your parent's consent before We collect and use that information.</p>
<h3>Links to Other Websites</h3>
- <p>Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party's site. We strongly advise You to review the Privacy Policy of every site You visit.</p>
- <p>We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>
+ <p>Our Service may contain links to other websites that are not operated by Us. If You click on a third party link,
+ You will be directed to that third party's site. We strongly advise You to review the Privacy Policy of every
+ site You visit.</p>
+ <p>We have no control over and assume no responsibility for the content, privacy policies or practices of any third
+ party sites or services.</p>
<h3>Changes to this Privacy Policy</h3>
- <p>We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.</p>
- <p>We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the &quot;Last updated&quot; date at the top of this Privacy Policy.</p>
- <p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>
+ <p>We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy
+ Policy on this page.</p>
+ <p>We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective
+ and update the &quot;Last updated&quot; date at the top of this Privacy Policy.</p>
+ <p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are
+ effective when they are posted on this page.</p>
<h3>Contact Us</h3>
<p>If you have any questions about this Privacy Policy, You can contact us:</p>
<ul>
- <li>
- <p>By email: privacy@carpentertutoring.com</p>
- </li>
- <li>
- <p>By visiting this page on our website: <a href="https://carpentertutoring.com/policies" rel="external nofollow noopener" target="_blank">https://carpentertutoring.com/policies</a></p>
- </li>
+ <li>
+ <p>By email: privacy@carpentertutoring.com</p>
+ </li>
+ <li>
+ <p>By visiting this page on our website: <a href="https://carpentertutoring.com/policies"
+ rel="external nofollow noopener" target="_blank">https://carpentertutoring.com/policies</a></p>
+ </li>
</ul>
</section>
<section></section>
-{% endblock %}
+{% endblock %} \ No newline at end of file
diff --git a/templates/post.html b/templates/post.html
index fb8d28b..9eb3444 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -16,9 +16,9 @@
<h1>{{ post.get_title() }}</h1>
</section>
-<section class="quiet">
+<section>
<article>
{{ post.get_article()|markdown }}
</article>
</section>
-{% endblock %}
+{% endblock %} \ No newline at end of file
diff --git a/templates/posts.html b/templates/posts.html
index 052cd42..2f1df6b 100644
--- a/templates/posts.html
+++ b/templates/posts.html
@@ -5,11 +5,11 @@
<h1>Posts</h1>
</section>
-<section class="quiet">
+<section>
<p>
{% for post in posts %}
- <h2><a href="/posts/{{ post.get_title()|e }}">{{ post.get_title() }}</a></h2>
- {% endfor %}
+ <h2><a href="/posts/{{ post.get_title()|e }}">{{ post.get_title() }}</a></h2>
+ {% endfor %}
</p>
-<section>
-{% endblock %}
+ <section>
+ {% endblock %} \ No newline at end of file
diff --git a/templates/styles.css b/templates/styles.css
index 887766d..609a0f7 100644
--- a/templates/styles.css
+++ b/templates/styles.css
@@ -25,18 +25,12 @@ body {
background-image: url("/assets/bg.webp");
}
-.banner {
- font-size: 1em;
- text-align: center;
- padding: 3em;
- background-color: white;
-}
-
nav {
display: flex;
flex-wrap: wrap;
background-color: white;
position: fixed;
+ width: 100%;
}
nav img {
@@ -50,6 +44,7 @@ nav a {
text-decoration: none;
padding: 1em 1em;
transition: 0.15s;
+ cursor: pointer;
}
nav a:hover {
@@ -88,13 +83,33 @@ em {
}
section {
- font-size: 1.5em;
- margin: 0;
+ font-size: 1em;
+ margin-top: 0;
+ margin-right: 0;
+ margin-left: 0;
+ margin-bottom: 2em;
padding: 1em;
+ background-color: white;
}
-section.quiet {
- background-color: white;
+section.banner {
+ text-align: center;
+ padding-left: 0em;
+ padding-right: 0em;
+ margin-bottom: 0;
+ background: linear-gradient(to right,
+ rgba(255, 255, 255, 0) 0%,
+ rgba(255, 255, 255, 1) 75%);
+}
+
+section.banner h1 {
+ background: white;
+ margin-top: 0;
+ padding-top: 1em;
+}
+
+section.cards {
+ background-color: transparent;
}
section.squarshed {
@@ -145,7 +160,7 @@ footer {
}
footer p {
- font-size: 1.5em;
+ font-size: 1em;
}
footer a,
@@ -155,7 +170,6 @@ section a {
}
.card {
- font-size: 0.9em;
background-color: white;
padding: 1em;
border-radius: 1em;
@@ -236,7 +250,6 @@ section.flexible {
margin-right: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
- font-size: 0.7em;
padding: 0.3em;
flex: 1 0 21%;
align-items: center;