forked from hackclubiter/summerhacks-projectName
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (62 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SummerHacks-Birthday-v1.0</title>
<link rel="stylesheet" href="./css/style.css">
<style>
body {
background-image: url("https://besthqwallpapers.com/Uploads/2-10-2019/106841/thumb2-happy-52nd-birthday-golden-frames-4k-golden-glitter-signs-happy-52-years-birthday.jpg");
background-repeat: no-repeat;
background-position: right top;
margin-right: 200px;
background-attachment: fixed;
background-color: #31326f;
width: "250";
height: "250";
}
h1 {
background-color: #ffc93c;
color:#dbf6e9;
}
p {
color: #9ddfd3;
}
</style>
</head>
<script src="./js/w3.js"></script>
<body>
<img class="me" src="./assets/photo_2021-05-09_15-41-29 (2).jpg" width="500" height="600">
<img class="me" src="./assets/photo_2021-05-09_16-00-30.jpg" width="500" height="600">
<img class="me" src="./assets/photo_2021-05-09_16-00-41 (3).jpg" width="500" height="600">
<img class="me" src="./assets/photo_2021-05-09_16-00-51.jpg" width="500" height="600">
<img class="me" src="./assets/photo_2021-05-09_16-00-56 (2).jpg" width="500" height="600">
<img class="me" src="./assets/photo_2021-05-09_16-01-06 (2).jpg" width="500" height="600">
<div class="w3-container w3-center w3-animate-fading">
<h1>Hello Baba!</h1>
<p>Happy Birthday To U</p>
</div>
<p>
We are humble and loving just because of you and mummy .<br>
You try your best to not let us feel pressurised and stay happy always .<br>
This means a lot .<br>
There are very few people who are humble like you .<br>
Take care of your health.<br>
I will try my best always to be as you are .<br>
Thank you for believing in me even when I failed.<br>
Thanks to you I will never feel small and weak, I know I can be anything.<br>
Thank you.<br>
<br>
<br>
<br>
With love,<br>
Bapi and Chumki.
</p>
<img src="assets/v10mxs2z.bmp" width="250" height="250">
<script>
w3.slideshow(".me", 1500);
</script>
</body>
</html>