-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
248 lines (228 loc) · 12.5 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
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DGS Development</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="icon" href="assets\images\logo.png" type="image/x-icon"> <!-- change to company logo -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,1,0" />
</head>
<body>
<header>
<nav>
<div class="logo">
<img height="60px" src="assets\images\logo.png"/>
</div>
<div class="navigation">
<li target="about_us"><span>About Us</span></li>
<li target="our_work"><span>Our Work</span></li>
<li target="testimonials"><span>Testimonials</span></li>
<li target="contact_us"><span>Contact Us</span></li>
</div>
</nav>
</header>
<main>
<div id="headline" class="headline">
<img src="assets\images\heritage\heritage_16.jpg">
<div id="overlay" class="overlay">
<div>
<h1>DGS Development</h1>
<h2>Master Residential Builders</h2>
<p>With over 20 years experience building residential extenstions and new builds in South Manchester, DGS Development are the most trusted builders on the market</p>
<div class="row">
<button>Contact Us</button>
<button>Our Work</button>
</div>
</div>
</div>
</div>
<section id="about_us">
<div class="split-section">
<div class="col-50">
<h1>About Us</h1>
<p>
Welcome to DGS Development, your trusted partner in transforming residential
spaces across Manchester and beyond. With over a decade of experience, we have
built a solid reputation for excellence in residential extensions, loft conversions,
and new builds.
</p>
<h3>Who we are</h3>
<p>
Based in the vibrant city of Manchester, DGS Development is a team of dedicated
professionals passionate about bringing your home improvement dreams to life.
Our commitment to quality craftsmanship and customer satisfaction has made us
a preferred choice for homeowners looking to enhance their living spaces.
</p>
<h3>Our expertise</h3>
<ul>
<li>
<b>Residential Extensions: </b> Whether you need more room for a growing family or want to add value to your property, our expert team can design and construct seamless extensions that blend perfectly with your existing home.
</li>
<li>
<b>Loft Conversions: </b> Unlock the potential of your attic with our innovative loft conversion solutions. From cozy bedrooms to functional home offices, we transform underutilized spaces into beautiful, practical areas.
</li>
<li>
<b>New Builds: </b> Dreaming of a brand-new home? We offer bespoke new build services, ensuring that every detail is tailored to your vision. Our comprehensive approach covers everything from initial design to final finishes.
</li>
</ul>
<h3>Why choose DGS Development</h3>
<ul>
<li>
<b>Experience: </b> With over 10 years in the industry, we bring a wealth of knowledge and expertise to every project.
</li>
<li>
<b>Quality: </b> We use only the finest materials and adhere to the highest standards of workmanship, ensuring lasting results.
</li>
<li>
<b>Customer Focus: </b> Your satisfaction is our priority. We work closely with you at every stage, offering transparent communication and personalized service.
</li>
<li>
<b>Local Insight: </b> As a Manchester-based company, we understand the local architecture and building regulations, allowing us to deliver projects that meet both your needs and the area's standards.
</li>
</ul>
</div>
<div class="col-50">
<img height="100%" width="100%" src="assets\images\about_us.jpg">
</div>
</div>
</section>
<section id="our_work">
<h1>Our Work</h1>
<p>Find examples of some of our outstanding work below. To view a different project select from the list below.</p>
<div id="tab_container" class="tab">
</div>
<p id="project_description" class="project-description">
</p>
<div id="gallery" class="gallery">
<a id="prev" class="prev" onclick="moveSlide(-1)">❮</a>
<a class="next" onclick="moveSlide(1)">❯</a>
<div id="thumbnail_row" class="row">
</div>
</div>
</section>
<section id="testimonials" class="full-width-sec">
<div class="scroll-container">
<div class="scroll-content">
<div class="scroll-item">
<div class="col-75">
<h3>Simon N.</h3>
</div>
<div class="col-75">
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
</div>
<div class="col-100 wrap">
<p>
"DGS did a fantastic job on our wraparound extension. Andy is brilliant to work
with would highly recommend"
</p>
</div>
</div>
<div class="scroll-item">
<div class="col-75">
<h3>Simon N.</h3>
</div>
<div class="col-75">
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
</div>
<div class="col-100 wrap">
<p>
"DGS did a fantastic job on our wraparound extension. Andy is brilliant to work
with would highly recommend"
</p>
</div>
</div>
<div class="scroll-item">
<div class="col-75">
<h3>Simon N.</h3>
</div>
<div class="col-75">
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
</div>
<div class="col-100 wrap">
<p>
"DGS did a fantastic job on our wraparound extension. Andy is brilliant to work
with would highly recommend"
</p>
</div>
</div>
<div class="scroll-item">
<div class="col-75">
<h3>Simon N.</h3>
</div>
<div class="col-75">
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
<span class="material-symbols-outlined">star</span>
</div>
<div class="col-100 wrap">
<p>
"DGS did a fantastic job on our wraparound extension. Andy is brilliant to work
with would highly recommend"
</p>
</div>
</div>
</div>
</div>
</section>
<section id="contact_us">
<h1>Contact Us</h1>
<p>A message about why they should contact us.</p>
<div class="form-container">
<form id="contact_us_form">
<div class="row">
<div class="col-25">
<label for="full_name">Full name</label>
</div>
<div class="col-75">
<input id="full_name" type="text" required placeholder="Your name">
</div>
</div>
<div class="row">
<div class="col-25">
<label for="email">Email Address</label>
</div>
<div class="col-75">
<input id="email" type="email" required placeholder="Email address">
</div>
</div>
<div class="row">
<div class="col-25">
<label for="phonenumber">Phonenumber</label>
</div>
<div class="col-75">
<input id="phonenumber" type="text" required placeholder="Phonenumber">
</div>
</div>
<div class="row">
<div class="col-25">
</div>
<div class="col-75">
<textarea id="message" placeholder="Tell us when you are free or how you would like to be contacted"></textarea>
</div>
</div>
<button>Send</button>
</form>
</div>
</section>
</main>
<footer>
<p>© 2024 My Website. All rights reserved.</p>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>