-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (74 loc) · 3.31 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
91
92
93
94
<!doctype html>
<html>
<head>
<meta charset="utf-8" lang="el">
<title>Thanks for your lovely wishes, Menelaos</title>
<meta name="description" content="Thanks for your lovely wishes, Menelaos">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Menepet Birthday Thank you page">
<meta property="og:description" content="Thanks for your lovely wishes, Menelaos">
<meta property="og:image" content="assets/ty.jpg">
<meta property="title" content="Menepet Birthday Thank you page">
<meta property="description" content="Thanks for your lovely wishes, Menelaos">
<meta property="image" content="assets/ty.jpg">
<meta name="keywords" content="menepet, birthday, bday">
<meta name="author" content="menepet <[email protected]>">
<link rel="apple-touch-icon" href="favicon.ico">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="theme-color" content="#fafafa">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<a style="position: absolute; right: 0;" rel="noopener" target="_blank"
href="https://github.com/menepet/birthday-microsite">
<img width="149" height="149" src="assets/fork_me.png" class="attachment-full size-full" alt="Fork me on GitHub"
data-recalc-dims="1">
</a>
<div class="block md:hidden w-full pt-3 md:pt-0 md:w-1/2">
<div class="balloon-container">
<div class="balloon flex flex-wrap">
<div><span>🎉</span></div>
<div><span>B</span></div>
<div><span>D</span></div>
<div><span>A</span></div>
<div><span>Y</span></div>
<div><span>!</span></div>
</div>
</div>
<img src="assets/step1.jpg" class="m-auto" alt="label">
</div>
<div class="container flex flex-wrap m-auto w-full py-10 px-5 md:px-0">
<div class="w-full md:w-1/2 relative">
<h1 class="w-full text-center font-bold">Thanks for your beautiful wishes</h1>
<br />
<h2 class="w-full text-center pb-10">
🎂 Click on the box and get one dessert every time!<br>
Celebrate my <i id="age"></i> years with me! 🎉
<img id="box" src="assets/box-closed.jpg" class="w-full" style="display: block; cursor: pointer;"
alt="box closed">
<img id="gift" src="" alt="gift">
</div>
<div class="hidden md:block w-full pt-3 md:pt-0 md:w-1/2">
<div class="balloon-container">
<div class="balloon flex flex-wrap">
<div><span>☺</span></div>
<div><span>B</span></div>
<div><span>D</span></div>
<div><span>A</span></div>
<div><span>Y</span></div>
<div><span>!</span></div>
</div>
</div>
<img src="assets/step1.jpg" class="m-auto" alt="label">
</div>
</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="index.js"></script>
</html>