roonyh / fossasia-gci-companion

A desktop app for fossasia gci students and mentors helping them with their tasks
MIT License
4 stars 7 forks source link

Improved home window #6

Closed shashank-sharma closed 8 years ago

shashank-sharma commented 8 years ago

This time I avoided adding any js and I removed footer also. I have also added background colour rather than any image and also I have used light colour. I kept FOSSASIA logo and I made name and email input in new line. And submit button is improved. Image:

screenshot from 2016-01-04 22 26 18

roonyh commented 8 years ago

Thanks. Did you read about electron? If you have a basic understanding of how it works you can make this better.

Electron use a modified chromium browser. So vender prefixes to make css cross browser are not needed.

It is important you run the app locally. There is a small feature that checks and set global git config. So your changes should not break it. Please attach a screenshot of the app running locally.