-
Notifications
You must be signed in to change notification settings - Fork 28
/
index.html
44 lines (41 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>WishU</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body>
<div class="container">
<div id="one" class="one">
<h1>Hey
<span id="name" class="name animate__delay-1s">Ana</span>
</h1>
<p class="two animate__delay-2s" id="greetingText">It's your birthday!!! :D</p>
</div>
<div class="three animate__delay-5s">
I wanted to do something special, so I made this for you :)
</div>
<div class="wish" id="balloon-container">
<img src="assets/01152 Happy Birthday.svg" class="wish-hbd animate__delay-5s center" alt="happy birthday">
<br><br>
<h5 class="wishText animate__delay-5s"><span id="wishText">There is no need for a special day to remind me how special you are and how
important you are. The stars shine wherever you go.</span><br><span id="gradient-text">Happy 22<span
id="seconds"></span><sup>nd</sup> Birthday</span> ;)</h5>
</div>
<div class="buttons">
<a type="button" href="https://www.youtube.com/watch?v=k3zimSRKqNw" title="Follow you">
<span class="heart animate__delay-5s"><span>Made with </span><img
class="heart-icon animate__delay-5s" src="assets/icons8-diamond-heart-48.png"
style="width: 18px;height: 15px;" alt="3" title="Hey D, :)"> by <span id="heartText">Architrixs</span></span>
</a>
<a type="button" class="refresh-btn animate__delay-5s" onClick="refreshPage()"><img
src="assets/icons8-refresh-30.png" style="width: 23px;height: 23px;" alt="Refresh" title="Refresh"></a>
</div>
</div>
</body>
<script type="application/javascript" src="main.js"></script>
</html>