Skip to content

Commit

Permalink
Add Project Github Link
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaConcepts committed Oct 20, 2024
1 parent 59f9c27 commit 9d67caa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
Binary file added github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@ <h3>Assignments:</h3>
</div>
<p id="instructions">Press the right arrow key or tap to <br> proceed to the next step.</p>
<div class="footer">
Prompted by Hamza, Implemented by Claude
<div>
Prompted by Hamza, Implemented by Claude
</div>
<div id='github'>
<a href="https://github.com/HamzaConcepts/Shell-Visual">
<img width = 30 src="github.png">
</a>
</div>
</div>
</div>
<script src="main.js"></script>
Expand Down
14 changes: 10 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ button:disabled {
font-size: 16px;
text-align: left;
}
#assignments{
text-align: center;
}


#variables-assignments-container {
display: flex;
Expand Down Expand Up @@ -150,12 +148,20 @@ button:disabled {
#refresh-btn:hover{
background-color:#333;
}
#github{
height: 30px;
}

.footer {
margin-left: 10px;
margin-right: 10px;
margin-top: auto;
text-align: center;
padding: 10px;
padding-top: 10px;
font-size: 14px;
color: #000000;
border-top: 1px solid #212424;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

0 comments on commit 9d67caa

Please sign in to comment.