-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cedar - Maria Obregon #72
base: master
Are you sure you want to change the base?
Conversation
…d footer with contact
… with list of info about me, footer with contact info
…h page name and description, main with list of links to projects, and footer with contact info
…ut, and porfolio pages
…ut, and porfolio pages
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<title>About | Maria</title> | ||
<link href="/Users/mobregong/ada/projects/personal-portfolio-site/styles/style.css" rel="stylesheet"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This path should be a relative link
<link href="/Users/mobregong/ada/projects/personal-portfolio-site/styles/style.css" rel="stylesheet"> | |
<link href="../styles/style.css" rel="stylesheet"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on this creative project. Your layout is super clean and slick! You've created a solid layout with your html. I've left a few in-line comments for you to review. Please let me know if you have any questions. Nice work!
In-progress