/ contact.html
contact.html
 1  {{>start}}
 2  <!-- Main -->
 3  	<div id="main" class="wrapper style1">
 4  		<div class="inner">
 5  			<header class="major">
 6  				<h1>Contact Us</h1>
 7  				<p>Here's what you can expect if you reach out to us about a website.</p>
 8  			</header>
 9  			<h3>Step 1: Consultation</h3>
10  			<p>
11  			Once we hear from you, the first thing we'll do is work to schedule a quick consultation
12  			to clarify the details of what you're looking for and how we'll be able to help. This can
13  			look like an in-person conversation or an online video call depending on what's most
14  			comfortable for you.
15  			</p>
16  			<p>
17  			The goal of this consultation is to gather some initial information and to establish
18  			a line of communication so that we can request any resources that might be important
19  			for us to get started. In this time, we might also go over reference material and
20  			work through some initial possibilities for templating.
21  			</p>
22  			<h3>Step 2: Proposal</h3>
23  			<p>Once we've taken a better look at the material we're provided in consultation,
24  			we will reach out to you with an estimate of the cost for work done. This will
25  			include a pricing breakdown, an approximate timeline, and a summary of the 
26  			resources you'll receive once the development process is complete.</p>
27  			<h3>Step 3: Development</h3>
28  			<p>The fun stuff! Once the proposal is accepted, we will get to work on your
29  			project. You can expect to see the landing page come together within a day or
30  			two, offering you the opportunity to provide input and feedback as we go.</p>
31  			<p>Development should take from 1 to 2 weeks to complete.</p>
32  			<h3>Step 4: Hosting</h3>
33  			<p>
34  			Once development is complete, we will set up a production server - this
35  			is where the general public will visit your page from. You can choose to
36  			set up your own hosting and domain registration (with our guidance, if
37  			necessary), or we can take care of it for you. 
38  			</p>
39  			<h3>Step 5: Delivery and Payment</h3>
40  			<p>
41  			With the server configured, the only thing left to do is to hand over the
42  			keys! We'll load the developed page onto the server and send you an invoice
43  			for the work we've done. At the same time, we'll send over all of the source
44  			code and documentation required to run the site.
45  			</p>
46  			<h3>Step 6: To Be Continued...</h3>
47  			<p>
48  			At this point, what you do with the website is up to you. If you would like
49  			to learn more about how to build out and customize your website, feel free
50  			to dig into the manual or request a tutoring session with us to kickstart
51  			the process.
52  			</p>
53  			<p>Otherwise, if you are lacking the capacity to do this on your own, we
54  			can set you up with an <a href="services/#upkeep">upkeep and maintenance</a>
55  			package.</p>
56  			<h3>Are you ready?</h3>
57  			<p>
58  			If you feel ready to dive in to the wide world of building your own
59  			digital identity, we encourage you to reach out with the form below!
60  			</p>
61  		</div>
62  	</div>
63  {{>end}}