-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedia.html
229 lines (190 loc) · 9.24 KB
/
media.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>Elegante Finishes</title>
<meta name="description" content="Venetian plaster and micro cement">
<link rel="icon" type="image/png" href="assets/Elegante Finishes_Gold_White_Gradient.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Forum&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<link rel="stylesheet" href="style.css ">
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-dark">
<div class="container mt-3">
<!-- <h1 id="logo">ScatterCo</h1> -->
<img id="logo" src="assets/Elegante Finishes_Gold_White_Gradient.png" alt="logo">
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon top-bar"></span>
<span class="toggler-icon middle-bar"></span>
<span class="toggler-icon bottom-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto ">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="venetian.html">Venetian-Plaster</a>
</li>
<li class="nav-item">
<a class="nav-link" href="micro.html">Micro-Cement</a>
</li>
<li class="nav-item">
<a class="nav-link" href="media.html">Media-walls</a>
</li>
<li class="nav-item">
<a class="nav-link" rel="noreferrer" target="_blank" href="mailto:wtp4s@live.co.uk">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar -->
<!-- description -->
<div id="why-us-m" class="container-fluid pt-0 mt-0 pb-5 px-md-5 z-depth-1">
<!--Section: Content-->
<section class="text-left white-text mx-5 text-center text-lg-left">
<!-- Section heading -->
<h2 class="mb-4 pt-5 pb-2 text-uppercase">Media walls</h2>
<!-- Section description -->
<p class="lead text-muted mx-auto">
At Elegante, we believe a media wall can truly transform your living space into a sleek, modern entertainment hub.
Each wall is uniquely designed to your specifications, providing a seamless way to enjoy movies, TV shows, gaming, and music.
By integrating a TV, sound system, and even a fireplace into a single custom structure, a media wall not only optimizes space but also enhances the aesthetics of your home.
Whether you're creating a cinematic experience or a cozy focal point, it’s the perfect blend of functionality and luxury for any room.
</p>
</section>
</div>
<!-- description -->
<!-- -->
<!-- -->
<div class="container-fluid mt-5 p-4 z-depth-1">
<h3 class="mb-4 pt-5 pb-2 text-uppercase text-center">Take a look at our previous work.</h3>
<!-- Section: Responsive Gallery -->
<section class="dark-grey-text">
<div class="row g-2 ">
<!-- Image Slots -->
<div class="col-lg-4 col-md-6 col-12 pb-2">
<img src="assets/media-wall-1.JPG" class="img-fluid rounded" alt="Gallery Image 1">
</div>
<div class="col-lg-4 col-md-6 col-12 pb-2">
<img src="assets/media-wall-1.JPG" class="img-fluid rounded" alt="Gallery Image 2">
</div>
<div class="col-lg-4 col-md-6 col-12 pb-2">
<img src="assets/media-wall-1.JPG" class="img-fluid rounded" alt="Gallery Image 3">
</div>
<div class="col-lg-4 col-md-6 col-12 pb-2">
<img src="assets/media-wall-1.JPG" class="img-fluid rounded" alt="Gallery Image 4">
</div>
<div class="col-lg-4 col-md-6 col-12 pb-2">
<img src="assets/media-wall-1.JPG" class="img-fluid rounded" alt="Gallery Image 5">
</div>
<div class="col-lg-4 col-md-6 col-12 pb-2">
<img src="assets/media-wall-1.JPG" class="img-fluid rounded" alt="Gallery Image 6">
</div>
<div class="col-lg-4 col-md-6 col-12 pb-2">
<img src="assets/media-wall-1.JPG" class="img-fluid rounded" alt="Gallery Image 7">
</div>
<div class="col-lg-4 col-md-6 col-12 pb-2">
<img src="assets/media-wall-1.JPG" class="img-fluid rounded" alt="Gallery Image 8">
</div>
<div class="col-lg-4 col-md-6 col-12 pb-2">
<img src="assets/media-wall-1.JPG" class="img-fluid rounded" alt="Gallery Image 8">
</div>
</div>
</section>
<!-- Section: Responsive Gallery -->
</div>
<!-- -->
<!-- Footer -->
<footer id="footer" class="text-center text-lg-start text-light pt-3">
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class=" fw-bold mb-4">
<i class="fas fa-gem me-3"></i>Elegante Finishes
</h6>
<p>
Bespoke venetian plastering and micro cement specialists in Nottingham.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class=" text-uppercase fw-bold mb-4">
Products
</h6>
<p>
<a href="#!" class="foot-links text-reset">Venetian plaster</a>
</p>
<p>
<a href="#!" class="foot-links text-reset">Micro cement</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p><i class="fas fa-home me-3"></i> Nottingham, England</p>
<a class="foot-links foot-links text-reset" rel="noreferrer" target="_blank" href="mailto:ga.nicholson@outlook.com">
<p><i class="fas fa-envelope me-3"></i>
wtp4s@live.co.uk
</p>
</a>
<p><i class="fas fa-phone me-3"></i>07954 176 362</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.10);">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-around p-0">
<section class="mb-auto mt-auto">
<!-- Facebook -->
<a class="btn btn-outline-light btn-floating m-1" href="https://www.facebook.com/profile.php?id=100095382254130" target="_blank" role="button"
><i class="fab fa-facebook-f"></i
></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="https://www.instagram.com/elegante_finishes/" target="_blank" role="button"
><i class="fab fa-instagram"></i
></a>
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
</section>
</section>
<!-- <p>Created by: <a target="_blank" href="https://github.com/GNicholson95">GNicholson95</a></p> -->
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.col-12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>