-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cara's First PR #4
base: main
Are you sure you want to change the base?
Conversation
cara_murphy/art.html
Outdated
<a href="resume.html"> | ||
<div class="tab" id="leftTab"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The convention is dashes and not camelcase for classes and IDs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this throughout your project.
cara_murphy/art.html
Outdated
</div> | ||
|
||
<script>function openPage(pageName, element) { | ||
// Hide all elements with class="imageGrid" by default */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good commenting!
cara_murphy/art.html
Outdated
var sticker, nft, other, shown; | ||
sticker = document.getElementsByClassName("sticker"); | ||
nft = document.getElementsByClassName("nft"); | ||
other = document.getElementsByClassName("other"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool to see you adding JavaScript in here! If the JavaScript tends to be more than just a couple lines, move it to a new JS file and link it like we showed in class. So please do that here.
</div> | ||
</div> | ||
</div> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix spacing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! Make the changes.
No description provided.