add contacts

This commit is contained in:
Pavol Rusnak 2013-06-03 23:45:28 +02:00
parent 2a8b9c7f93
commit 0364ecc761
7 changed files with 34 additions and 4 deletions

22
kontakty.haml Normal file
View file

@ -0,0 +1,22 @@
!!! 5
%html
%head
%meta(charset="utf-8")
%link(rel="icon" type="image/png" href="favicon.png")
%link(rel="stylesheet" type="text/css" href="style.css")
%title Povodeň - Kontakty
%body
%ul#navbar
%li.logo  
%li <a href='index.html'>Voda</a>
%li <a href='doprava.html'>Doprava</a>
%li <a href='pomoc.html'>Nabídky pomoci</a>
%li.active <a href='kontakty.html'>Kontakty</a>
.content
%ul#kontakty
%li <b>Povodňová infolinka</b>: 1234, 800 123 003
%li <b>Informace o MHD</b>: 296 191 817
%li <b>Povodí Vltavy</b>: 221 401 495