We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c12a0 commit 96b308dCopy full SHA for 96b308d
portfolio.html
@@ -65,6 +65,12 @@ <h1 class="display-4">Portfolio</h1>
65
<div class = "textBlock">Rock Paper Scissors</div>
66
</div>
67
68
+ <div class = 'row mb-1'>
69
+ <div class = 'col-4'>
70
+ <a href="https://coderjsanchez.github.io/unit-4-game/"><img id = 'port5' class = 'img-fluid' src="img/laptop2Img.jpeg" alt="image of a laptop"></a>
71
+ <div class = "textBlock">Crystal Game</div>
72
+ </div>
73
74
75
76
<footer class="fixed-bottom text-center">
0 commit comments