Niko Pelletier https://a1-npelletier2.glitch.me/
- The
divtag was used to separate the heading, the list of previous classes, and the experience. This then allowed me color each section differently using CSS classes. - The
emtag was used to create a subtitle that was distinct from the rest of the page. - The
dl,dt, andddtags were used to organize the various technologies and methods under Experience and my level of experience with each of them.
bodysets a margin of 0px on all sides so that the background colors of the other elements reach to the sides of the screen. It also sets a default font and font color.h1andh2set the headers to be italic instead of bold. They also make the headers a different color and set them to be small caps. The only difference between the two is the font size, withh2having the smaller size.emis used to add emphasis to the major and class year, making it a subtitle for the first header on the page.- Each
divelement is used to add a different background color, which is the purpose of the rules for.title,.courses, and.experience. The rule fordivprovides padding so that the text inside each div is not up against the left edge of the screen, and so that the background colors of each div are touching, leaving no white space. dtis used to italicize each of the technologies/methods in the list, distinguishing them from the amount of experience specified below.- The margin in
ddis used to separate each of the technologies/methods, which makes it a bit easier to determine which level of experience goes with with technology/method.
- I was going for some pastel-like colors, and I found Split Complementary to work well with what I had in mind. I chose a few low saturation, high brightness colors for the background, along with some much darker and slightly more saturated colors for the text.
- The picture of the color wheel is in
Color Palette.png.