Topics: The Web Design Process and some review of Flexbox and CSS Positioning
Assignments
There is some review this week, as well as some new things. We'll be getting everybody up to speed on the Web Design Process, Flexbox, and CSS Positioning.
The Web Design Process
NEW! Copilot as Tutor
Check out this page if you want to use copilot as a tutor in VSCode, which is allowed in the class. We are NOT using it to write whole pages or sections of pages. See the page above for details.
Flexbox
- If you haven't already, read chapter 17 on Flexbox in Learning Web Design
- Optional: If you are not familiar with the display property, you may want to Watch this short video on the Display Property, Learn CSS Display Property In 4 Minutes - Duration 4:14
- If you don't feel real comfortable with flexbox, you may want to watch these videos from GDS 045, especially the first one.
- Assignment:
Watch the video on Responsive Flexbox Layout Patterns - Duration 28:12
- For this video, follow along with the video and recreate the page done in the video.
- This exercise was extra credit later in the GDS 045 class, so you MAY have done it already. If so, you can turn in the file that you made.
- The start files are here
- Drop your zipped site folder into the Canvas drop box in the Assignment module.
- You can check the Canvas calendar for due dates.
- If you have never played it, Flexbox Froggy is a great way to learn flexbox and get a feel for how to use many of the properties related to flexbox.
- Optional:
Watch this video from GDS 45 on Responsive Layout with Flexbox and CSS Grid if you have not already seen this video, and you want to see Flexbox and CSS Grid used in a complete layout. We will be doing alot more on Grid soon. Use this start file(right click to download) if you want to follow along.
- Optional: Take a look at Ch. 4 of the book Responsive Web Design with HTML5 and CSS - Fourth Edition on Fluid Layout and Flexbox. You should have access to the book through your O'Reilly account. Login to Oreilly here. Go here for more details on how to access Oreilly http://libguides.missioncollege.edu/oreilly-safari
Multicolumn Layout
- Optional: Check out Multicolumn Layout as another method of creating columns
- The section of Learning Web Design on Multicolumn layout in about halfway through Chapter 19, and has information on this technique. You may have to search the online version of the chapter, since there are no page numbers.
- There is also a full article here
- This is a pretty easy way to make text flow into columns, and can come in handy
CSS Positioning and Floats
- Optional: Review Ch. 16 of Learning Web Design on Floats and CSS Positioning if you do not feel comfortable with them. Float based layouts are not best practice anymore, but you MAY need to update a float based layout sometime, so it's good to know, and can still be used to wrap text around an image. Positioning is used in specific instances, although not usually for an entire layout. Do the exercises in Ch. 16 if you want to practice CSS Positioning, and if you have not already looked at these. These exercises are optional, and are not to be turned in. The information on float based layouts is for reference only.
CSS Shapes
Bio Project
- Assignment: Complete the Bio Page Project
- See more details here
- Finish the wireframe if you haven't already.
- Remember, you can turn them in by submitting an image of the wireframe, and putting a copy of your project in the Figma Team Bio Page Wireframes Project.
- Here are example wireframes and other student work.
- Extra credit if you use CSS Shapes on the assignment!
- Don't forget to validate your assignment by checking the file at: http://validator.w3.org/ Click on Validate File by Upload near the top, and then click the browse button, locate your file, and submit. Make any corrections necessary so you get the happy, green, OK message.
- To turn in assignments with multiple files or folders, it works best if you put all files in a folder and zip the folder. It is important to name your folder correctly BEFORE you zip it to send, so I know who's folder it is. Please name you folder like this firstname_lastname_assignX. Then when you zip the folder, I will know it is yours. Don't rename any files of folders inside your site folder before sending, as that will probably break things. To zip a folder on a PC, create the folder with your name on it like this firstname_lastname_assignX and put the files needed in it, then right click, select "send to," and finally "compresses (zipped) folder". On a mac, control click or right click on the folder and select compress. Remember to name the folder before compressing it, so I can see who's it is when it is uncompressed.
- Drop the zip files into the drop box under the Projects module in Canvas.