-
Notifications
You must be signed in to change notification settings - Fork 2
/
ebooks.html
274 lines (255 loc) Β· 7.66 KB
/
ebooks.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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<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="ebook guide for beginners to build their first crud Restful API with node js, express js, mongodb, harperdb, and API testing tool such as hopscotch, postman "
/>
<!-- favicons -->
<link
rel="apple-touch-icon"
sizes="57x57"
href="./favicon/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="./favicon/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="./favicon/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="./favicon/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="./favicon/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="./favicon/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="./favicon/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="./favicon/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./favicon/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="./favicon/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="./favicon/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./favicon/favicon-16x16.png"
/>
<link rel="manifest" href="./favicon/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<!-- page style -->
<link rel="stylesheet" href="./ebooks.css" />
<!-- fontawesome -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"
crossorigin="anonymous"
/>
<!-- animation css -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- traffic analytics -->
<script
defer
data-domain="unclebigbay.dev/ebooks.html"
src="https://plausible.io/js/plausible.js"
></script>
<title>First Restful API project for beginners</title>
</head>
<body class="flex-center">
<header>
<div class="top-header">
<h2>π Join the waiting list for my upcoming e-book π</h2>
</div>
</header>
<main>
<div class="section-1">
<section class="hero flex-center">
<h1>First Restful API project for beginners</h1>
<div class="ebook-cover-page">
<img
src="./ebook-cover-page.jpg"
alt="ebook cover page"
width="100%"
height="100%"
data-aos="zoom-in"
/>
</div>
<!-- share button -->
<div class="share-btn">
<a
href="https://cutt.ly/FEOp6Fj"
target="_blank"
rel="noopener noreferrer"
>
<i class="fa fa-share"></i>
share with friends
</a>
</div>
</section>
<!-- pitch section scroll -->
<div class="section-scroll" data-aos="fade-down">
<a href="#pitch-card">
<i class="far fa-arrow-alt-circle-down"></i>
</a>
</div>
</div>
<!-- what the book will contain -->
<section class="pitch-card flex-center" id="pitch-card">
<h3>What the ebook will contain</h3>
<p class="pitch-point">β
An overview of how API works.</p>
<p class="pitch-point">
β
Project to help overcome the fear of building an API.
</p>
<p class="pitch-point">
β
Contains guides you can re-use in any other projects.
</p>
<p class="pitch-point">
β
Choose between project with
<a
href="https://harperdb.io/"
target="_blank"
rel="noopener noreferrer"
>Harperdb database</a
>or
<a
href="https://www.mongodb.com/"
target="_blank"
rel="noopener noreferrer"
>Mongodb</a
>.
</p>
<p class="pitch-point">
β
A project to be proud of after completing the ebook.
</p>
<p class="pitch-point">
β
Choose between project with
<a
href="https://harperdb.io/"
target="_blank"
rel="noopener noreferrer"
>Hopscotch</a
>or
<a
href="https://www.mongodb.com/"
target="_blank"
rel="noopener noreferrer"
>Postman</a
>API testing tool.
</p>
<p class="pitch-point">
β
A project to be proud of after completing the ebook.
</p>
<p class="pitch-point">
β
Links to useful resources and complete source code.
</p>
<p class="pitch-point">
β
Join a discord channel of people using the ebook for support,
ideas, and collaboration on broading the knowledge you gain from the
ebook.
</p>
<!-- wait list form scroll icon -->
<div class="section-scroll" data-aos="fade-down">
<a href="#wait-list-form">
<i class="far fa-arrow-alt-circle-down"></i>
</a>
</div>
</section>
<section class="wait-list-form flex-center" id="wait-list-form">
<form action="./success.html" name="waitlist" netlify>
<h1 class="form-heading">join wait list</h1>
<!-- fullname -->
<div class="input-wrapper flex-center">
<label for="fullname">Preferred name</label>
<input required type="text" id="fullname" name="fullname" />
</div>
<!-- email -->
<div class="input-wrapper flex-center">
<label for="email">email address</label>
<input required type="email" id="email" name="email" />
</div>
<!-- country -->
<div class="input-wrapper flex-center">
<label for="country">country</label>
<input required type="text" id="country" name="country" />
</div>
<div class="input-wrapper flex-center">
<button>Notify me when it's out!!!</button>
</div>
<!-- bmc -->
<div class="support">
<a
href="https://www.buymeacoffee.com/unclebigbay"
target="_blank"
rel="noopener noreferrer"
>support with a coffee β</a
>
</div>
</form>
</section>
</main>
<footer class="flex-center">
<h1>
Designed by
<a
href="
https://twitter.com/intent/follow?screen_name=unclebigbay143"
target="_blank"
rel="noopener noreferrer"
>unclebigbay</a
>
© 2021
</h1>
</footer>
<!-- animation scripts -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>