-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBiography.html
More file actions
197 lines (188 loc) · 5.2 KB
/
Biography.html
File metadata and controls
197 lines (188 loc) · 5.2 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Catalog</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 100%;
background-image: url("lib5.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
font-family: 'Arial', sans-serif;
margin: 0;
padding: 1em;
display: block;
align-items: center;
justify-content: center;
height: 100vh;
max-width: 100%;
margin: 10px;
margin-color:white;
background-color: rgba(26, 24, 39, 0.4);
padding: 0%;
border-radius: 8px;
box-shadow: -3px -3px 9px #aaa9a9a2,
3px 3px 7px rgba(147, 149, 151, 0.671);
color:white;
}
.container {
max-width: 100%;
margin: 10px;
margin-color:white;
background-color: rgba(26, 24, 39, 0.8);
padding: 0%;
border-radius: 8px;
box-shadow: -3px -3px 9px #aaa9a9a2,
3px 3px 7px rgba(147, 149, 151, 0.671);
color:white;
}
.book {
display: flex;
margin-bottom: 20px;
border: 1px solid #ccc;
padding: 10px;
}
.book img {
max-width: 100px;
margin-right: 10px;
}
.book-details {
flex-grow: 1;
}
nav {
background-color: #444;
overflow: hidden;
text-align: center;
}
nav a {
float: left;
display: block;
color: #fff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Book Catalog</h1>
</header>
<nav>
<a href="catalog.html">< Go back</a>  
<a href="welcome.html">Home</a>   
<a href="catalog.html">Catalog</a>   
<a href="contact.html">Contact</a>   
<a href="about.html">About</a>               
<a href="login.html">Logout</a>
</div>
<div class="container">
<h2 style="text-align:center">Biographies</h2>
</div>
<div class="container">
<div class="book">
<img src="Alexandar hamilton.jpg" alt="Book 1">
<div class="book-details">
<h2>Alexandar hamilton</h2>
<p>Author: Ron Chernow<p>
<p>Genre:Biography</p>
</div>
</div>
</div>
<div class="container">
<div class="book">
<img src="Benjamin franklin.jpg" alt="Book 2">
<div class="book-details">
<h2>Benjamin franklin</h2>
<p>Author:Walter Isaacson</p>
<p>Genre:Biography<p>
</div>
</div>
</div>
<div class="container">
<div class="book">
<img src="Einsten his life and universe.jpg" alt="Book 3">
<div class="book-details">
<h2>Einsten his life and universe</h2>
<p>Author:Walter Isaacson</p>
<p>Genre:Biography</p>
</div>
</div>
</div>
<div class="container">
<div class="book">
<img src="Into the wild.jpg" alt="Book 4">
<div class="book-details">
<h2>Into the wild</h2>
<p>Author:Jon Krakauer</p>
<p>Genre:Biography</p>
</div>
</div>
</div>
<div class="container">
<div class="book">
<img src="John adams.jpg" alt="Book 5">
<div class="book-details">
<h2>John adams</h2>
<p>Author:David McCullough </p>
<p>Genre:Biography</p>
</div>
</div>
</div>
<div class="container">
<div class="book">
<img src="Steve jobs.jpg" alt="Book 6">
<div class="book-details">
<h2>Steve jobs</h2>
<p>Author:Walter Isaacson</p>
<p>Genre:Biography</p>
</div>
</div>
</div>
<div class="container">
<div class="book">
<img src="Tesla inventor of the modern.jpg" alt="Book 7">
<div class="book-details">
<h2>Tesla inventor of the modern</h2>
<p>Author:Richard Munson</p>
<p>Genre:Biography</p>
</div>
</div>
</div>
<div class="container">
<div class="book">
<img src="The path to power.jpg" alt="Book 8">
<div class="book-details">
<h2>The path to power</h2>
<p>Author:Robert A.Caro </p>
<p>Genre:Biography</p>
</div>
</div>
</div>
<div class="container">
<div class="book">
<img src="The snow ball warren buffet and the business of life.jpg" alt="Book 9">
<div class="book-details">
<h2>The snow ball warren buffet and the business of life</h2>
<p>Author:Alice Schroeder</p>
<p>Genre:Biography</p>
</div>
</div>
</div>
<div class="container">
<div class="book">
<img src="Thomas jefferson.jpg" alt="Book 10">
<div class="book-details">
<h2>Thomas jefferson</h2>
<p>Author:Jon meacham </p>
<p>Genre:Biography</p>
</div>
</div>
</div>
</body>
</html>