https://github.com/synthetic-borealis/web_project_3
From Portland to Portland. An epic bicycle journey from Portland, ME to Portland, OR.
https://github.com/synthetic-borealis/web_project_3
Last synced: 4 months ago
JSON representation
From Portland to Portland. An epic bicycle journey from Portland, ME to Portland, OR.
- Host: GitHub
- URL: https://github.com/synthetic-borealis/web_project_3
- Owner: synthetic-borealis
- Created: 2021-08-02T10:20:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T07:32:08.000Z (almost 4 years ago)
- Last Synced: 2024-12-31T09:18:03.030Z (6 months ago)
- Language: CSS
- Size: 4.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project 3: From Portland to Portland
[Click here to visit](https://synthetic-borealis.github.io/web_project_3/)
## Description
A responsive one page website about travelling. It was built in HTML5 & CSS.
Both flexbox and the CSS grid were used for the layout.## Possible Improvements
- Media queries should be refactored to follow a logical order (high res to low res).
- Some parts that are currently layed out with flexbox might work better with grid.
- Figure out some issues with spacing between paragraphs in the places section (small deviations from the common 25px bottom margin). This could be an intentional design choice, but it could also be a designer mistake.