summaryrefslogtreecommitdiff
path: root/views/about.html
diff options
context:
space:
mode:
authorfahimkhan2016-09-21 17:34:39 +0530
committerfahimkhan2016-09-21 17:34:39 +0530
commitfbae6107f612f2d2b5a32b31084932765ba91390 (patch)
tree86317dcf853403427c74c49c3dbf9ca69a34d543 /views/about.html
parent36aaf4cdc8f978920db073aba03b136fc8a7a432 (diff)
downloadOnline-NgSpice-Simulator-fbae6107f612f2d2b5a32b31084932765ba91390.tar.gz
Online-NgSpice-Simulator-fbae6107f612f2d2b5a32b31084932765ba91390.tar.bz2
Online-NgSpice-Simulator-fbae6107f612f2d2b5a32b31084932765ba91390.zip
About and Contact page updated
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 %>