tonnymuchui / Portfolio-1

This my Personal Portfolio
MIT License
1 stars 0 forks source link

Works popup window #12

Closed tonnymuchui closed 2 years ago

tonnymuchui commented 2 years ago

Added JavaScript array to store all of the information for all projects. Implemented Js interaction, When the user clicks (or taps) the button to check project details, the popup with details about the project appears.

tonnymuchui commented 1 year ago

I was requesting if it could be possible we spend like 10min on zoom you help me to know how I will implement project card on the right

On Thu, Sep 8, 2022 at 11:18 AM Shoira @.***> wrote:

@.**** commented on this pull request.

Hi team,

👍 This is good to make it this far, your project is really nice, congratulations on the good work you have done so far.

First let me to point out:

  • Modal window works as expected ✔️
  • You passed all the Linters! ✔️
  • Data is retrieved dynamically ✔️

Keep on coding, good job so far! 👏

There are some issues that you still need to work on to go to the next project but you are almost there!

https://camo.githubusercontent.com/7a3175b24229512cc970aece8b2e2de8a06ce098a4f0ba2c4079f9a4f9152c29/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f644550476b6e5269456e6965632f67697068792e676966 Required Changes ♻️

  • Please check the readme file, some sections look broken:

[image: Screenshot 2022-09-08 at 11 17 41] https://user-images.githubusercontent.com/77038610/189072005-61a344c8-c7bb-443e-9b38-c038bab7d626.png

Check the comments under the review.

Cheers and Happy coding! 👏 👏 👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear by mentioning my Github username.

Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.

As described in the Code reviews limits policy https://microverse.zendesk.com/hc/en-us/articles/1500004088561 you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form https://airtable.com/shrQAqnBwek5a0O0s.

In index.html https://github.com/tonnymuchui/Portfolio/pull/12#discussion_r965642734:

  • See Project

  • <img

  • class="img img-last"

  • src="images/image2desktop.png"

  • alt="image2desktop-img"

  • />

  • Multi-Post Stories

  • Experimental content creation feature that allows users to add

  • to an existing story over the course of a day without spamming

  • their friends.

  • <button

  • class="btn"

  • onclick="window.location.href = 'https://github.com/tonnymuchui/Portfolio';"

  • See Project

  • <img

  • class="img"

  • src="images/image3desktop.png"

  • alt="image3desktop-img"

  • />

  • Facebook 360

  • Exploring the future of media in Facebook's first Virtual

  • Reality app; a place to discover and enjoy 360 photos and videos

  • on Gear VR.

  • <button

  • class="btn"

  • onclick="window.location.href = 'https://github.com/tonnymuchui/Portfolio';"

  • See Project

  • <img

  • class="img img-last"

  • src="images/image4desktop.png"

  • alt="image4desktop-img"

  • />

  • Uber Navigation

  • A smart assistant to make driving more safe, efficient, and fun

  • by unlocking your most expensive computer: your car.

  • <button

  • class="btn"

  • onclick="window.location.href = 'https://github.com/tonnymuchui/Portfolio';"

  • See Project

  • Your design Figma design [image: Screenshot 2022-09-08 at 11 11 59] https://user-images.githubusercontent.com/77038610/189070756-68f6605a-c1b4-44ce-9425-3773b2192960.png [image: Screenshot 2022-09-08 at 11 10 16] https://user-images.githubusercontent.com/77038610/189070347-814914e5-9f9b-4644-b607-d4309570c2b1.png

    As you can see, project's text content should be on the left or on the right depending on the flow. But in your case, it is always on the right

    In js/script.js https://github.com/tonnymuchui/Portfolio/pull/12#discussion_r965647042:

    +];

    +

    +const worksCard = cards.map(

    +

    +

    +<img

    +/>

    +

    • ${card.title}

      • Please add a little more space below the project title and date info:

    Your design Figma design [image: Screenshot 2022-09-08 at 11 15 43] https://user-images.githubusercontent.com/77038610/189071607-c1af88f1-4053-4fd5-8d37-a892031628cd.png [image: Screenshot 2022-09-08 at 11 15 26] https://user-images.githubusercontent.com/77038610/189071539-83771dc8-b326-41bd-bafb-1d6bc1d1827d.png

    — Reply to this email directly, view it on GitHub https://github.com/tonnymuchui/Portfolio/pull/12#pullrequestreview-1100288099, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJVSLTKHPSEST3DB3SIXPQLV5GOMDANCNFSM6AAAAAAQHM7KOM . You are receiving this because you authored the thread.Message ID: @.***>