-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (78 loc) · 3.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
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en" >
<head>
<link rel="shortcut icon" href="favicon.png" type="image/png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:type" content="website" />
<title>Wedding Invitation | May 26 | Dhamana, Rajasthan</title>
<link href="https://fonts.googleapis.com/css?family=Arvo" rel="stylesheet">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Dancing+Script&display=swap'>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="sakura-falling"></div>
<img src="https://i.imgur.com/dGOOfnA.png" alt="image-top-right" class="top-right-decoration">
<img src="https://i.imgur.com/t6ffnbn.png" alt="image-top-left" class="top-left-decoration">
<section id="media"></section>
<div class="wrap">
<div class="title">
<h1>Pooran </h1>
<h2>&</h2>
<h1>Krishna</h1>
<h3>Are getting married</h3>
<p>
on <span class="date">26 May 2021</span></29>, At <span class="place">Dhamana</span> Rajasthan
</p>
</div>
</div>
<div id="time"></div>
<p class="dance-med">
dinner & dancing to follow
</p>
<div class="actions">
<a href="https://goo.gl/maps/tbqGRkd6eFycLom86" target="_blank">
<div class="venue">SEE THE VENUE</div>
</a>
<a href="./invitation/My Invitation.pdf" download="Invitation | 26 May | Hope to see you there!">
<div class="venue">DOWNLOAD INVITATION CARD</div>
</a>
</div>
<p class="footer">
Can't wait to celebrate auspicious moment of our family with you! <br>
Just a ping away for any queries: +91 8866651281
<span></span>
</p>
<div class="music">
<audio src="./assets/mp3/song.mp3" id="my_audio" loop="loop"></audio>
</div>
<p class="happiness">Join us in our happiness!<br><a href="https://twitter.com/Vinit_Shahdeo" target="_blank" class="twitter"><i class="fa fa-twitter"></i></a></p>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'></script>
<script src='https://cdn.jsdelivr.net/gh/timoschaefer/jQuery-Sakura/jquery-sakura.min.js'></script>
<script src="./js/script.js"></script>
</body>
<!---
_____ __ __ ____ __
/ ___/____ __ _____ / /_/ /_ ___ / __ \____ _/ /____
\__ \/ __ `/ | / / _ \ / __/ __ \/ _ \ / / / / __ `/ __/ _ \
___/ / /_/ /| |/ / __/ / /_/ / / / __/ / /_/ / /_/ / /_/ __/
/____/\__,_/ |___/\___/ \__/_/ /_/\___/ /_____/\__,_/\__/\___/
_ __ ___ ____ ___ ____ ___ ____
/ | / /___ _ __ |__ \/ __ \ |__ \ / __ \__ \ / __ \
/ |/ / __ \ | / / __/ / /_/ / __/ // / / /_/ // / / /
/ /| / /_/ / |/ / / __/\__, / / __// /_/ / __// /_/ /
/_/ |_/\____/|___/ /____/____( ) /____/\____/____/\____/
|/
-->
<!--
With the divine grace of the almighty,
I cordially invite you and your family to
my elder sister's wedding to be held on 29th November at Ashirwad Garden, Ratu, Ranchi
from 7:00 PM onwards.
I'd eagerly await your kind presence in auspicious occasion of my family.
-->
<!-- Built with love by Vinit Shahdeo -->
</html>