Skip to content

Commit

Permalink
Merge pull request #161 from chingu-voyages/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
PaulaR-05 committed Jun 9, 2023
2 parents a846ae6 + 31a7853 commit 09df39e
Show file tree
Hide file tree
Showing 7 changed files with 307 additions and 582 deletions.
4 changes: 1 addition & 3 deletions game_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
<title>Array Game</title>
</head>
<body>
<!-- cursor -->
<div class="cursor"></div>
<header>
<h1>The Array Game</h1>
<!-- toggle Dark/Light modes-->
Expand Down Expand Up @@ -209,7 +207,7 @@ <h1>The Array Game</h1>
<button id="newGame-btn">New Game</button>
<!-- open Options menu -->
<button id="option-btn">Options</button>
<button id="dark-light-btn">Dark/Light Mode</button>
<button id="dark-light-btn">Dark/Light</button>
</div>
</div>
</main>
Expand Down
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,15 @@
<title>Array Game</title>
</head>
<body>
<header>
<h1>The Array Game</h1>
</header>
<h1>The Array Game</h1>
<main>
<div>
<img class="notebook" src="docs/images/Notebook_cover.png" />

<a href="./game_page.html"
><img class="goSticker" src="docs/images/takeoff.png"
/></a>
</div>
<img class="pencil" src="docs/images/pencil.png" />
</main>
<footer>
<span> &lt;/&gt; with </span>❤️<span> by </span>
Expand Down Expand Up @@ -70,7 +68,7 @@ <h1>The Array Game</h1>
>
</span>
|
<a href="#" id="developersPage">Meet Team 05</a>
<a href="meet_team.html" id="developersPage">Meet Team 05</a>
</footer>
<script src="src/js/app.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion meet_team.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ <h1>Acknowledgements</h1>
<li>Chingu Voyages & Jim Medlock</li>
<li>Angela L, Team Mentor</li>
</ul>
<a href="game_page.html" class="back_link">Back</a>
</div>
<a href="game_page.html" class="back_link">Back</a>
</main>
<footer>
<span> &lt;/&gt; with </span>❤️<span> by </span>
Expand Down
Loading

0 comments on commit 09df39e

Please sign in to comment.