summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-06-14 22:46:05 -0400
committerAdam T. Carpenter <atc@53hor.net>2021-06-14 22:46:05 -0400
commit153f905dfd1e95aa2bd0a227d2790021849d12d5 (patch)
tree9d7c2918459fb81816b59f0d434a687dd42d7d89 /index.html
parent3df910b359125d35ca71f4e9419b0bd41d56718c (diff)
downloadcarpentertutoring-153f905dfd1e95aa2bd0a227d2790021849d12d5.tar.xz
carpentertutoring-153f905dfd1e95aa2bd0a227d2790021849d12d5.zip
mode styles applied
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>