-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
70 lines (69 loc) · 3 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>History Of Steve Jobs: Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Into the mind of Steve Jobs">
<meta name="author" content="Peter Hagen">
<link rel="stylesheet" href="design.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Teko:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<header>
<img src="images/stlogo.png" alt="site logo" width="86" height="100">
<div>
<h1>History of Steve Jobs</h1>
<p>Into the mind of Steve Jobs</p>
</div>
</header>
<nav>
<ul>
<li>
<a href="index.html">History of Steve Jobs</a>
</li>
<li>
<a href="apple.html">History of Apple</a>
</li>
<li>
<a href="next.html">History of NeXT</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="form.html">Review your experience</a>
</li>
<li class="active">
<a href="contact.html">Contact Us</a>
</li>
<li>
<a href="videos.html">Videos</a>
</li>
</ul>
</nav>
<main>
<h1>Contact Us</h1>
<h2>Phone</h2>
<p>385-555-1324</p>
<h2>Email Address</h2>
<p>zen.user@gmail.com</p>
<h2>Address</h2>
<p>
Apple Inc. <br>
One Apple Park Way <br>
Cupertino, CA 95014 <br>
United States <br>
Apples Number: <a href="tel:8006927753">800–692–7753</a></p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3172.332179094589!2d-122.01116068469496!3d37.33464377984203!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808fb596e9e188fd%3A0x3b0d8391510688f0!2sApple%20Park!5e0!3m2!1sen!2sus!4v1681489036741!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<h2>Convince your self do do something</h2>
<p>Download <a href="doc.pdf" target="_blank">this</a> and read it please.</p>
</main>
<footer>
<p>© 2023 • Peter Hagen • <a href="mailto:peter.h759@stu.nebo.edu">Email Me</a></p>
</footer>
</body>
</html>