Replace "image.png" with the link/file path to the image you want to feature on the website and replace "User's image" with the alt text for the image (text displayed if the image does not load).
Replace "Your name" with your name.
Replace the placeholder text with a description of yourself.
Replace the "#" with the link to the site that you want to link to and replace "Lorem ipsum" with the title of the link. Add or remove links as needed.
Note: The div that contains links is inside another div named "links-contact".
Replace "Your email" with your email and "Your phone number" with your phone number (feel free to add or remove mentods of contact).
Note: The div that contains contact is inside another div named "links-contact"
Replace "#" with a link to your resume.
Replace "Lorem ipsum" with each point of euducation. Add or remove points as needed.
Replace "Lorem ipsum" with each point of experience. Add or remove points as needed.
Replace "Lorem ipsum" with each skill that you want to display. Add or remove skills as needed.
Replace "Lorem ipsum" with each award or recognition that you have recieved. Add or remove awards or recognitions as needed.
Replace "#" with a link to each work that you want to showcase and replace "Lorem ipsum" with the name of the work. Add or remove peices of work as needed.
Add any credits here. While I do not require an attribution to me in the website I would greatly appreciate if one is added.
Add any legal notices here. If none are required simply delete the div.
To change the background color of the page to a color not provided in the website, simply enter the color name or code into the CSS.
The example shown is from the aquamarine portfolio.
To change the color (or other property) of a div (box containing the information), simply edit (or add/remove) that property in the CSS.
The example shown is from the "name" section of the aquamarine portfolio (some sections may have additional CSS properties for text or links).
Similarly, to change the color of the text within the div (box containing the information), simply edit (or add/remove) that property in the CSS.
The CSS for the color of certian links might be in a seperate CSS selector than from the rest of the div, in this case the correct selector for the text or link will be directly below the selector for the rest of the div (second example shown).
Normal example (from the "name" section of the aquamarine portfolio):
Example where the text color property is in a sperate selector (from the "about me" section of the aquamarine portfolio):
To change the text size or font, simply edit the CSS property to your preferences.
The CSS for the size of certian text or links might be in a seperate CSS selector than from the rest of the div, in this case, the correct selector for the text or link will be directly below the selector fot the rest of the div (second example shown).
Normal example (from the "name" section of the aquamarine portfolio):
Example where the font size property is in a seperate selector (from the "about me" section of the aquamarine portfolio)