-
Notifications
You must be signed in to change notification settings - Fork 2
/
Rich Dad.html
121 lines (75 loc) · 3.37 KB
/
Rich Dad.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css/style.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=Handlee&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body class="RichDad-body">
<header>
<img class="dark-icon" id="icond" src="Icons/night.png" alt="">
<div class="dark-container">
</div>
<h1 class="buy-now">Buy Now</h1>
<a class="amazon" target="_blank" href="https://www.amazon.com/Rich-Dad-Poor-Teach-Middle/dp/1612680194">
<img src="amazon.png" width="30px" >
Amazon</a>
<a class="elshrowk" target="_blank" href="https://www.shoroukbookstores.com/books/view.aspx?id=a6bd446f-9024-49c8-9065-603c57491d40">El-Shrowk</a>
<a class="diwan" target="_blank" href="https://diwanegypt.com/product/rich-dad-poor-dad-2/">Diwan</a>
<img class="img1" width="550" height="600" src="/Booktobia/Books/Rich dad 2.png" alt="">
</header>
<div class="contant">
<img src="/Booktobia/Books/Rich Dads.png" class="img3" width="1300px" height="1000" alt="">
<h1 class="book-review">Book Review</h1>
<p></p>
</div>
<img src="/Booktobia/Books/be.png" alt="" class="be">
<iframe class="video" width="1000" height="455" src="https://www.youtube.com/embed/Pp7WECKyGYw?si=t7gh1sYL4nUUp1b1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<h1 class="read-book">Read Book</h1>
<div class="book-reading" style="position:relative;padding-top:0;width:1000px;height:800px;"><iframe style="position:absolute;border:none;width:100%;height:100%;left:0;top:0;" src="https://online.fliphtml5.com/ugsyy/comy/" seamless="seamless" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" ></iframe></div>
<div class="div-side">
<script>
var icon = document.getElementById("icond");
icon.onclick = function() {
document.body.classList.toggle("dark-theme");
if(document.body.classList.contains("dark-theme")){
icon.src="Icons/light2.png"
}else{
icon.src = "Icons/night.png"
}
}
</script>
<div class="open-side"></div>
<div class="side-bar">
<table>
<tr>
<td > <a href="">Contact Us</a> </td>
</tr>
<tr>
<td> <a href="/Booktobia/index.html">Home</a> </td>
<tr>
<tr>
<td> <a href="">Best Selling</a> </td>
</tr>
<tr>
<td> <a href="">Categories</a> </td>
</tr>
</table>
</div>
</div>
<footer class="rich-dad-footer">
<h2>This Page Made By:_ Eng. Ziad Ashraf _</h2>
<a href="https://www.linkedin.com/in/ziad-ashraf-59a3772a4/" target="_blank">
<img src="linkedin.png" alt="" width="40">
</a>
<a href="https://github.com/ziad-ashraf7" target="_blank">
<img src="github-sign.png" alt="" width="40" style="position: absolute;left: 110px;">
</a>
</footer>
</body>
</html>