Skip to content
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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Cara's First PR #4

wants to merge 12 commits into from

Conversation

caramurphyy
Copy link

No description provided.

<a href="resume.html">
<div class="tab" id="leftTab">
Copy link
Collaborator

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.

Copy link
Collaborator

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.

</div>

<script>function openPage(pageName, element) {
// Hide all elements with class="imageGrid" by default */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good commenting!

var sticker, nft, other, shown;
sticker = document.getElementsByClassName("sticker");
nft = document.getElementsByClassName("nft");
other = document.getElementsByClassName("other");
Copy link
Collaborator

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>

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix spacing.

Copy link
Collaborator

@mirandasong24 mirandasong24 left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants