Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcScott committed Mar 13, 2024
1 parent acd5c10 commit c8ac4ac
Show file tree
Hide file tree
Showing 23 changed files with 618 additions and 0 deletions.
Binary file added en/code/happy-birthday-starter2/boy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/happy-birthday-starter2/cracker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/happy-birthday-starter2/diamond.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/happy-birthday-starter2/dinosaur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/happy-birthday-starter2/elf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/happy-birthday-starter2/flowers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/code/happy-birthday-starter2/girl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions en/code/happy-birthday-starter2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<html>

<head>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<script src="prefixfree.js"></script>
</head>

<body>

<div id="outside">

<p id="outside-title">
Happy Birthday!
</p>

<img id="outside-pic" src="robot.png">

<p>
<button onclick="open_card()">Click to open</button>
</p>

</div>

<div id="inside">

<p id="inside-title">
Happy Birthday!
</p>

<img id="inside-pic" src="girl.png">

<p id="message">
Your message here!
</p>

<p>
<button onclick="close_card()">Click to close</button>
</p>

</div>

</body>

</html>
Binary file added en/code/happy-birthday-starter2/penguin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c8ac4ac

Please sign in to comment.