Open KirstieJane opened 7 years ago
I want to contribute. Can you please tell which all photos do I have to upload? @KirstieJane
Hi @iknoorjobs - I'm really sorry - I shouldn't have labelled this as Hacktober fest - this project is for incoming PhD students at the Alan Turing Institute and is not open to contributions from outside that group.
Thank you for your interest, and best wishes.
We were in a rush on Friday morning so we didn't end up adding our pictures!
This repository is a really valuable learning tools, so it's likely we'll roll it out in future trainings. If you'd like your profile to have a picture about yourself we'd love to be able to show you off :smile:
You can add your profile picture by finding this line (below) that's just above where you've added your profile information:
Then either:
Replace
"profile_pictures/<image_name>.jpg"
with a link to a picture of you that's hosted online. For example:<img src="https://raw.githubusercontent.com/WhitakerLab/WhitakerLabProjectManagement/master/Kirstie-Whitaker/pictures/Hindex_KirstieWhitaker.jpg" alt="Kirstie Whitaker">
or
Add a picture to the
profile_pictures
folder by clicking theUpload File
button, then replacing<image_name>.jpg
with your picture's file name. For example:<img src="profile_pictures/martin_oreilly.jpg" alt="Martin O'Reilly">
Also make sure to update the
"Your name"
alternative text on the same line.Then submit a pull request and we'll review and merge it 🎉
Note: The
width=200px
attribute is no longer required for either thetd
orimg
elements as the width of profile pictures is now set globally using a single.card td img
style at the top of theindex.html
file (see PR #41 for details).