-
Notifications
You must be signed in to change notification settings - Fork 1
Task profile friends #23
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
base: master
Are you sure you want to change the base?
Conversation
| <div class="each-friend friend-2"> Josi Doe</div> | ||
| <img src="images/brunettelady.jpg"> | ||
| <div class="each-friend friend-3"> Jim Doe</div> | ||
| <img src="images/brunetteman.jpeg"> |
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.
Maybe there could be a button added after each picture to view each friends profile.
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.
I agree with this. Even if we just change the name or image to links to the friend's profile
index.html
Outdated
| <input type="password" placeholder="Password" class="form-control"> | ||
| </div> | ||
| <button type="submit" class="btn btn-success">Sign in</button> | ||
| <button type="create" class="btn btn-create">Create Account</button> |
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.
Is this for us to remove the ability to create a new account, or to simulate already being signed in?
lukevpoel
left a comment
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.
Looks good. I agree with Kyle's assessment that each friend should have some kind of link back to their profile
This is in reference to #10 updated the ability to add friends list and display number of friends to profile with photos. Still need to make photos of friends that display randomized.