forked from mayaakmal/mayaakmal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
live.html
63 lines (59 loc) · 3.15 KB
/
live.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="theme-color" content="#BC8887" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Wedding Invitation of Akmal & Maya</title>
<!-- Bulma Version 0.8.x-->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/bulma.min.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/bulma-tooltip.min.css" />
<link rel="stylesheet" type="text/css" href="css/menikah.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.countdown.css" />
<script
src="https://kit.fontawesome.com/2828f7885a.js"
integrity="sha384-WAsFbnLEQcpCk8lM1UTWesAf5rGTCvb2Y+8LvyjAAcxK1c3s5c0L+SYOgxvc6PWG"
crossorigin="anonymous"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/jquery.coundown.js"></script>
<link rel="icon" type="image/png" href="image/favicon.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23064379-20"></script>
<!-- Begin Script for Countdown -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-23064379-20');
</script>
<!-- Begin Script for Countdown -->
<!-- Github Button -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body style="background: #d7ecca; height: 100vh;">
<div class="main-content" style="height: 100vh;">
<section class="section-light no-padding-top regular-section has-text-centered has-vertically-aligned-content section-dark" id="regular-section">
<div class="column is-12 regular-section" data-aos="fade-up" data-aos-easing="linear" style="min-height: 90vh;">
<h1 class="title has-text-centered section-title" style="margin-top: 30px;">Live Wedding</h1>
<p class="bodytext" data-aos="fade-up" data-aos-easing="linear">
Karena pandemi Covid19 masih berlangsung, kami memohon maaf karena tidak dapat mengundang anda secara langsung.
<br/><br/>
Namun kami berharap anda dapat menyaksikan dan mendoakan kami melalui live streaming yang akan kami siarkan pada link Instagram di bawah
<br/>
</p>
<p class="h2 subtitle" data-aos="fade-up" data-aos-easing="linear">
<br>
<a class="instagram" href="https://instagram.com/akmaluuuuuun" target="_blank" alt="Instagram Akmal">
<i class="fab fa-instagram"></i> @akmaluuuuuun
</a>
 
<a class="instagram" href="https://www.instagram.com/sitimayantii/" target="_blank" alt="Instagram Akmal" alt="Instagram Maya">
<i class="fab fa-instagram"></i> @sitimayantii
</a>
</p>
</div>
</section>
</div>
</body>
</html>