-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (162 loc) · 6.89 KB
/
index.html
File metadata and controls
171 lines (162 loc) · 6.89 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
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/favicon-16x16.png"
/>
<link rel="manifest" href="./assets/site.webmanifest" />
<link
rel="mask-icon"
href="./assets/safari-pinned-tab.svg"
color="#f8f8f8"
/>
<meta name="msapplication-TileColor" content="#f8f8f8" />
<meta name="theme-color" content="#f8f8f8" />
<link href="./style.css" rel="stylesheet" />
<title>MPD | Home</title>
</head>
<body>
<header>
<input type="checkbox" id="toggle" />
<nav>
<ul>
<li>
<a class="active" href="/index.html">home</a>
</li>
<li>
<a href="/about.html">about</a>
</li>
<li>
<a class="is-button" href="/get-quote.html"
><div class="btn-action btn-primary">get quote</div></a
>
</li>
<li>
<label for="toggle">
<img
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAAXNSR0IArs4c6QAABBdJREFUWAnFmFFSGkEQhgGxUF/APFilVkpygnADNycIOYF4gJR4gmxOADlByAlcTxA8gfqcF6yUWuWDwItioZD/W2eoFZbNorJ21dA9vTPd/3T3DLObTj2DLi8vi8Ph8LOmlpkuuZBOp0tGPpHcQRZ5kg/X19dbfm+Gn3Tcse12u9Dr9fYEoqI5xbjzzLiWADaWlpZ+rK6uWtCRJmIBU4R2BoNBXcYLxlpXnGg0xVsLCwudtbW1E55dXV2VHh4eGEdUHfGyWl6NyHYymUxVEfxFP4oigZEyAToQgJIxciTZleFmlNHxZ7LjCJQr/TbPJJ8I4JeoFE8Fxsr7/f5vAWH1Z+KVWQEBIkgXFxdEr662RfQWFxc/2UgHxyGHAtMKK5r40ww+XF5ersStjXEH431q9fb2tiE9myelBe9qwfSjiUhpZUPTWN1cSPbr1g8+I51QU+fn5+15g7IgLDh84tvqJ7gGHBtQ3sTDOSnkz8MnvoMuMrZDXSnfhPSMmrL6eXPji81VAoP15wOjIHUs1FBqwKsVunUSxc2mqjIGDGBB9oHd3NxUBQjF0UuPBIzOShsbG57mHIEBLMzP8iPFjuEuPEj77t93d7m7d0HdS+XcXe665r6/HrNTV3/bYHGz7AadWUUpu2HR6ud6XzPDlKvnr0ay6crY96BBoqZNwF9dEUxZgSqbAYRzkgZprWz4Z/LBCzRDbIYSGHZ8TELZZLsGd0TolASUYACLmjc6LuS3lYDv/7mwGAqkMq+CY4JVIo8oweJPcX26v7/n9pHPClQJFCr81ghNQEiq+HHJTUNp5JQo+cdFAMekmGzxj/ynhbCl3pZQfpgWtdHoOQvcMpTKY6XylOJvGX9Fw9+MmSs5qewEUxkKLMniV0QsBh8Yh9q2wueIN9SeUJLFbzDgv8mu9KSoqflX3Seo6CRY/GAQHlL5+C/EBlDj9HcmgCWkkP8yGMCCS//kF9IGHfFv8DeiPfxaLD6wlZWVunT8szsgZ0CSZHw68tk1WB4jxi1Sea0aMKNbZBLgzI3V3p6roa+JeiHgL4E8HyQBCh/4wie+gz6Dt4uUXttJIymlEOvBgfOQjQ/fp/E93c3YC68f4umjn/9EoGpEihb2wuvfd8bNc2HT7rCfCDy9Yu2G5n58Yow+NaVPBNgmUpxZoZ8IQoExwfyhNiXm1Vpq++ZtRuLzSNEBDFkoqnWz2awz00cVTfJJkeMzFN/BPhpVU5Gsb25uHpp+LKbC5kSvarDDBNk4paaibjNTI4YBSya1dfWJHoY7Yp6MN8X5cNe1KyfSuiUwjkU54mWBKohDXQAKUMPvRfzEAsZ8asO8GFfU3UI3A51pMQ0Oz7i1GhtYEAQplqOydI5aQXLBplvyqWQiSmtK9qJSpjGh9A9B+2T7TdAtoAAAAABJRU5ErkJggg=="
alt=""
/>
</label>
</li>
</ul>
</nav>
</header>
<div class="masthead">
<div class="masthead-content">
<img src="./assets/logo.png" alt="logo" />
<h1 class="header">we design and build great looking websites</h1>
<div class="call-to-action-container">
<a href="/get-quote.html"
><div class="btn-action btn-primary">get quote</div></a
>
<a href="/portfolio.html"
><div class="btn-action btn-info">see our work</div></a
>
</div>
</div>
</div>
<hr class="masthead-plate" />
<section class="pitch">
<article class="pitch-text">
<h3>Detail Focused</h3>
<span class="subtext">the small things matter</span>
<h3>Sharp Designs</h3>
<span class="subtext">clean and elegant</span>
<h3>Intuitive UX</h3>
<span class="subtext">subtle, familiar, yet impressive</span>
</article>
<article class="pitch-video">
<img src="./assets/MacbookMockupDev.png" alt="computer" />
</article>
</section>
<section class="core-values">
<div class="section-segway">our technologies & skills</div>
<h2>
At MPD, we specialize in building modern fullstack JavaScript web apps
</h2>
<div class="core-values-container">
<img src="./assets/react-logo.png" alt="react" class="bigger" />
<img src="./assets/angular-logo.png" alt="angular" />
<img src="./assets/redux-logo.png" alt="redux" class="bigger" />
<img src="./assets/es6-logo.png" alt="es6" />
<img src="./assets/node-logo.svg" alt="nodejs" />
<img src="./assets/express-logo.png" alt="express" />
<img src="./assets/mongodb-logo.png" alt="mongodb" />
<img src="./assets/mysql-logo.png" alt="mysql" class="bigger" />
<img
src="./assets/postgresql-logo.png"
alt="postgresql"
class="bigger"
/>
<img src="./assets/firebase-logo.png" alt="firebase" />
<img src="./assets/aws-logo.png" alt="aws" />
</div>
</section>
<section class="testimonials">
<h2>What others are saying about MPD</h2>
<div class="testimonial-cards-container">
<div class="testimonial-card">
<!-- Matt has been a pleasure to work with. He snapped right into our culture with his transparent and collaborative
approach. He has been a great addition to our team -->
<blockquote>
Matt gets the design and development relationship that makes for the
best product output. He also has a natural sense of leadership and
can step up when needed or dig into the details.
</blockquote>
<cite>
<img src="./assets/masheen-logo.png" alt="masheen" />
<div class="citation">
<strong>- Bill & Andrea Moschella</strong>
<br /><span class="company">Masheen</span>
</div>
</cite>
</div>
<div class="testimonial-card">
<blockquote>
MPD did a great job giving us a new website that looks clean and
modern. They responded to every request quickly and created exactly
what we wanted.
</blockquote>
<cite>
<img src="./assets/nsbc-logo.png" alt="masheen" />
<div class="citation">
<strong>- Darren King</strong>
<br /><span class="company">North Stafford Baptist Church</span>
</div>
</cite>
</div>
</div>
</section>
<footer>
<img src="./assets/logo-dark-bg.png" alt="logo" />
<span>© 2021 Matt Peck Development, LLC. All rights reserved.</span>
</footer>
<!-- Start of HubSpot Embed Code -->
<script
type="text/javascript"
id="hs-script-loader"
async
defer
src="//js-na1.hs-scripts.com/21246744.js"
></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>