Skip to content

Commit

Permalink
added code folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcScott committed Apr 2, 2024
1 parent cdbed36 commit 177c039
Show file tree
Hide file tree
Showing 44 changed files with 1,257 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-complete/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="birthday-card-rainbow.png">

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

</div>

<div id="inside">

<p id="inside-title">
Happy 12th Birthday, Ellie!
</p>

<img id="inside-pic" src="birthday-card-dinosaur.png">

<p id="message">
I hope you have a great day! See you on Saturday for your party!! :) Love Viktoria xx
</p>

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

</div>

</body>

</html>
Loading

0 comments on commit 177c039

Please sign in to comment.