WEB - Milestone 2
- Jackson Solomon
- Mar 1, 2018
- 1 min read
I already had most of my web portal done for milestone 1.
The requirements for the portal are as follows:
Multiple pages all linked
Sections for class labs, projects
Link to your project journal
Main page should be http://creative.colorado.edu/~username/web/index.html
Proper HTML5 structure
W3C HTML validation
Externally linked CSS stylesheet
As of now, my portal satisfies all of these requirements!
The portal can be found here: http://creative.colorado.edu/~jaso0569/web/index.html
I didn't iterate much from what I had last week. I added some box text and adjusted the CSS and HTML so that it validates correctly.
From

to

(Not a huge difference)
The first roadblock I ran into was the validator didn't like the styling I gave the images and video in the html itself

But I fixed that.
Also, I tried to use a CSS grid, but it gave me all kinds of issues with responsiveness, so I ended up hardcoding a grid (rather than using CSS's grid feature). I think that I will try to implement a flexbox in the future.
Finally, I attempted to link to a youtube video rather than using a local video file for my drone reel, but I had all kinds of formatting issues. In the future, I will attempt to properly link to a youtube video.
Comments