[CCExtractor-Web] Improve the landing webpage.
Introduction
CCExtractor-Web is a web application for subtitle extraction through CCExtractor and is one of our Google Summer of Code 2018 projects. The project provides a simple interface for users, right in their web browser to upload their files and get subtitle files from any device without actually installing CCExtractor.
Repository: https://github.com/saurabhshri/ccextractor-web
The task
Recently a basic landing page was added to app.
https://github.com/saurabhshri/ccextractor-web/tree/development/mod_landing
Your task is to use the main layout in templates folder and improve the landing page. Make it more attractive and informative. Include a bit of information about what's CCExtractor-web, what can be done on this webapp and also you can show some stats like how many users are registered, how many files have been processed et cetera. Feel free to use a framework to display those stats beautifully. It is easier than it sounds! Feel free to include something witty or an easter egg ;)
Requirements to complete this task
We expect an opened pull request, which contains the modification requested above, unit tests that cover (most of) the changes, and documentation where necessary.