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

295 lesson7 #325

Merged
merged 5 commits into from
Oct 18, 2023
Merged

295 lesson7 #325

merged 5 commits into from
Oct 18, 2023

Conversation

EdmundYau
Copy link
Contributor

@EdmundYau EdmundYau commented Oct 18, 2023

Summary

Changes:

  • Made lesson 7 page: Arrays and Pointer arithmetic
  • Created lesson 7 page
  • Inserted slideshow into lesson 7 page
  • Changed to correct previous and next page

Closes #211, #294, and #295

Screenshots

screenshotLesson7build1
screenshotLesson7build2

@netlify
Copy link

netlify bot commented Oct 18, 2023

Deploy Preview for parcel-pointers ready!

Name Link
🔨 Latest commit bc846c5
🔍 Latest deploy log https://app.netlify.com/sites/parcel-pointers/deploys/652f850d95e68d0008c12daa
😎 Deploy Preview https://deploy-preview-325--parcel-pointers.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Dankco
Copy link
Contributor

Dankco commented Oct 18, 2023

screenshotLesson7build1 screenshotLesson7build2

closes #295, #294, and #211

Move this into the top comment so it links to the tickets correctly

src/pages/Lesson7.tsx Show resolved Hide resolved
// =======================================

.lesson7slides {
width: 55%;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason for a width of only 55%? I would think it should take up more space.
Also, if you want to take a stab at fixing this image aspect ratio issue for different screen sizes, you can. This can be a separate ticket though.
image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

When there was no width the image would just be small unless I added the 55%, I think the image aspect ratio should be a separate ticket for now.

Copy link
Contributor

@Dankco Dankco left a comment

Choose a reason for hiding this comment

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

Ticketed the image issue but otherwise looks good! Good work!

@Dankco Dankco merged commit 53f5d9f into main Oct 18, 2023
5 checks passed
@Dankco Dankco deleted the 295_lesson7 branch October 18, 2023 07:18
@EdmundYau
Copy link
Contributor Author

Ticketed the image issue but otherwise looks good! Good work!

Okay, I will work on the image issue. Thank you for all the help!

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.

Feature: Make Lesson 7 Page: Arrays and Pointer arithemetic
2 participants