-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (95 loc) · 3.95 KB
/
Copy pathindex.html
File metadata and controls
105 lines (95 loc) · 3.95 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
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 name="description" content="Here you will get a lot of informations, my ratings and recommendations for Books and Characters.">
<meta name="keywords" content="Book; Characters; Information; rating; book recommendations">
<meta name="author" content="Rigani Jegatheeswaran">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../CSS/main.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
>
<link
href="https://fonts.cdnfonts.com/css/old-english-five"
rel="stylesheet"
>
<title>Kathai- Book and Character infos, rating and recommendations</title>
<style>
@import url("https://fonts.cdnfonts.com/css/old-english-five");
</style>
</head>
<body>
<div class="grid-container">
<header>
<!--<h1>Kathai</h1>-->
<img src="../Images/f3.png" alt="Kathai">
</header>
<nav>
<button class="openbtn" onclick="openNav()"><span>☰ Menu</span></button>
<div id="mySidebar" class="sidebar">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"
>x</a
>
<a href="index.html" class="active">Home</a><br>
<button class="dropdown-btn">
Books
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-container">
<a href="modu.html">Silent Reading</a>
<a href="alf.html">A Little Life</a>
</div> <br>
<button class="dropdown-btn">
Characters
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-container">
<a href="kaz.html">Kaz Brekker</a>
<a href="inej.html">Inej Ghafa</a>
</div><br>
<a href="form.html">Contact Form</a>
</div>
</nav>
<main>
<p>Welcome to Kathai !!!</p>
<p>Here you can read about the books that I have read and the Characters that I like. For the Books I would be give
it a rating of how much I enjoyed it.
</p>
<p>If you want buy the books that I recommended, it is available in Bider & Tanner. This is the location to the
nearest store:</p>
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10770.964179732924!2d7.5922381!3d47.5533685!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4791b9e0b1213c65%3A0x4b31dcb69aa5811f!2sBider%20%26%20Tanner%20AG!5e0!3m2!1sen!2sch!4v1688068357014!5m2!1sen!2sch" width="400" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</main>
<footer>
<div class="footer">
<h3>Kontakt:</h3>
<p>
Rigani Jegatheeswaran<br>INA22B<br>
Email: <a href="mailto:rigani.jegatheeswaran@bbzbl-it.ch"> rigani.jegatheeswaran@bbzbl-it.ch</a>
</p>
</div>
<div class="footer">
<h3>Social:</h3>
<a href="https://www.facebook.com" target="_blank">Facebook</a><br>
<a href="https://www.twitter.com" target="_blank">Twitter</a><br>
<a href="https://www.instagram.com" target="_blank">Instagram</a>
</div>
<div class="footer">
<h3>Links:</h3>
<a href="impressum.html">Impressum</a><br>
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!">
</a>
</p>
</div>
</footer>
</div>
<script src="../JS/main.js"></script>
</body>
</html>