Resume

For project two, I learned that you can use code to create a resume. This creates endless possibilities in terms of style and design when creating a resume. The level of difficulty is minimal as we only had to modifying and replace some code to create a personal resume. The most challenging part of this project would be modifying the style of the overall resume. Changing the outline for an example was more challenging than just changing the color of the text. My submission could be improved by spending some more time coding. This would allow me to change the layout and make my resume unique. One way the professor could improve this project is to extend the due date so that students could be more creative with their resumes. One way I could apply my knowledge in the future would be when I create a resume for a job or when I could use code to create something like a resume.

The code below is used to modify the header of the resume.

header {
position: relative;
display: flex;
align-items: center;
padding: 1rem
background: #000080;
color: #ffffffff;
}

My header can be seen below.