-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (39 loc) · 1.71 KB
/
Copy pathindex.html
File metadata and controls
45 lines (39 loc) · 1.71 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Anthony Sherrill Ihr Apple IT Consultant und Trainer
für Apple Produkte wie MacBooks, iMac, iPhones oder iPad and Software wie
MacOS, iOS uvm in Berlin. Wenn Sie Hilfe benötigen oder eine Anfragen
tätigen möchten, einfach auf's Logo klicken und eine E-Mail schicken.">
<title>Sherrill | IT | Consultant | Apple Trainer | Coach | Software Engineer</title>
<!-- Font Awesome einbinden -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="wrapper">
<!-- Logo -->
<a href="mailto:kontakt@sherrill.de?subject=Kontakt via neue Homepage">
<img alt="Sherrill Logo" src="./img/sherrill-logo.jpg" srcset="
./img/sherrill-logo-100_x_59.jpg 300w,
./img/sherrill-logo-500_x_294.jpg 600w,
./img/sherrill-logo-1000_x_588.jpg 1000w,
./img/sherrill-logo.jpg 1200w">
</a>
<!-- Kalender Icon oben rechts -->
<div class="menu">
<a href="https://cal.com/sherrill" target="_blank">
<i class="fas fa-calendar-alt"></i> <!-- Das Kalender Icon -->
</a>
</div>
</div>
<footer>
<div class="footer-content">
<a href="impressum.html">Impressum</a> |
<a href="datenschutzerklaerung.html">Datenschutzerklärung</a>
</div>
</footer>
</body>
</html>