-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 2.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<!-- SET: Title -->
<title>Something Borrowed Blooms</title>
<!-- SET: Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<!-- SET: Stylesheet -->
<link rel="stylesheet" type="text/css" href="https://stage.somethingborrowedblooms.com/css/style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<style>
</style>
<![endif]-->
</head>
<body>
<!-- wrapper starts -->
<div class="wrapper">
<!-- maincontent Starts -->
<div class="main_content">
<div class="banner">
<!--
<figure>
<img src="images/banner.jpg" alt="banner" width="1920" height="1079">
</figure>
-->
<div class="banner_img">
<div class="container">
<div class="banner_ctn">
<h1>Hello Gorgeous!</h1>
<p>Our site is currently down for scheduled maintenance, but it will be back shortly! In the meantime, check us out on</p>
<ul class="clearfix">
<li>
<a href="#"><img src="https://stage.somethingborrowedblooms.com/images/insta.png" alt="insta" width="93" height="93"></a>
</li>
<li>
<a href="#"><img src="https://stage.somethingborrowedblooms.com/images/fb.png" alt="fb" width="94" height="93"></a>
</li>
<li>
<a href="#"><img src="https://stage.somethingborrowedblooms.com/images/print.png" alt="print" width="93" height="93"></a>
</li>
</ul>
<div class="clear"></div>
<p>or you can email us at <a href="mailto:[email protected]">[email protected]</a>.<br> Thank you for your patience!</p>
</div>
</div>
</div>
</div>
</div>
<!-- maincontent ends -->
</div>
<!-- wrapper ends -->
<!-- SET: SCRIPTS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
</body>
</html>