forked from dr5hn/coming-soon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (69 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="favicon.png">
<title>Wed memoir</title>
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
}
html {
display: table;
font-family: Lato, "Segoe UI", Avenir, Ubuntu, Tahoma, Verdana, Helvetica, sans-serif;
}
body {
display: table-cell;
vertical-align: middle;
text-align: center;
}
h1 {
font-size: 4em;
font-weight: normal;
text-transform: lowercase;
}
svg {
width: 250px;
height: 250px;
}
.float {
display: inline-block;
width: 240px;
height: 60px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
text-decoration: none;
line-height: 60px;
}
.my-float {
margin-left: 10px;
}
.center {
text-align: center;
}
.responsive-img {
width: 100%;
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<img src="../image.jpeg" alt="wedmemoir icon" class="responsive-img">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<div class="center">
<a href="https://api.whatsapp.com/send?phone=6285179959275&text=Halo+kak%2C+terima+kasih+telah+menghubungi+Wed+Memoir+%F0%9F%99%8F%F0%9F%98%8A%0D%0A%0D%0ASalam+kenal+saya+Okta%2C+boleh+di+isi+data+dibawah+ini+ya+kak%0D%0A%0D%0ANama+%3A%0D%0AInstagram+%3A%0D%0ATanggal+%3A%0D%0AVenue+%3A%0D%0AEvent+%3A%0D%0A%0D%0AKami+akan+segera+membalas+pesan+Kakak+setelah+kami+online+kembali.%0D%0A%0D%0A+Terima+kasih%2C%0D%0A+Wed+Memoir" class="float" target="_blank">
Book Now
<i class="fa fa-whatsapp my-float"></i>
</a>
</div>
</body>
</html>