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

Junyi-story map #4

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

Conversation

junyi2022
Copy link

No description provided.

Copy link
Contributor

@mjumbewu mjumbewu left a comment

Choose a reason for hiding this comment

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

This looks really good for the most part! I left a few comments on the code itself, and if you run the linters you may see a few more issues:

npx eslint templates/storypages/js/
npx stylelint templates/storypages/css/

(though most if not all of those issues could be resolved by adding --fix to each of the linter commands).

@@ -4,35 +4,96 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Story</title>
<title>Junyi's Selected Work</title>
<link rel="stylesheet" href="css/normalize.css">
Copy link
Contributor

Choose a reason for hiding this comment

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

suggestion: You should be able to remove this, as there's no normalize.css file in your code.

Suggested change
<link rel="stylesheet" href="css/normalize.css">

Comment on lines 29 to 30
margin-inline-start: 0px;
margin-inline-end: 0px;
Copy link
Contributor

Choose a reason for hiding this comment

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

suggestion: Generally in CSS, when something is set to 0, the units are omitted. It's kind of arbitrary, but it's the overwhelming accepted convention.

Suggested change
margin-inline-start: 0px;
margin-inline-end: 0px;
margin-inline-start: 0;
margin-inline-end: 0;

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