-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
141 lines (114 loc) · 6.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SS0K2DWH88"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SS0K2DWH88');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Serendipity || Home</title>
<meta name="description" content="Whether you want to add extra storage to your bathroom, declutter your bedroom, or display that something special in your lounge, our units are a must.">
<!-- Fonts -->
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/glacial-indifference" type="text/css"/>
<!-- CSS Stylesheets -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/reactive.css">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/710bc3df4e.js" crossorigin="anonymous"></script>
<!-- Boostrap Scripts -->
<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://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io (1)/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io (1)/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io (1)/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="hidden">
Serendipity Cabinets Storage for small spaces helping with productivity and clarity
cabinets units Versatile Whether you want to add extra storage to your bathroom, declutter
your bedroom, or display that something special in your lounge, our units are a must. Quality
Product Our clients comment time and time again on the quality of our products, and how well
constructed our units are. Quick delivery We enjoy giving our clients only the best service,
by assuring quick crafting and delivery.
</div>
<div class="home-page">
<div id="content-wrap">
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-xl navbar-dark">
<h2 class="nav-brand">Serendipity</h2>
<img class="brand-pic" src="images/logo-white-leaf.png" alt="business-logo-white">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav margin-left ml-auto">
<li class="nav-item active" aria-current="page">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="reviews.html">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Welcome box -->
<div class="land-section">
<div class="welcome-box">
<h1 class="slogan-text">Turning your unused space into a happy place!</h1>
</div>
<div class="welcome-img-box">
<img class="welcome-img1" src="images/home pic/1.png" alt="Storage Cabinets #1">
<img class="welcome-img2" src="images/home pic/2.png" alt="Storage Cabinets #2">
<img class="welcome-img3" src="images/home pic/3.png" alt="Storage Cabinets #3">
</div>
</div>
<!-- Features -->
<div class="features">
<div class="row">
<div class="feature-box col-lg-4">
<i class="features-icon fas fa-check-circle fa-2x"></i>
<h3 class="feature-head">Versatile</h3>
<p>Whether you want to add extra storage to your bathroom, declutter your bedroom, or display that something special in your lounge, our units are a must.</p>
</div>
<div class="feature-box col-lg-4">
<i class="features-icon fas fa-star fa-2x"></i>
<h3 class="feature-head">Quality Product</h3>
<p>Our clients comment time and time again on the quality of our products, and how well constructed our units are.</p>
</div>
<div class="feature-box col-lg-4">
<i class="features-icon fa-solid fa-truck fa-2x"></i>
<h3 class="feature-head">Quick delivery</h3>
<p>We enjoy giving our clients only the best service, by assuring quick crafting and delivery.</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer" class="copyright">
<a target="_blank" href="https://www.facebook.com/SerendipityStorage"><i class="fab social-icons fa-facebook-f"></i></a>
<a target="_blank" href="https://www.instagram.com/serendipity_storage/"><i class="fab social-icons fa-instagram"></i></a>
<a class="contact-link" href="contact.html"><i class="fas social-icons fa-envelope"></i></a>
<p class="footer-text">Copyright © 2023 Serendipity Storage</p>
</footer>
</div>
</body>
</html>