-
Notifications
You must be signed in to change notification settings - Fork 21
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
Adding name and picture to girlcode yearbook #29
base: main
Are you sure you want to change the base?
Conversation
<a href="" _blank" > | ||
<figure> | ||
<img src="images/Precious.jpg" alt="Precious" /> | ||
<figcaption>Precious</figcaption> | ||
</figure> | ||
</a> |
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.
You only need to add your profile :)
@@ -46,7 +46,7 @@ | |||
</head> | |||
<body> | |||
<div class="card"> | |||
<img src="my-profile-picture.png" alt="Girlcoder" style="width: 100%" /> | |||
<img src="Tony.jpg" alt="Girlcoder" style="width: 100%" /> |
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 should only be modified in your repo, not this one.
yearbook.html
Outdated
@@ -0,0 +1,86 @@ | |||
<!DOCTYPE html> |
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.
The yearbook.html
file should stay in the 2021
folder
Added Tony picture and name to yearbook