generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path2023-picks.html
181 lines (164 loc) · 8.79 KB
/
2023-picks.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META TAGS -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Everything is Better with Pizza Book Club: a book club for book and pizza lovers in Dublin, Ireland.">
<meta name="keywords" content="book, pizza, book club, dublin, ireland">
<!-- FAVICON -->
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<!-- STYLESHEET -->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Everything is Better with Pizza Book Club 🍕📚</title>
</head>
<body>
<!-- HEADER with logo and nav -->
<header>
<a href="index.html">
<img id="logo" src="assets/images/logo.png" alt="Logo" width="150">
</a>
<nav>
<ul id="menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="2023-picks.html" class="active">2023 Picks</a>
</li>
<li>
<a href="join-us.html">Join Us</a>
</li>
</ul>
</nav>
</header>
<!-- PICKS SECTION -->
<section id="picks">
<h1>Our picks for 2023</h1>
<p>Here are the list of books we are going to read this year.</p>
<!-- DIV with all the books picked for the year -->
<div id="container-books">
<div class="books">
<h3>January</h3>
<img src="assets/images/books/january.jpeg" alt="January Book: Nothin' But a Good Time">
<p>Nothin' But a Good Time</p>
<p>by Tom Beaujour & Richard Bienstock</p>
<a href="https://amzn.eu/d/dkbBEtK" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy January's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>February</h3>
<img src="assets/images/books/february.jpeg" alt="February Book: Fire and Blood">
<p>Fire and Blood</p>
<p>by George R. R. Martin</p>
<a href="https://amzn.eu/d/dixeRZC" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy February's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>March</h3>
<img src="assets/images/books/march.jpeg" alt="March Book: Friends, Lovers and the Big Terrible Thing">
<p>Friends, Lovers and the Big Terrible Thing</p>
<p>by Mathew Perry</p>
<a href="https://amzn.eu/d/f8i3lu4" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy March's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>April</h3>
<img src="assets/images/books/april.jpeg" alt="April Book: Find Your Why">
<p>Find Your Why</p>
<p>by Simon Sinek</p>
<a href="https://amzn.eu/d/dRjPNbj" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy April's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>May</h3>
<img src="assets/images/books/may.jpeg" alt="May Book: The Storyteller: Tales of Life and Music">
<p>The Storyteller: Tales of Life and Music</p>
<p>by Dave Grohl</p>
<a href="https://amzn.eu/d/1HxvNVd" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy May's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>June</h3>
<img src="assets/images/books/june.jpeg" alt="June Book: The 5 AM Club: Own Your Morning. Elevate Your Life">
<p>The 5 AM Club: Own Your Morning. Elevate Your Life</p>
<p>by Robin Sharma</p>
<a href="https://amzn.eu/d/bdmOGC4" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy June's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>July</h3>
<img src="assets/images/books/july.jpeg" alt="July Book: The First 21">
<p>The First 21</p>
<p>by Nikki Sixx</p>
<a href="https://amzn.eu/d/0kpID6H" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy July's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>August</h3>
<img src="assets/images/books/august.jpeg" alt="August Book: Beautiful World, Where Are You">
<p>Beautiful World, Where Are You</p>
<p>by Sally Rooney</p>
<a href="https://amzn.eu/d/dQfmawu" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy August's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>September</h3>
<img src="assets/images/books/september.jpeg" alt="September Book: Beyond the Wand">
<p>Beyond the Wand</p>
<p>by Tom Felton</p>
<a href="https://amzn.eu/d/9ykCe6Q" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy September's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>October</h3>
<img src="assets/images/books/october.webp" alt="October Book: The Midnight Library">
<p>The Midnight Library</p>
<p>by Matt Haig</p>
<a href="https://amzn.eu/d/5e2ovJf" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy October's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>November</h3>
<img src="assets/images/books/november.jpeg" alt="November Book: Madly, Deeply: The Alan Rickman Diaries">
<p>Madly, Deeply: The Alan Rickman Diaries</p>
<p>by Alan Rickman</p>
<a href="https://amzn.eu/d/7NKXcok" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy November's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
<div class="books">
<h3>December</h3>
<img src="assets/images/books/december.jpeg" alt="December Book: The Opposite of Butterfly Hunting">
<p>The Opposite of Butterfly Hunting</p>
<p>by Evanna Lynch</p>
<a href="https://amzn.eu/d/6pNeo1z" target="_blank" rel="noopener" class="books-button" aria-label="Go to Amazon to buy December's book (opens in a new tab)">
<i class="fa-brands fa-amazon"></i> Buy on Amazon
</a>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="reverse-section">
<p>© Everything is Better with Pizza Book Club</p>
<p>Website developed by Tanise Carvalho as part of the Code Institute Diploma in Full Stack Software Development</p>
<div id="footer-links">
<a href="https://github.com/tanisecarvalho" target="_blank" rel="noopener" aria-label="Link to the developer's GitHub Page"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/tanisecarvalho/" target="_blank" rel="noopener" aria-label="Link to the developer's LinkedIn Page"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</footer>
<!-- font awesome script -->
<script src="https://kit.fontawesome.com/8c15ffabc0.js" crossorigin="anonymous"></script>
</body>
</html>