-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
81 lines (66 loc) · 2.82 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
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitBook</title>
<link rel="stylesheet" href="style.css">
<!--favicon-->
<link rel="icon" href="images/favicon.jpg" type="image/jpg" sizes="16x16">
</head>
<body>
<nav id="navbar">
<!--<img src="images/art.jpg" alt="serit" id="art">-->
<div id="center">
<div id="header">
<a href="index.html" id="logo">
<img height="100" src="images/favicon.jpg" alt="GitBook" >
</a>
<h1 id="stitle"><b>GitBook</b></h1>
</div>
<!--links-->
<div id="links">
<a href="index.html"id="links">Home</a>
<a href="genres.html"id="links">Genres</a>
<a href="register.html"id="links">Register</a>
<a href="ebooks.html"id="links">Books</a>
<a href="contact.html"id="links">Contact</a>
</div>
</div>
</nav>
<!--end of nav-->
<!--start of main-->
<main id="page" style="height: 50vw;">
<!--header-->
<header class="hero">
<div class="hero_container">
<div class="hero_text">
<h1>Simply Books</h1>
<h4>No fluff—only stories that matter.</h4>
</div>
</div>
</header>
<!--end of header-->
<div class="map">
<div class="contact_text">
<h2 style="color: rgb(183, 104, 43) ;font-size:xx-large;text-shadow:2px 2px 5px rgba(26, 27, 27, 0.482);margin:2rem ;"><b>Contact Us</b></h2>
<p style="color: rgb(255, 255, 255) ;font-size:large;background-color: rgb(205, 146, 70);border-radius: 40px;margin:auto;
padding: 4px;margin-bottom: 8px;">We would love to hear from you!</p>
</div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d192661.17250266852!2d28.873479550000003!3d41.01801775!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14cab6458b1dbef9%3A0x3026a0d570e26d7!2sRemzi%20Kitabevi!5e0!3m2!1str!2str!4v1741856829580!5m2!1str!2str"
width="500" height="350" style="border: 0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</main>
<!--end of main-->
<header class="">
</header>
<!--start of footer-->
<footer id="page_end">
<p class="footer_text">"There is no friend as loyal as a book. A book is a mirror of the soul,<br>
a gateway to new worlds, and a companion through every stage of life.<br>
It teaches without judgment, entertains without expectation, and inspires without limits."</p>
</footer>
<!--end of footer-->
</body>
</html>