GDGVIT / Devfest-2.0

Devfest website, archived.
9 stars 27 forks source link

Add Download App section #24

Closed abhinav-adtechs closed 6 years ago

abhinav-adtechs commented 6 years ago

Please add the download app section as soon as the app is ready.

rowhitswami commented 6 years ago

@abhinav-adtechs I'd like to take this one.

rowhitswami commented 6 years ago

@abhinav-adtechs It will a good idea to use Bootstrap for layout. Can I use its CDN to add Download App section? Also, I saw you're using two code block for sponsors, first for the desktop version and another one for mobile or medium-sized devices. This kind of coding standard increases the redundancy of the code. It would a good idea to use Bootstrap for such kind of requirement. It will automatically detect and produce the code according to the size of the device. Thanks

abhinav-adtechs commented 6 years ago

@rowhitswami appreciate your contribution. I'd let the repository moderators to take the call, thanks. @UjjwalAyyangar please see.

aalind0 commented 6 years ago

@rowhitswami Please do ! Make sure that nothing breaks in the process. We will merge based on the quality of your pull. Also once you are done, post the screenshots here. Cheers

rowhitswami commented 6 years ago

@aalind0 sure..thanks

technophilic commented 6 years ago

@rowhitswami bootstrap shouldn't be added to the project. the project already uses materializecss. materialize also has a grid system. use that instead. remove the redundancy if possible.

Note : All non-critical css files are bundled together using gulp and added asynchronously inside script.js using loadCSS. this is done to optimize pagespeed, adding cdn version to the index.html will be render-blocking and will delay the initial render.

PS: you don't have to worry about any of this, just go ahead and modify index.html in src folder.

rowhitswami commented 6 years ago

@technophilic Ok I'll use materializecss

rowhitswami commented 6 years ago

Sponsors Section

Screenshot_from_2017_10_18_05_41_44

Download App Section

Screenshot_from_2017_10_18_05_41_50

And here mobile view of both changes

Screenshot_from_2017_10_18_05_42_10
abhinav-adtechs commented 6 years ago

There's no iOS application being built currently, please remove it.

rowhitswami commented 6 years ago

@abhinav-adtechs Okay.

rowhitswami commented 6 years ago

@abhinav-adtechs removed. Please review PR #26