-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
304 lines (272 loc) · 15 KB
/
index.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- The application-name meta tag will be used only when it is a web application -->
<meta name="application-name" content="Books.Modern Developer">
<meta name="author" content="Sebastian Nagy and Carlos Astrada">
<meta name="description" content="----Todo----">
<!-- Most search engines that use this meta tag for indexing will only index the first ~20 words -->
<meta name="keywords" content="---Todo1---, ---Todo2----">
<!-- The robots attribute, supported by several major search engines -->
<meta name="robots" content="all">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Books.Modern Developer</title>
<!-- all CSS files -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" href="resources/css/main.css">
</head>
<body>
<!-- WRAPPER FOR THE WHOLE WEB APP-->
<div class="wrapper">
<!-- ============= -->
<!-- MAIN HEADER -->
<header class="main-header">
<div class="main-header__center-container">
<div class="header-logo logo">
<img src="resources/images/books.MD_logo_icon.png" alt="books.modern-developer logo">
</div>
<div class="header-title">
<h1><span>Books.</span> Modern Developer</h1>
<p>The Largest Resource of Web and Mobile Development and Programming Books</p>
</div>
<div class="search">
<input type="search" id="header-search" placeholder="Search books by any keyword or title....">
<div class="search-icon"><i class="fa fa-search fa-lg" aria-hidden="true"></i></div>
</div>
</div>
</header>
<!-- ============= -->
<!-- MAIN NAVIGATION -->
<nav class="main-nav">
<ul>
<li class="nav-li"><a href="#" class="active"></a>UI/UX Design</li>
<li class="nav-li"><a href="#"></a>Web Programming</li>
<li class="nav-li"><a href="#"></a>Frontend Development</li>
<li class="nav-li"><a href="#"></a>JavaScript</li>
<li class="nav-li"><a href="#"></a>Mobile Development</li>
<li class="nav-li"><a href="#"></a>Backend Development</li>
</ul>
</nav>
<!-- ============= -->
<!-- MAIN CONTENT -->
<main>
<!-- ============= -->
<!-- FIRST BOOK -->
<section class="books">
<div class="books-split">
<article class="book-presentation">
<header>
<h2>Eloquent JavaScript:<br>A Modern Introduction to Programming</h2>
<div class="book-data">
<p>by <span>Martin Haverbeke</span></p>
<input type="button" value="Follow">
<p>Published on 2015</p>
<p>2nd edition</p>
</div><!-- DIV book-data -->
</header>
<div class="book-content-1">
<div class="book-desc">
<p>
JavaScript lies at the hear of almost every modern web application, from social apps to the newest
browser-based games. Though simple for beginners to pick up and play with, JavaScript is a
flexible, complex language that you can use to build full-scale applications.
</p>
<p>
Eloquent JavaScript, 2nd Edition dives deep into the JavaScript language to show you how to write
beautiful, effective code.
</p>
<a href="#">Read more</a>
</div><!--DIV book-desc -->
</div><!--DIV book-content-1 -->
<div class="book-content-2">
<div class="group-range">
<label class="lbl-yellow" for="range-yellow">Easy to follow</label>
<input type="range" id="range-yellow-1" class="range-yellow" min="0" max="100" step="5" value="80">
<label class="lbl-green" for="range-green">Comprehensive</label>
<input type="range" id="range-green-1" class="range-green" min="0" max="100" step="5" value="75">
<label class="lbl-blue" for="range-blue">Enough examples</label>
<input type="range" id="range-blue-1" class="range-blue" min="0" max="100" step="5" value="95">
</div><!--DIV group-range-->
<div class="group-rating">
<a href="#">Rate the Book</a>
<a href="#">Table of Contents</a>
<a href="#">Search Inside</a>
</div><!--DIV group-rating -->
</div><!--DIV book-content-2 -->
</article> <!-- ARTICLE book-presentation -->
<figure class="book-cover">
<img src="resources/images/cover-eloquent-js.png" alt="javascript book eloquent" width="359" height="473">
</figure>
</div><!--DIV books-split -->
<div class="book-footer">
<!-- All PURCHASE BUTTON -->
<div class="book-banner button">
<p><img src="resources/images/gumroad-icon.png" alt="gumroad button"></p>
<p>$ 28.40</p>
</div>
<div class="book-banner button">
<p><img src="resources/images/amazon_icon.png" alt="gumroad button"></p>
<p>$ 29.65</p>
</div>
<div class="book-banner button">
<p><img src="resources/images/manning_icon.png" alt="gumroad button"></p>
<p>$ 28.70</p>
</div>
<div class="book-bookmark-split">
<a href="#"><i class="material-icons">library_books</i></a>
<div class="book-bookmark"></div>
</div>
</div><!-- DIV book-footer -->
</section><!-- SECTION BOOKS -->
<!-- ============= -->
<!-- SECOND BOOK -->
<section class="books">
<div class="books-split">
<article class="book-presentation">
<header>
<h2>JavaScript and JQuery:<br>Interactive Front-End Web Development</h2>
<div class="book-data">
<p>by <span>Martin Haverbeke</span></p>
<input type="button" value="Follow">
<p>Published on 2016</p>
<p>1st edition</p>
</div><!-- DIV book-data -->
</header>
<div class="book-content-1">
<div class="book-desc">
<p>
In JavaScript & jQuery renowned author Jon Duckett discards the traditional programming book template
and approaches writing code in a more relevant, less intimidating way.
</p>
<p>
Full-color and packed with instructional graphics and photos, his books have gained a loyal following
by illustrating programming in a way both instructive for newcomers and invaluable for seasoned coders.
</p>
<a href="#">Read more</a>
</div><!--DIV book-desc -->
</div><!--DIV book-content-1 -->
<div class="book-content-2">
<div class="group-range">
<label class="lbl-yellow" for="range-yellow">Easy to follow</label>
<input type="range" id="range-yellow-2" class="range-yellow" min="0" max="100" step="5" value="80">
<label class="lbl-green" for="range-green">Comprehensive</label>
<input type="range" id="range-green-2" class="range-green" min="0" max="100" step="5" value="75">
<label class="lbl-blue" for="range-blue">Enough examples</label>
<input type="range" id="range-blue-2" class="range-blue" min="0" max="100" step="5" value="95">
</div><!--DIV group-range-->
<div class="group-rating">
<a href="#">Rate the Book</a>
<a href="#">Table of Contents</a>
<a href="#">Search Inside</a>
</div><!--DIV group-rating -->
</div><!--DIV book-content-2 -->
</article> <!-- ARTICLE book-presentation -->
<figure class="book-cover">
<img src="resources/images/cover-javascript-and-jquery.png" alt="javascript book eloquent" width="359" height="473">
</figure>
</div><!--DIV books-split -->
<div class="book-footer">
<div class="book-banner button"><input type="button" value="Download the Book"></div>
<div class="book-bookmark-split">
<a href="#"><i class="material-icons">library_books</i></a>
<div class="book-bookmark"></div>
</div>
</div><!-- DIV book-footer -->
</section><!-- SECTION BOOKS -->
<!-- ============= -->
<!-- SECOND BOOK - PREVIEW -->
<!-- ============= -->
<!-- THIRD BOOK -->
<section class="books">
<div class="books-split">
<article class="book-presentation">
<header>
<h2>Learning PHP, MySQL & JavaScript:<br> With jQuery,CSS & HTML5</h2>
<div class="book-data">
<p>by <span>Martin Haverbeke</span></p>
<input type="button" value="Follow">
<p>Published on 2016</p>
<p>4st edition</p>
</div><!-- DIV book-data -->
</header>
<div class="book-content-1">
<div class="book-desc">
<p>
Build interactive, data-driven websites with the potent combination of open-source technologies and
web standards, even if you have only basic HTML knowledge. With this popular hands-on guide, you'll
tackle dynamic web programming with the help of today's core technologies: PHP, MySQL, JavaScript,
jQuery, CSS, and HTML5.
</p>
<p>
By discussing JavaScript and jQuery in a single text, Duckett ensures you will quickly be writing
your own.
</p>
<a href="#">Read more</a>
</div><!--DIV book-desc -->
</div><!--DIV book-content-1 -->
<div class="book-content-2">
<div class="group-range">
<label class="lbl-yellow" for="range-yellow">Easy to follow</label>
<input type="range" id="range-yellow-3" class="range-yellow" min="0" max="100" step="5" value="80">
<label class="lbl-green" for="range-green">Comprehensive</label>
<input type="range" id="range-green-3" class="range-green" min="0" max="100" step="5" value="75">
<label class="lbl-blue" for="range-blue">Enough examples</label>
<input type="range" id="range-blue-3" class="range-blue" min="0" max="100" step="5" value="95">
</div><!--DIV group-range-->
<div class="group-rating">
<a href="#">Rate the Book</a>
<a href="#">Table of Contents</a>
<a href="#">Search Inside</a>
</div><!--DIV group-rating -->
</div><!--DIV book-content-2 -->
</article> <!-- ARTICLE book-presentation -->
<figure class="book-cover">
<img src="resources/images/cover-oreilly.png" alt="javascript book eloquent" width="359" height="473">
</figure>
</div><!--DIV books-split -->
<div class="book-footer">
<!-- All PURCHASE BUTTON -->
<div class="book-banner button">
<p><img src="resources/images/gumroad-icon.png" alt="gumroad button"></p>
<p>$ 28.40</p>
</div>
<div class="book-banner button">
<p><img src="resources/images/amazon_icon.png" alt="gumroad button"></p>
<p>$ 29.65</p>
</div>
<div class="book-banner button">
<p><img src="resources/images/manning_icon.png" alt="gumroad button"></p>
<p>$ 28.70</p>
</div>
<div class="book-bookmark-split">
<a href="#"><i class="material-icons">library_books</i></a>
<div class="book-bookmark"></div>
</div>
</div><!-- DIV book-footer -->
</section><!-- SECTION BOOKS -->
<div class="load-books">
<p><a href="#">LOAD MORE BOOKS</a></p>
</div>
</main>
<!-- ============= -->
<!-- MAIN FOOTER -->
<footer class="main-footer">
<div class="main-footer_center-container">
<div class="footer-title">
<img class="footer-logo" src="resources/images/books.MD_footer_logo_icon.png" alt="footer-logo">
<h3><span>Books</span>.Modern Developer</h3>
<p>© 2016 Modern Developer Inc.<br><span>[email protected]</span></p>
</div>
</div>
</footer>
</div><!-- WRAPPER -->
<!-- all required JS files -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<script src="https://use.fontawesome.com/3449abbf96.js"></script>
</body>
</html>