Skip to content

Commit f96d228

Browse files
committed
Updated the Maze Game that is in the Portfolio
1 parent f52ea5a commit f96d228

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

portfolio.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,16 +215,13 @@
215215
<h2>My Work</h2>
216216
<!-- The div below shows an Embedded Scratch Project -->
217217
<div class="grid">
218-
<iframe allowtransparency="true" width="350" height="300" src="//scratch.mit.edu/projects/embed/87987125/?autostart=false" frameborder="0" allowfullscreen></iframe>
219-
220-
</div>
221-
222-
<div class="grid">
223-
<iframe allowtransparency="true" width="350" height="300" src="//scratch.mit.edu/projects/embed/98235988/?autostart=false" frameborder="0" allowfullscreen></iframe>
218+
<iframe allowtransparency="true" width="350" height="300" src="//scratch.mit.edu/projects/embed/90479001/?autostart=false" frameborder="0" allowfullscreen></iframe>
219+
<p>Maze Game</p>
224220
</div>
221+
225222
<!-- The div below is a screenshot of a document that you can click on to get to the document-->
226223
<div class="grid">
227-
<a href="https://www.khanacademy.org/computer-programming/spin-off-of-project-shooting-star/6482264175542272"><img src="./img/portfolio/project_shooting_star.png" alt="Project Shooting Star" width="350"></a>
224+
<a href="https://www.khanacademy.org/computer-programming/spin-off-of-project-shooting-star/6482264175542272" target="_blank"><img src="./img/portfolio/project_shooting_star.png" alt="Project Shooting Star" width="350"></a>
228225
<p>Project Shooting Star</p>
229226
</div>
230227

0 commit comments

Comments
 (0)