summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html29
1 files changed, 15 insertions, 14 deletions
diff --git a/index.html b/index.html
index 0b02200..4efb766 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<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"
+ href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Indie+Flower&family=PT+Sans&display=swap"
rel="stylesheet"
/>
<meta charset="utf-8" />
@@ -40,15 +40,13 @@
<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>
+ <a href="/#reviews">Reviews</a>
+ <a href="/about">About</a>
+ <a href="/policies">Policies</a>
+ <a href="/#pricing">Pricing</a>
+ <a href="/#offerings">Offerings</a>
+ <a class="logo" href="/#"><img src="/assets/logo-simple.png" /></a>
</nav>
<main>
@@ -58,10 +56,13 @@
<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>
+
+ <div class="buttons">
+ <a class="button" href="/#contact"> Contact me by Email</a>
+ <a class="button primary" href="tel:1-757-335-7555">
+ Call (757) 335-7555</a
+ >
+ </div>
</section>
<!-- welcome-->
@@ -261,7 +262,7 @@
<p>&copy; 2021 Carpenter Tutoring, LLC. All rights reserved.</p>
<p>
<a href="mailto:webmaster@carpentertutoring.com">
- Questions, Comments, Feedback
+ Having trouble with our site?
</a>
</p>
</footer>