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

Create responsive portfolio design #23

Closed
6 tasks done
dcecile opened this issue Apr 7, 2018 · 3 comments
Closed
6 tasks done

Create responsive portfolio design #23

dcecile opened this issue Apr 7, 2018 · 3 comments

Comments

@dcecile
Copy link
Owner

dcecile commented Apr 7, 2018

Set up this website to work on smaller screens:

  • Main portfolio
    Idea: Also set max height for intro

  • Resume preview
    Idea: Use media queries to see if the default em size plus margins is larger than 100vw, if so, use vw or vh size; also, don't forget super long portrait screens

  • Portfolio details
    Idea: Set a calculated width for the list items (full-screen, simple margins) and flex overflow, or just use auto overflow

  • Add my portfolio and resume as a responsive design example

  • Test

  • Log issue: "View my portfolio" getting line-broken

dcecile added a commit that referenced this issue Apr 14, 2018
dcecile added a commit that referenced this issue Apr 14, 2018
dcecile added a commit that referenced this issue Apr 14, 2018
dcecile added a commit that referenced this issue Apr 14, 2018
@dcecile
Copy link
Owner Author

dcecile commented Apr 14, 2018

Top 4 tallest details: CSS, HTML, Unitron, Forks in the Road. If someone is using a low-spec laptop like me, and they have a big task bar taking up vertical space, points will be cut off. At least until I implement #28 to allow scrolling inside details. I think it's fine for now -- the viewer will still see some important points.

That said, I think I'll restrict my big font size for when vertical and horizontal limits are met.

  • Refactor media queries
  • Apply font size increase for large min width and height
  • Collapse link size, top/bottom padding, border, and border radius under low-font-size medium min height but over medium min width for nav buttons
  • Hide overflowed list items
  • Hide border and nav buttons when under medium min width
  • Tweak animation for tight width (zoom out?)

dcecile added a commit that referenced this issue Apr 14, 2018
Queries for `min-width: 40rem` and `max-width: 40rem` will both match when the
width is exactly `40rem`. This can be fixed to be unambiguous by inverting one
of the queries.

For #23
dcecile added a commit that referenced this issue Apr 14, 2018
dcecile added a commit that referenced this issue Apr 15, 2018
@dcecile
Copy link
Owner Author

dcecile commented Apr 15, 2018

iPhone (375x667) button wrap issue:

image

@dcecile
Copy link
Owner Author

dcecile commented Apr 16, 2018

iPhone issue deferred to #32

@dcecile dcecile closed this as completed Apr 16, 2018
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

No branches or pull requests

1 participant