-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfirmation.html
More file actions
39 lines (39 loc) · 2.86 KB
/
confirmation.html
File metadata and controls
39 lines (39 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title> Web Design for Heavy Metal Bands, Artists, and Businesses.</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap_theme/bootstrap.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="blocks.css">
<link href="style.css" rel="stylesheet">
<link href="https://cdn.lineicons.com/4.0/lineicons.css" rel="stylesheet"/>
</head>
<body>
<section class="pb-3 pt-3 text-center">
<div class="container pb-3 pt-5">
<div class="pb-5 pt-5 row">
<img src="assets/metalmorphosis%20logo.png" class="img-fluid">
<div class="col-lg-9 col-xl-8 ms-auto me-auto pb-5 pt-3">
<h1 class="display-4 fw-bold mb-3 text-capitalize text-dark">Thank you for Getting In Touch With me!</h1>
<p class="lead mb-4 pt-4 pb-2 text-light-emphasis" style="font-size: 22px;">I'm so excited to hear from you. I personally handle all of my client work, so you can be sure that you'll get my full attention. I'll work with you to create a website that perfectly meets your needs and represents your band or brand in the best possible light.</p>
<h2 class="mb-4 text-capitalize">Here are the next steps:</h2>
<p>I'll be in touch soon to discuss your specific requirements. Please note that I handle everything personally, so there may be a slight delay in my response. I aim to reply within 24 hours, but please be patient if I take a little longer to get back to you..</p>
<h2>Contact Me:</h2>
<p>If however you have any questions or would like to discuss your project further, please feel free to contact me directly at <a href="mailto:youremail@example.com">michael@metalmorphosis.design</a>.</p>
<p class="mb-5">In the meantime, please feel free to learn more about my web design services on my website.</p>
<a href="index.html" class="btn btn-dark rounded-0 pb-3 pe-4 ps-4 pt-3" style="font-family: 'Archivo Black', sans-serif;">Back to Home Page</a>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>