summaryrefslogtreecommitdiff
path: root/views/about.html
diff options
context:
space:
mode:
authorfahimkhan2016-09-20 17:33:40 +0530
committerfahimkhan2016-09-20 17:33:40 +0530
commit36aaf4cdc8f978920db073aba03b136fc8a7a432 (patch)
tree67590cba46977f86e2ae0f59308735eec7b84cc3 /views/about.html
parent54cf9ef1c1fd193bc8cb6c9fdc4cd67b6f35753f (diff)
downloadOnline-NgSpice-Simulator-36aaf4cdc8f978920db073aba03b136fc8a7a432.tar.gz
Online-NgSpice-Simulator-36aaf4cdc8f978920db073aba03b136fc8a7a432.tar.bz2
Online-NgSpice-Simulator-36aaf4cdc8f978920db073aba03b136fc8a7a432.zip
Subject: Added layout
Description: Added layput to About and Contact page.
Diffstat (limited to 'views/about.html')
-rw-r--r--views/about.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/views/about.html b/views/about.html
index c43a799..2ba0e0f 100644
--- a/views/about.html
+++ b/views/about.html
@@ -1,9 +1,12 @@
<!DOCTYPE html>
<html>
<head>
- <title><%= title %></title>
+ <% include head.html %>
</head>
<body>
+ <header>
+ <% include header.html %>
+ </header>
<h1>About</h1>
<section>
<p>
@@ -13,6 +16,10 @@
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>
+
+ <footer class="footer">
+ <% include footer.html %>
+ </footer>
</body>
</html> \ No newline at end of file