-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
61 lines (43 loc) · 2.48 KB
/
faq.html
File metadata and controls
61 lines (43 loc) · 2.48 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="fotografie, photography, marta, wilk, newborn, babybauch, fotoshooting, kinderfotografie, schwanger, berlin">
<meta name="description" content="Fotografie von Neugeborene, Kinder, Familien, werdende Mütter mit Babybauch, Paare und führe Portraitsessions durch. Ich garantiere, dass durch unsere Zusammenarbeit großartige Bilder entstehen werden, eine Erinnerung für viele Jahre.">
<title>Marta Wilk Photography</title>
<link rel="icon" type="image/ico" href="img/icon.png">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/camera.css">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin-ext" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet">
</head>
<body>
<div class="extra-border">
<nav></nav>
<section class="content-section">
<div class="container">
<div class="row">
<div class="col-sm-offset-1 col-sm-10 col-md-offset-2 col-md-8">
<div class="faq-panel">
<h5><strong>Einige Informationen zum Ablauf</strong></h5>
<p>Wir besprechen im Vorfeld Eure Wünsche und Vorstellungen und Ihr entscheidet Euch, welches Paket Ihr buchen möchtet. Im Anschluss an das Fotoshooting wird jedes Bild von mir individuell und professionell bearbeitet. Die Bilder werden dann in einer persönlichen Online-Galerie bereitgestellt und gedruckt im Format 13x19.</p>
<h5><strong>WELCHE PAKETE BIETE Ich AN?</strong></h5>
<p>Schreibt mir einfach eine e-mail oder ruft mich an und ich stelle Euch ein individuelles Angebot zusammen.</p>
<h5><strong>Der Gutschein</strong></h5>
<p>Sucht Ihr ein ganz besonderes und persönliches Geschenk für Eure Familie oder Freunde? Ein Gutschein für ein individuelles Fotoshooting in Berlin ist für jeden genau die richtige Geschenkidee!</p>
</div>
</div>
</div>
</div>
</section>
<section id="socialmedia"></section>
</div>
<footer></footer>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/camera.js"></script>
</body>
</html>