summaryrefslogtreecommitdiff
path: root/views/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/about.html')
-rw-r--r--views/about.html21
1 files changed, 12 insertions, 9 deletions
diff --git a/views/about.html b/views/about.html
index 2ba0e0f..79f179f 100644
--- a/views/about.html
+++ b/views/about.html
@@ -7,15 +7,18 @@
<header>
<% include header.html %>
</header>
- <h1>About</h1>
- <section>
- <p>
- FOSSEE (Free and Open Software in Education) project promotes the use of FOSS tools to improve the quality of education in our country. We aim to reduce dependency on proprietary software in educational institutions. We encourage the use of FOSS tools through various activities to ensure commercial software is replaced by equivalent FOSS tools. We also develop new FOSS tools and upgrade existing tools to meet requirements in academia and research.
- </p>
- <p>
- The FOSSEE project is part of the National Mission on Education through Information and Communication Technology (ICT), Ministry of Human Resources and Development, Government of India.
- </p>
- </section>
+ <div class="container">
+ <h1>About</h1>
+ <section>
+ <p>
+ FOSSEE (Free and Open Software in Education) project promotes the use of FOSS tools to improve the quality of education in our country. We aim to reduce dependency on proprietary software in educational institutions. We encourage the use of FOSS tools through various activities to ensure commercial software is replaced by equivalent FOSS tools. We also develop new FOSS tools and upgrade existing tools to meet requirements in academia and research.
+ </p>
+ <p>
+ The FOSSEE project is part of the National Mission on Education through Information and Communication Technology (ICT), Ministry of Human Resources and Development, Government of India.
+ </p>
+ </section>
+ </div>
+
<footer class="footer">
<% include footer.html %>