aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-01 00:10:46 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-01 00:10:46 +0430
commitf96845e4511c06b05ba3c9a9d97824634358b36f (patch)
treeca9e29b58fa9dace5c53cbe2f0d108ecf512777f /index.html
parentf35810e4e482d6aea65c1977702512b07b5059e0 (diff)
Add page footer
* The `People` page will be added later * This is almost the simplest design possible, we will alter the design to match the desired and defined look later
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index b1b1489..c012b93 100644
--- a/index.html
+++ b/index.html
@@ -124,6 +124,17 @@ git branch -b my-fix</code></pre>
</li>
</ol>
</section>
+ <footer role="contentinfo">
+ <ul>
+ <li><p>Maneage is currently based in the Instituto de Astrofísica de Canarias (IAC).</p></li>
+ <li><p>Address: IAC, Calle Vía Láctea, s/n, E38205 - La Laguna (Tenerife), Spain.</p></li>
+ <!-- The people page will be added later
+ <li><p>People</p></li>
+ -->
+ <li><p>Contact: with <a href="https://savannah.nongnu.org/support/?func=additem&group=reproduce">this form.</a></p></li>
+ <li><p>Copyright &copy; 2020 Maneage volunteers</p></li>
+ </ul>
+ </footer>
</div>
</body>
</html>