-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
148 lines (142 loc) · 6.84 KB
/
about.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Explore our collection of books, including Twilight, New Moon, Eclipse, Breaking Dawn, Life and Death, and Midnight Sun.">
<meta name="keywords" content="books, Twilight, New Moon, Eclipse, Breaking Dawn, Life and Death, Midnight Sun">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<img src="logotwilight.png">
<ul>
<li><a href="indexp.html">Home</a></li>
<li><a href="about.html">Books</a></li>
<li><a href="registration.html">Registration/Login</a></li>
<li><a href="orderp.html">Order Now</a></li>
</ul>
</nav>
<h1>Books</h1>
<div class="grid-container">
<div class="grid-item">
<!-- Book 1 -->
<div class="book">
<div class="book-image">
<img src="image1.jpg" alt="Book 1">
</div>
<div class="book-details">
<h2>Twilight</h2>
<p>Price: $19.99</p>
<p>Twilight is a young adult vampire-romance novel by Stephenie Meyer12. <br>
It is the first book in the Twilight series, and tells the story of Bella Swan, <br>
a teenage girl who moves to Forks, Washington and falls in love with Edward Cullen,<br>
a 103-year-old vampire12. The novel explores the challenges and dangers of their relationship in
a
world where vampires and humans coexist1</p>
</div>
</div>
</div>
<div class="grid-item">
<!-- Book 2 -->
<div class="book">
<div class="book-image">
<img src="image2.jpg" alt="Book 2">
</div>
<div class="book-details">
<h2>New Moon</h2>
<p>Price: $19.99</p>
<p>New Moon, a young-adult fantasy romance by Stephenie Meyer,<br>
continues the adventure begun in the bestselling novel Twilight about a teenage girl, <br>
Bella Swan, who falls in love with vampire Edward Cullen. When Edward leaves her, she struggles
with
grief and begins spending time with a boy,<br>
Jacob Black, who is a vampire-hating werewolf.
</p>
</div>
</div>
</div>
<div class="grid-item">
<!-- Book 3-->
<div class="book">
<div class="book-image">
<img src="image3.jpg" alt="Book 3">
</div>
<div class="book-details">
<h2>Eclipse</h2>
<p>Price: $19.99</p>
<p>Eclipse is the third novel in the Twilight Saga by Stephenie Meyer.<br>
It follows the love story of Bella Swan and her vampire lover, Edward Cullen12.<br>
Bella faces a choice between her love for Edward and her friendship with Jacob Black, a wolf.
</p>
</div>
</div>
</div>
<div class="grid-item">
<!--Book 4-->
<div class="book">
<div class="book-image">
<img src="image4.jpg" alt="Book 4">
</div>
<div class="book-details">
<h2>Breaking Down </h2>
<p>Price: $19.99</p>
<p>It (stylized as breaking dawn) is the 2008 fourth novel in The Twilight Saga by American author
Stephenie Meyer. <br>
Divided into three parts, the first and third sections are written from Bella Swan's perspective,
and the second is written from the perspective of Jacob Black.<br>
The novel directly follows the events of the previous novel, Eclipse, as Bella and Edward Cullen get
married, leaving behind a heartbroken Jacob. When Bella faces unexpected and life-threatening
situations,<br>
she willingly risks her human life and possible vampire immortality.
</p>
</div>
</div>
</div>
<div class="grid-item">
<!--Book 5-->
<div class="book">
<div class="book-image">
<img src="image5.jpg" alt="Book 5">
</div>
<div class="book-details">
<h2>Life an Death</h2>
<p>Price: $19.99</p>
<p>Life and Death: Twilight Reimagined is a young adult vampire-romance novel by Stephenie Meyer. <br>
The story is a gender-swapped retelling of the first book in the Twilight series, and introduces
Beau Swan and Edythe Cullen in place of Bella and Edward.<br>
The book was originally published on October 6, 2015 as part of an "oversized flip-book pairing"
with Twilight to celebrate the original novel's tenth anniversary.<br>
</p>
</div>
</div>
</div>
<div class="grid-item">
<!-- Book 1 -->
<div class="book">
<div class="book-image">
<img src="img6.jpg" alt="Book 6">
</div>
<div class="book-details">
<h2>Midnight sun</h2>
<p>Price: $19.99</p>
<p>Mindnight Sun is a young adult vampire-romance novel by Stephenie Meyer12. <br>
It is the first book in the Twilight series, and tells the story of Bella Swan, <br>
a teenage girl who moves to Forks, Washington and falls in love with Edward Cullen,<br>
a 103-year-old vampire12. The novel explores the challenges and dangers of their relationship in
a
world where vampires and humans coexist1</p>
</div>
</div>
</div>
</div>
<footer>
<span>© <span id="currentYear"></span> Book Store. All rights reserved.</span>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="cript1.js"></script>
</body>
</html>