File | Date | Author | Commit |
---|---|---|---|
Wireframe Options | 2020-03-25 | Zoe Ludwig | [9aa3f5] Updates and file structure |
assets | 2021-01-21 | unknown | [c07eb0] pictures placed and color scheme set |
style | 2021-01-27 | unknown | [544634] happy with my finished product for where we are... |
ReadMe.md | 2021-01-27 | unknown | [ef97f3] working on projects page. starting class |
about.html | 2021-01-27 | unknown | [25de27] completed contact page, including form. committ... |
contact.html | 2021-03-22 | unknown | [b6690d] removed recaptcha code. will work on later |
index.html | 2021-01-27 | unknown | [25de27] completed contact page, including form. committ... |
projects.html | 2021-01-27 | unknown | [544634] happy with my finished product for where we are... |
In this module challenge you will continue working on your portfolio website to make it compatible for different browser widths.
It goes without saying that this skill is essential for a professional Web Developer. Imagine trying to visit a store's webpage on your phone and not being able to even read the names of items? That would be totally unacceptable in this day and age! Same goes for a web developer's portfolio site.
In this challenge you will refactor your personal portfolio code to make it responsive. You have the ability to write HTML, CSS, and responsive media queries. You also know how to identify and write responsive units. It's time to put that knowledge into action!
New features of a project should occur in a new branch in the same repository. Follow these steps to set up and work on your project from Thursday:
cd
into your personal portfolio folder<firstName-lastName>
:git checkout -b <firstName-lastName-day2>
<firstName-lastName-day2>
branch, committing changes regularly.<firstName-lastName-day2>
.Use the checklist below to guide your work today. Your final product should be presentable at mobile, tablet and a desktop-width.
Once you finish the minimum viable project, work on any of the following stretch goals:
What if I'm not done with my site from last time?
If you're not totally happy with your site, that's fine. Try to work with what you have. If your challenge from yesterday is in a state that you absolutely cannot work on it, reach out to your TL for starter code and attend support hours for more HTML/CSS help.
My site works on mobile - does that count as responsive?
A mobile website is not the same thing as a responsive website! A responsive webpage works at any browser width, not just mobile. Keep on coding!
📚Best Practices for Responsive Design
🤝W3 Schools - Responsive Design
👀 Explore a Curated Gallery of Professional Portfolios
Follow these steps for completing your project.