fix query and add road map

This commit is contained in:
Peter Boráros 2013-06-09 19:50:40 +02:00
parent 48b49c9fd2
commit 0f030013ae
7 changed files with 59 additions and 6 deletions

24
cesty.haml Normal file
View file

@ -0,0 +1,24 @@
!!! 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ň - Doprava
%body
%ul#navbar
%li.logo  
%li <a href='index.html'>Voda</a>
%li <a href='doprava.html'>Doprava</a>
%li.active <a href='cesty.html'>Cesty</a>
%li <a href='pomoc.html'>Nabídky pomoci</a>
%li <a href='kontakty.html'>Kontakty</a>
.content
#imgdoprava
%img(src="data/cesty.png" style="width: 100%; max-width: 1500px;")
%hr
.footer Data poskytuje Magistrát hl. m. Prahy. Bez záruky.