diff options
Diffstat (limited to 'views/about.html')
-rw-r--r-- | views/about.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/views/about.html b/views/about.html new file mode 100644 index 0000000..c43a799 --- /dev/null +++ b/views/about.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> + <title><%= title %></title> +</head> +<body> + <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> + +</body> +</html>
\ No newline at end of file |