Skip to content

Commit 073803d

Browse files
committed
Add home page content, responsive CSS styling, and contact form with thank you page
1 parent 7338b45 commit 073803d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

project/src/pages/contact.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import Layout from '../layouts/Layout.astro';
77
<Layout>
88
<h1>Contact</h1>
99

10+
<p>Have questions about our classes or want to schedule a trial session? Fill out the form below and we'll get back to you as soon as possible. We look forward to hearing from you!</p>
11+
1012
<form class="form">
1113

1214
<label for="name">Name:</label><br>
@@ -29,7 +31,7 @@ import Layout from '../layouts/Layout.astro';
2931

3032
<textarea id="message" name="message" rows="4" required></textarea><br><br>
3133

32-
<strong><a href="/contact2"><button type="button">Submit</button></a></strong>
34+
<strong><a href="./contact2"><button type="button">Submit</button></a></strong>
3335

3436
</form>
3537

project/src/pages/contact2.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ import Layout from '../layouts/Layout.astro';
1111

1212
<p>We will be in contact with you shortly.</p>
1313

14-
<p><a href="/">Return to Home</a></p>
14+
<p><a href="./">Return to Home</a></p>
1515
</Layout>
1616

0 commit comments

Comments
 (0)