mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-08 18:24:00 +02:00
add contacts
This commit is contained in:
parent
2a8b9c7f93
commit
0364ecc761
7 changed files with 34 additions and 4 deletions
22
kontakty.haml
Normal file
22
kontakty.haml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue