Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Birthday wish as it was assigned to me. #2644

Merged
merged 1 commit into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Birthday Wish/feedback.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions Birthday Wish/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Birthday Card</title>

<link rel="stylesheet" href="style.css">
</head>

<body>

<div class='moon'>
<div class='crater1'></div>
<div class='crater2'></div>
<div class='crater3'></div>

</div>

<canvas id="canvas">

</canvas>

<div id="sea"></div>
<div id="beach">

</div>

<img src="https://dl.dropbox.com/s/2k0mtrxc2dqurmh/jumping.png" alt="Jumping-people" id="people" />

<div id="merrywrap" class="merrywrap">

<div class="giftbox">

<div class="cover">

<div></div>
<div></div>
<div></div>
</div>

<div class="box"></div>
</div>

<div class="icons">

<div class="row">
<span>H</span>
<span>a</span>
<span>p</span>
<span>p</span>
<span>y</span>

</div>
<div class="row">
<span>B</span>
<span>i</span>
<span>r</span>
<span>t</span>
<span>h</span>
<span>d</span>
<span>a</span>
<span>y</span>
</div>

<div class="row">
<span>T</span>
<span>o</span>
</div>
<div class="row">
<span>Y</span>
<span>O</span>
<span>U</span>

</div>

</div>
</div>
<div id="video">

</di-v>
<div id="audio">
</div>

<script src="index.js"></script>
</body>
</html>
Loading
Loading