-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (66 loc) · 2.65 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Undangan Pernikahan Putri & Robi</title>
<!-- Favicon -->
<meta name="theme-color" content="#ffffff">
<!-- Libs CSS -->
<link rel="stylesheet" href="libs.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="theme.css" />
<link rel="stylesheet" href="modal.scss" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<!-- Map -->
<link rel='stylesheet' href='https://api.mapbox.com/mapbox-gl-js/v2.3.1/mapbox-gl.css' />
</head>
<body>
<!-- WELCOME -->
<header data-jarallax data-speed=".8" style="background-image: url(evie-s.jpg); background-size: cover;">
<!-- https://unsplash.com/photos/bSVGnUCk4tk -->
<div class="d-flex flex-column min-vh-100 bg-black-50 pt-10 pt-md-8 pb-7 pb-md-0">
<div class="container my-auto">
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-6 text-center">
<!-- Preheading -->
<h6 class="text-xs text-white-75">
<span class="text-primary">Undangan</span> Pernikahan
</h6>
<!-- Heading -->
<h1 class="display-1 text-white mb-4">
Putri & Robi
</h1>
<!-- Subheading -->
<p class="text-center text-white-75 mb-7">
<b>Jumat, 22 September 2023</b>
</p>
<p class="text-center text-white-75 mb-7">Kepada ysh.<br>
<script type="text/javascript">
var GET = window.location.search.substring(1);
document.write(GET);
</script>
</p>
<!-- Button -->
<a class="btn btn-outline-primary text-white text-primary-hover mb-7" href="undangan.html">
Buka undangan
</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md">
<!-- Address -->
<p class="font-serif text-white-75 text-center text-md-end text-lg-end my-md-5">
<i class="fas fa-map-marker-alt text-primary me-3"></i> Lamongan, Jawa Timur
</p>
</div>
</div>
</div>
</div>
</header>
</body>
</html>