-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·90 lines (87 loc) · 4.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Mac Interiors CY - Coming Soon</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/coming-soon.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/site.webmanifest">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- <div class="overlay"></div> -->
<div class="masthead">
<div class="masthead-bg"></div>
<div class="container h-100 mob">
<div class="row h-100">
<div class="col-12 my-auto">
<div class="masthead-content text-white py-5 py-md-0">
<img src="img/logo.png" class="img-fluid">
<p>Designing Imagination</p>
<p class="right">& currently designing our website</p>
<p class="mb-5 top-padd">We're working hard to finish the development of our site. Stay in the loop to know once we launch.</p>
<div class="input-group input-group-newsletter">
<input type="email" class="form-control" placeholder="Enter email..." aria-label="Enter email..." aria-describedby="basic-addon">
<div class="input-group-append">
<button class="btn btn-secondary" type="button">Notify Me!</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="social-icons mobile">
<ul class="list-unstyled text-center mb-0">
<li class="list-unstyled-item">
<a href="mailto:[email protected],[email protected]?subject=Contact From Website" target="_blank">
<i class="fas fa-envelope"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="tel:+35795115051">
<i class="fas fa-phone"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="https://www.instagram.com/mac_interiors_/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="social-icons not-mobile">
<ul class="list-unstyled text-center mb-0">
<li class="list-unstyled-item">
<a href="mailto:[email protected],[email protected]?subject=Contact From Website" target="_blank">
<i class="fas fa-envelope"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="tel:+35795115051">
<i class="fas fa-phone"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="https://www.instagram.com/mac_interiors_/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</body>
</html>