arshadkazmi42 / android-contacts-scifiui

Contacts manager app, with a Scifi UI
GNU General Public License v3.0
4 stars 8 forks source link

Add new app logo to readme file #13

Closed arshadkazmi42 closed 6 years ago

arshadkazmi42 commented 6 years ago

New app logo needs to be added at the top of the README file. Something like this

https://github.com/arshadkazmi42/general-feedback/blob/master/README.md

First this image needs to be uploaded in assets directory, this directory does not exist and needs to be created. Then add the image in that directory with some relevant name like logo.png

After doing that, at the top of the README.md file, add the image using below code

<p align="center"><a href="https://github.com/arshadkazmi42/android-contacts-scifiui"><img src="assets/logo.png" width="150"/></a></p>

You might need to modify this src="assets/logo.png" in above code based on the directory & filename

DamonClark commented 6 years ago

I would like to work on this!

arshadkazmi42 commented 6 years ago

Thanks @DamonClark for taking this up. Go ahead and create a PR

DamonClark commented 6 years ago

Does a new image logo need created? Or do I just simply need to add an existing image into the readme?

arshadkazmi42 commented 6 years ago

Oh. my bad. I forgot to upload the image here. let me upload it right away

arshadkazmi42 commented 6 years ago

playstore-icon

You can use this image

arshadkazmi42 commented 6 years ago

Let me know, if you need anything else