-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
131 lines (118 loc) · 4.63 KB
/
aboutus.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>About us - Woodhaven Custom Cabinets</title>
<meta charset="utf-8" />
<meta name="description" content="Our past, present and future: Woodhaven Custom Cabinets. Handcrafted Fine Cabinetry in Northwest Arkansas." />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Sticky -->
<div id="sticky">
<span>Find us at <strong>803 W Trimble Ave, Berryville, AR</strong> / or call us now at <a href="tel:4792311755"><strong>479-231-1755</strong></a></span>
</div>
<!-- Top image -->
<div class="top_image">
<img src="img/bg-home_hero.jpg" alt="Woodhaven Custom Cabinets"/>
</div>
<!-- Header -->
<header>
<a href="index.html" class="logo">
<svg viewBox="0 0 100 16.447" preserveAspectRatio="xMidYMin meet" aria-labelledby="logo_title">
<title id="logo_title">Woodhaven Custom Cabinets</title>
<use role="presentation" xlink:href="logos.svg#logo"></use>
</svg>
</a>
</header>
<!-- Menu -->
<nav id="menu">
<input type="checkbox" id="menu_dropdown"/>
<label id="menu_dropdown_button" for="menu_dropdown"><span>Menu</span></label>
<ul id="menu_links">
<li>
<a href="index.html">Home</a>
</li>
<li tabindex="0">
<a href="#">About</a>
<ul>
<li><a href="aboutus.html">About us</a></li>
<li><a href="ourprocess.html">Our process</a></li>
<li><a href="leanmanufacturing.html">LEAN Manufacturing</a></li>
</ul>
</li>
<li tabindex="0">
<a href="#">Products</a>
<ul>
<li><a href="styles.html">Styles</a></li>
<li><a href="premiumcustom.html">Premium Custom</a></li>
<li><a href="buildercustom.html">Builder Custom</a></li>
</ul>
</li>
<li>
<a href="projectgallery.html">Project gallery</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<!-- Page hero -->
<div class="page_hero">
<h2>Our past, present and future</h2>
<h1>About us</h1>
</div>
<!-- Page copy -->
<div class="page_copy">
<p><strong>Woodhaven Custom Cabinets</strong> is a veteran owned, family business right here in Northwest Arkansas. Combined, they have more than twenty years of experience in custom cabinetry and woodworking.</p>
</div>
<!-- Page section -->
<section class="section_type_3">
<h2>Our backstory</h2>
<p>Woodhaven was started by brothers Kalvin and Kevin Cackler in 2017. For the first couple of months, they worked out of their two garages, building doors in one and cabinet boxes in the other.</p>
<p>Despite the tight quarters, their high quality work spoke for itself, and it wasn’t long before they were able to move into a proper woodshop.</p>
<p>Over the past two years, they have continued to expand, acquiring more space, more specialty tools, and more employees to get the jobs done right.</p>
</section>
<!-- Page section -->
<section class="section_type_3">
<h2>What are we now</h2>
<p>Today, we are proud to show you what hard work, perseverance, and dedication can produce.</p>
<p>We have built custom kitchens and bathroom cabinets. We have made built ins that fit like puzzle pieces with stone fireplaces. We have even built high-end executive desks (that one we’re particularly proud of).</p>
</section>
<!-- Image separator -->
<div class="wide_image">
<img src="img/1032560024.jpg" alt="Woodhaven Custom Cabinets"/>
</div>
<!-- Page section -->
<section class="section_type_3">
<h2>What the future holds for us</h2>
<p>We’re always looking for the next challenge, and we’re excited to get started on our next project!</p>
</section>
<!-- Contact CTA -->
<section class="section_type_1 contact_cta">
<h2>Do you like what you are seeing?</h2>
<p>We'd love to hear from you!</p>
<a class="cta" href="contact.html">Contact us</a>
</section>
<!-- Footer -->
<footer>
<svg viewBox="0 0 100 16.447" preserveAspectRatio="xMidYMin meet">
<use xlink:href="logos.svg#logo"></use>
</svg>
<p>803 W Trimble Ave, Berryville, AR<br/><a href="tel:4792311755">479-231-1755</a></p>
<ul class="footer_links">
<h3>About us</h3>
<li><a href="ourprocess.html">Our process</a></li>
<li><a href="leanmanufacturing.html">LEAN Manufacturing</a></li>
<li><a href="styles.html">Styles</a></li>
<li><a href="projectgallery.html">Project gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<ul class="footer_links">
<h3>Social</h3>
<li><a href="#">Facebook</a></li>
<li><a href="#">Instagram</a></li>
</ul>
</footer>
</body>
</html>