-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1.07 KB
/
index.html
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
<!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.0" />
<title>Window Pane Quoting Tool</title>
<link rel="stylesheet" href="styles/main.css" />
</head>
<header>
<div class="brand-title">Quote Tool</div>
</header>
<main>
<h1>Window Pane Quoting Tool</h1>
<p>
This is an online tool designed to make quoting window cleaning projects
quicker and easier than every before. No more spreadsheets. No more
guestimates. Get fast and accurate quotes every time.
</p>
<p>
Below, click "Start New Quote" to begin pricing a job or click "Adjust
Pricing" to adjust your price sheet.
</p>
<div class="div-btn"><a href="new-quote.html">Start New Quote</a></div>
<div class="div-btn"><a href="pricing.html">Adjust Pricing</a></div>
</main>
<footer>
<hr />
Copywrite © 2021 Ryan Paranich
</footer>
</body>
</html>