-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-content.html
70 lines (70 loc) · 1.99 KB
/
index-content.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
<div class="content">
<div class="content__header">
<div class="content__header-top">
<a href="/Login">Login</a>
/
<a href="/Signup">Signup</a>
</div>
<div class="content__header-poster"></div>
</div>
<div class="content__section">
<h2>Latest Books</h2>
<div class="row-items">
<a href="Book">
<div class="shadow book-item">
<img
src="https://images-na.ssl-images-amazon.com/images/I/91Y6gyoK8ZL.jpg"
/>
<div class="description">
<strong>Chain of Iron</strong>
<p>Cassandra Clare</p>
</div>
</div>
</a>
<a href="Book">
<div class="shadow book-item">
<img
src="https://images-na.ssl-images-amazon.com/images/I/91Y6gyoK8ZL.jpg"
/>
<div class="description">
<strong>Chain of Iron</strong>
<p>Cassandra Clare</p>
</div>
</div>
</a>
<a href="Book">
<div class="shadow book-item">
<img
src="https://images-na.ssl-images-amazon.com/images/I/91Y6gyoK8ZL.jpg"
/>
<div class="description">
<strong>Chain of Iron</strong>
<p>Cassandra Clare</p>
</div>
</div>
</a>
<a href="Book">
<div class="shadow book-item">
<img
src="https://images-na.ssl-images-amazon.com/images/I/91Y6gyoK8ZL.jpg"
/>
<div class="description">
<strong>Chain of Iron</strong>
<p>Cassandra Clare</p>
</div>
</div>
</a>
<a href="Book">
<div class="shadow book-item">
<img
src="https://images-na.ssl-images-amazon.com/images/I/91Y6gyoK8ZL.jpg"
/>
<div class="description">
<strong>Chain of Iron</strong>
<p>Cassandra Clare</p>
</div>
</div>
</a>
</div>
</div>
</div>