Skip to content
Open
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Rocket Academy Coding Bootcamp: Match Game

Published via Netlify: https://xmas-match-game.netlify.app/
Binary file added assets/font/Candcu__.ttf
Binary file not shown.
Binary file added assets/font/Christmas.otf
Binary file not shown.
1 change: 1 addition & 0 deletions assets/images/card-ace-hearts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26,245 changes: 26,245 additions & 0 deletions assets/images/xmas.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>SWE101</title>
<title>Match Card Game</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="/assets/images/card-ace-hearts.svg" />
</head>

<body>
<h1 id="header">SWE101! 🚀</h1>
<h1 id="header">❄️☃️ (Match Card Game) 🌲❄️</h1>
<!-- Import program logic -->
<script src="script.js"></script>
</body>
Expand Down
Loading