-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
97 lines (93 loc) · 5.2 KB
/
contact.html
File metadata and controls
97 lines (93 loc) · 5.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>FotoHQ</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-3 col-md-3">
<a class="tm-logo uk-visible-large" href="index.html">
<div class="logo-box">
<img class="logo" src="http://fotohq.aura.net.pl/images/logo-studio.jpg" alt="" width="170" height="107">
</div>
</a>
</div>
<div class="col-sm-2 col-md-4">
</div>
<div class="col-sm-7 col-md-5">
<nav class="navbar ms-navbar navbar-inverse">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html" class="navbar-link glyphicon glyphicon-home"></a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="blacanieves.html">O nas</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li class="active"><a href="contact.html">Kontakt</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</div>
<div class="content-long">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="address-box">
<strong>BLANCANIEVES</strong>
<p>Studio i Kawiarnia Fotograficzna</p>
<p>ul. Młyńska 1-1a/1u (Róg Młyńskiej i Chrobrego)<br /> 55-200 Oława<br /> tel. +48 512 272 357 (Ania)<br />e-mail: <a href="mailto:fotohq@wp.pl">fotohq@wp.pl</a></p>
<p><em>Godziny otwarcia: <b>pn-pt 10.00-18.00</b></em></p>
</div>
<div>
<strong>FOTOHQ</strong>
<p>Cyfrowa ciemnia i studio DTP</p>
<p>ul. Osadnicza 48 <br /> 55-200 Oława<br /> tel. +48 501 063 734 (Kryspin)<br />e-mail: <a href="mailto:dokryspina@op.pl">dokryspina@op.pl</a></p>
<p><em>Konieczny wcześniejszy kontakt telefoniczny</em></p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d747.4129114765306!2d17.29949700823858!3d50.94244695549772!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4710277929eb7ab5%3A0x6ce010e69fda0eb0!2sBLANCANIEVES+Studio+Fotograficzne+FOTO+HQ!5e0!3m2!1spl!2spl!4v1478813540300" width="500" height="400" frameborder="0" style="border:0; float: right" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<footer>
<div>FOTO HQ Blancanieves Studio ul. Młyńska 1-1a/1u (róg Młyńskiej i Chrobrego) 55-200 Oława</div>
<div class="copyright">
<div><small>Copyright © 2018 Magdalena Szumna</small></div>
</div>
</footer>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>