Úprava souboru index.html
This commit is contained in:
parent
561676c1ec
commit
a523560a60
1 changed files with 4 additions and 4 deletions
|
@ -109,8 +109,8 @@
|
|||
|
||||
<!-- SEARCH FORM -->
|
||||
<div id="search-form" class="pull-right">
|
||||
<form method="get" action="#">
|
||||
<input type="text" name="Search" value="Search" onFocus="if (this.value == 'Search') this.value = '';" onBlur="if (this.value == '') this.value = 'Search';" />
|
||||
<form method="get" target="_blank" action="https://search.nolog.cz/search">
|
||||
<input type="text" name="q" value="Hledat" onFocus="if (this.value == 'Hledat') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
||||
</form>
|
||||
</div><!-- SEARCH FORM -->
|
||||
|
||||
|
@ -779,7 +779,7 @@
|
|||
<p>We value people over profits, quality over quantity, and keeping it real. As such, we deliver an unmatched working relationship with our clients.</p>
|
||||
<p>Our team is intentionally small, eclectic, and skilled; with our in-house expertise, we provide sharp and</p>
|
||||
<ul class="social">
|
||||
<li><a href="javascript:void(0);" ><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="javascript:void(0);" >𝕏</a></li>
|
||||
<li><a href="javascript:void(0);" ><i class="fa fa-facebook"></i></a></li>
|
||||
<li><a href="javascript:void(0);" ><i class="fa fa-google-plus"></i></a></li>
|
||||
<li><a href="javascript:void(0);" ><i class="fa fa-pinterest-square"></i></a></li>
|
||||
|
@ -812,7 +812,7 @@
|
|||
<!-- MAP -->
|
||||
<div id="map">
|
||||
<a class="map_hide" href="javascript:void(0);" ><i class="fa fa-angle-right"></i><i class="fa fa-angle-left"></i></a>
|
||||
<iframe src="http://maps.google.com/maps?f=q&give%20a%20hand=s_q&hl=en&geocode=&q=london&sll=37.0625,-95.677068&sspn=42.631141,90.263672&ie=UTF8&hq=&hnear=London,+United+Kingdom&ll=51.500141,-0.126257&spn=0.026448,0.039396&z=14&output=embed" ></iframe>
|
||||
<iframe src="https://www.openstreetmap.org/export/embed.html?bbox=12.187957763671877%2C50.20061077138339%2C12.244606018066406%2C50.22370759985845&layer=mapnik" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/#map=15/50.21216/12.21628">Zobrazit větší mapu</a></small>
|
||||
</div><!-- //MAP -->
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue