diff options
author | Sashi20 | 2019-09-17 10:59:21 +0530 |
---|---|---|
committer | GitHub | 2019-09-17 10:59:21 +0530 |
commit | 2c0ae85d4f8d12f0df857482bd2168f185e65816 (patch) | |
tree | 13cbc683a18034d52cb47d6ab8051d401cecb088 /static | |
parent | ff54a0e14c1d686e5564a883a121ac30c1cda911 (diff) | |
parent | b8ec4fb70254d26a88f3856648399bf68dfb2921 (diff) | |
download | SciPy2019-2c0ae85d4f8d12f0df857482bd2168f185e65816.tar.gz SciPy2019-2c0ae85d4f8d12f0df857482bd2168f185e65816.tar.bz2 SciPy2019-2c0ae85d4f8d12f0df857482bd2168f185e65816.zip |
Merge pull request #18 from Sashi20/development
Modify the text for about us and increase the maximum length for registration details
Diffstat (limited to 'static')
-rw-r--r-- | static/website/templates/home.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 7bec6a5..8e4270d 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -19,7 +19,10 @@ <h3 class="section-title">About Us</h3> - <p class="text-justify">SciPy India is a conference providing opportunities to spread the use of the Python programming language in the Scientific Computing community in India. It provides a unique opportunity to interact with the "Who's who" of the Python for Scientific Computing fraternity and learn, understand, participate, and contribute to Scientific Computing using Python. One of the goals of the conference is to combine education, engineering, and science with computing through the medium of Python.</p> + <p class="text-justify">SciPy India is the annual gathering of Pythonistas providing opportunities to spread the use of the Python programming language in the Scientific Computing community in India.</p> + <p class="text-justify"> + +It provides a unique opportunity to discuss about the latest trends on Scientific Computing in the industry. You can present your ideas, research work done in this area during the conference. One of the goals of the conference is to combine education, engineering, and science with computing through the medium of Python.</p> </div><!-- /.col-sm-6 --> <div class="col-sm-6"> |