-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (61 loc) · 2.21 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Interesting Books </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>
Interesting Books
</h1>
<nav>
<ul>
<li>
<a href="https://en.wikipedia.org/wiki/Great_books">
Home</a>
</li>
<li><a href="https://bookriot.com/bill-gates-book-recommendations/">Our Story</a></li>
<li><a href="https://en.wikipedia.org/wiki/American_Public_University_System#History">Books Type</a></li>
</ul>
</nav>
<section id="social">
<a href="www.facebook.com"><img src="https://www.clipartmax.com/png/middle/98-983644_icon-facebook-facebook-icon-png-circle.png" alt="Facebook"width=60px;></a>
<a href="www.twitter.com"><img src="https://www.clipartmax.com/png/middle/5-57134_the-twitter-logo-transparent.png" alt="twitter"width=80px;></a>
<a href="www.linkedin.com"><img src="https://www.clipartmax.com/png/middle/30-308556_joshua-fink-linkedin-grey-linkedin-logo-png.png" alt="linkedin" width=25px;></a>
</section>
</header>
<main>
<section id="first">
<h3>Welcome to my own world</h3>
<p>this site is for all amazing books</p>
</section>
<section id="second">
<div class="image-container">
<h3>Climate change</h3>
<img src="https://images1.penguinrandomhouse.com/cover/9780385546133" alt="Climate change" width="150px">
</div>
<div class="image-container">
<h3>Data & Statistics</h3>
<img src="https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/lrg/9781/4736/9781473637467.jpg" alt="Data and statistics" width="150px">
</div>
<div class="image-container">
<h3>Cryptocurrencies & Blockchains</h3>
<img src="https://prodimage.images-bn.com/pimages/9781633538009_p0_v3_s550x406.jpg"width="150px">
</div>
</section>
</main>
<footer>
<p>
<a href="https://www.google.jo/maps/place/Washington,+DC,+USA/@38.8935128,-77.1546635,11z/">
Our Location</a>
</p>
<p>
Copy rights ©GBW 2021
</p>
</footer>
<script src="Java/app.js"></script>
</body>
</html>