-
Notifications
You must be signed in to change notification settings - Fork 1
/
biography.html
82 lines (80 loc) · 4.8 KB
/
biography.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
<!DOCTYPE html>
<html>
<head>
<title>Arcypyplus</title>
<body style="background-color:rgb(141, 63, 194) ;">
<div class="head">
<h2 class="heading">Arcypyplus</h2>
<hr>
<h3 class="heading">Biography/Motivational</h3>
</div>
<div class="grid">
<div class="book">
<link rel="stylesheet" href="fantasy.css">
<a href="https://youtu.be/Gm5tquxAkr4">
<img class="harry" src="./image/steve.jpg" width="400" height="500">
</a>
<p class="title"><strong>Title-</strong> Steve Jobs </p>
<p class="title"><strong>Author-</strong> Walter Isaacson </p>
<p><strong>Genre-</strong>Biography/Motivational </p>
<button class="button">read book review</button>
<a href="https://www.amazon.in/Steve-Jobs-Walter-Isaacson/dp/1451648537"><button class="button">Buy Now</button></a>
</div>
<div class="book">
<!-- <link rel="stylesheet" href="fantasy.css"> -->
<a href="https://youtu.be/QhjDZ7ja8dc">
<img class="harry" src="./image/mind.jpg" width="400" height="500">
</a>
<p class="title"><strong>Title-</strong> A Beautiful Mind </p>
<p class="title"><strong>Author-</strong>Sylvia Nasar </p>
<p><strong>Genre-</strong>Biography/Motivational </p>
<button class="button">read book review</button>
<a href="https://www.amazon.in/Beautiful-Mind-Sylvia-Nasar/dp/1451628420"><button class="button">Buy Now</button></a>
</div>
<div class="book">
<!-- <link rel="stylesheet" href="fantasy.css"> -->
<a href="https://youtu.be/jcEi3g8YabU">
<img class="harry" src="./image/alan.jpg" width="400" height="500">
</a>
<p class="title"><strong>Title-</strong> Alan Turing </p>
<p class="title"><strong>Author-</strong> Andrew Hodges </p>
<p><strong>Genre-</strong>Biography/Motivational </p>
<button class="button">read book review</button>
<a href="https://www.amazon.in/Alan-Turing-Enigma-Film-Tie/dp/1784700088/ref=pd_lpo_1?pd_rd_i=1784700088&psc=1"><button class="button">Buy Now</button></a>
</div>
<div class="book">
<!-- <link rel="stylesheet" href="fantasy.css"> -->
<a href="https://youtu.be/ALsEb-GCXJA">
<img class="harry" src="./image/gandhi.jpg" width="300" height="350">
</a>
<p class="title"><strong>Title-</strong>Gandhi: An Autobiography - The Story of My Experiments With Truth </p>
<p class="title"><strong>Author-</strong> Mohandas Karamchand (Mahatma) Gandhi </p>
<p><strong>Genre-</strong>Biography/History </p>
<button class="button">read book review</button>
<a href="https://www.amazon.com/Gandhi-Autobiography-Story-Experiments-Truth/dp/0807059099"><button class="button">Buy Now</button></a>
</div>
<div class="book">
<!-- <link rel="stylesheet" href="fantasy.css"> -->
<a href="https://youtu.be/euqEV2PhUu4">
<img class="harry" src="./image/einstein.jpg" width="400" height="500">
</a>
<p class="title"><strong>Title-</strong> Einstein: His Life and Universe </p>
<p class="title"><strong>Author-</strong>Walter Isaacson </p>
<p><strong>Genre-</strong>Biography/Motivational </p>
<button class="button">read book review</button>
<a href="https://www.amazon.in/Einstein-Life-Universe-Walter-Isaacson/dp/1847390544"><button class="button">Buy Now</button></a>
</div>
<div class="book">
<!-- <link rel="stylesheet" href="fantasy.css"> -->
<a href="https://youtu.be/IAq3UxmeaW8">
<img class="harry" src="./image/cleo.jpg" width="400" height="500">
</a>
<p class="title"><strong>Title-</strong>Cleopatra:A Life </p>
<p class="title"><strong>Author-</strong>Stacy Schiff</p>
<p><strong>Genre-</strong>Biography/History</p>
<button class="button">read book review</button>
<a href="https://www.amazon.in/Cleopatra-Stacy-Schiff/dp/0316001929"><button class="button">Buy Now</button></a>
</div>
</div>
</body>
</html>