Skip to content

Commit d3414b0

Browse files
committed
Amend styles on thank you page
1 parent 6db1352 commit d3414b0

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

thank-you.html

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -108,26 +108,32 @@ <h5 class="offcanvas-title" id="offcanvasWithBothOptionsLabel">Accessibility Set
108108
<i class="fas fa-arrow-up"></i>
109109
</a>
110110

111-
<main id="main-content"
112-
class="container-fluid mb-5 pt-5 h-75 main-background d-flex flex-column justify-content-center">
113-
<div class="container mt-5">
114-
<h1 class="my-5 text-center">Thank You</h1>
115-
<div class="row">
116-
<div class="col-md-6 mb-4">
117-
<form id="contact-form" class="bg-feature-card p-4 rounded shadow-sm">
118-
119-
</form>
120-
</div>
121-
<div class="col-md-6 mb-4">
122-
<div class="card bg-feature-card p-4 rounded shadow-sm">
123-
<div class="card-body get-in-touch-card">
124-
125-
</div>
126-
</div>
127-
</div>
128-
</div>
129-
</div>
130-
</main>
111+
<main id="main-content" class="container-fluid vh-100 main-background d-flex flex-column justify-content-center align-items-center">
112+
<div class="container text-center">
113+
<h1 class="mb-4 text-dark fw-bold fs-2">Thank You!</h1>
114+
<div class="row align-items-center justify-content-center">
115+
<!-- Image Section -->
116+
<div class="col-12 col-md-4 mb-3">
117+
<img src="assets/images/letter.webp" alt="Thank You Letter Image" class="img-fluid shadow-sm rounded">
118+
</div>
119+
<!-- Message Section -->
120+
<div class="col-12 col-md-6">
121+
<div class="card bg-light p-3 rounded shadow-sm">
122+
<div class="card-body">
123+
<p class="text-muted fs-6">
124+
Thank you for contacting us and for using the <strong>Access Granted</strong> web application!
125+
We hope our platform provided you with an inclusive and helpful experience.
126+
</p>
127+
<p class="text-muted fs-6">
128+
We appreciate your feedback and will review your submission shortly.
129+
</p>
130+
<p class="fw-bold text-secondary mb-0">Best wishes,<br>Access Granted Team</p>
131+
</div>
132+
</div>
133+
</div>
134+
</div>
135+
</div>
136+
</main>
131137

132138
<hr>
133139

0 commit comments

Comments
 (0)