-
Notifications
You must be signed in to change notification settings - Fork 0
/
2-contact.html
105 lines (92 loc) · 2.81 KB
/
2-contact.html
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
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Example">
<link rel="stylesheet" href="css/style.css">
<title>Example II</title>
</head>
<body>
<header>
<a class="ribbon" tabindex="-1" title="back to mainpage!" href="index.html">
<h1 id="logo">Example for a logo</h1>
<p>Fasttrack removals</p>
</a>
</header>
<main>
<nav id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="referenceobjects">Reference objects</a>
<li><a href="arrival">Arrival</a></li>
<li><a aria-current="page">Contakt</a></li>
</ul>
</nav>
<section>
<h2>Contact</h2> <address>
<dl>
<dt> opening hours:</dt>
<dd><span>Mon–Fri:</span> <span>07:00am–08:00pm</span></dd>
<dd><span>Sa:</span> <span>09:00am–03:00pm</span></dd>
</dl>
<dl class="grid">
<dt>Phone</dt>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
<dd><a href="tel:+49-1514-3317444">Lutz</a></dd>
<br></br>
<dd><a href="tel:+49-1514-1291596">Holger</a></dd>
<br></br>
<dd><a href="tel:+49-174-4852596">Melanie</a></dd>
<br></br>
<dd><a href="tel:+49-176-19256392">Harry</a></dd>
<dt>Fax</dt>
<dd>089 0000 0001</dd>
<dt>E-Mail Adress</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
<dt>Adress</dt>
<dd>Fasttracker removals</br>
Thamseview 93<br/>
London
</dd>
<dt>Return</dt>
<dd>Fasttracker removals<br/>*+8-
´ß09876 1q2386
Thamseview 93<br/>
London
</dd>
</dl>
</address>
</section>
<aside class="links">
<h3>Links</h3>
<ul>
<li><a href="http://www.london.com" >London</a></li>
<li><a href="http://www.maps.com" >Google Maps</a></li>
<li><a href="http://www.tesco.com" >Tesco</a></li>
<li><a href="http://www./tools.com" >Tools</a></li>
<li><a href="http://www.google.com" >google</a></li>
<li><a href="http://www.londoneye.com" >londoneye</a></li>
</ul>
</aside>
</main>
<footer>
<ul id="footer-nav">
<li><a href="2-contact.html" title="contakt"><img src="img/info.svg" alt="info"></a></li>
<li><a href="#" title="Sitemap"><img src="img/sitemap.svg" alt="info"></a></li>
<li><a href="2-contact.html" title="impressum"><img src="img/print.svg" alt="print"></a></li>
</ul>
</footer>
</body>
</html>