-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding.html
708 lines (686 loc) · 35.6 KB
/
landing.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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Landing item</title>
<link href='http://fonts.googleapis.com/css?family=Libre+Baskerville|Open+Sans:400,300,600' rel='stylesheet'>
<link rel="stylesheet" href="bootstrap-3.3.4-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="http://vitalets.github.io/x-editable/assets/select2/select2.css">
<link rel="stylesheet" href="http://vitalets.github.io/x-editable/assets/x-editable/bootstrap3-editable/css/bootstrap-editable.css">
<link rel="stylesheet" href="font-awesome-4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/landing_style.css">
</head>
<body class="landing_item">
<header class="main_header sticky_header">
<div class="container custom_padding">
<a href="#" class="logo logo_scroll pull-left hide"><span>CF</span></a>
<div class="top_box">
<a href="#" class="logo pull-left">
<span class="hidden-xs"><img class="img-responsive" src="images/mar23-cf-logo.png" alt="Logo"></span>
<span class="visible-xs-block">CF</span>
</a>
<ul class="top_right_block nav navbar-nav navbar-right">
<li class="dropdown jsMegaDrop wrapp_notification active">
<span class="box_icon jsMegaDropBt dropdown-toggle">
<i class="notification_icon glyphicon glyphicon-flag"></i>
<span class="counter">12</span>
</span>
<div class="box_notification dropdown-menu">
<h2 class="top_title">
<span class="notif_title">My Notifications</span>
<a href="#" class="settings_link pull-right">Settings</a>
</h2>
<div class="scroll_notification wrapper scroll_wrapper">
<div class="scroller">
<article class="item_notific clearfix alert fade in">
<picture class="pull-left">
<source srcset="images/ava01.jpg, images/2x/ava01.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
<div class="pull-right">
<ul class="list_tool pull-right list-unstyled">
<li class="time">4h</li>
<li class="hover_block">
<button type="button" class="close" data-dismiss="alert"><span>×</span></button>
</li>
</ul>
<picture class="wrapp_book">
<source srcset="images/book01.jpg, images/2x/book01.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
</div>
<div class="txt_box">
<p class="user_invite_name"><a href="#">Einstein Rare Books</a> invited you to view a new listing</p>
<h1><i class="fa fa-angle-right"></i><strong> Leonhard, Euler.</strong><em> Introductio in Analysin Infinitorum.</em></h1>
<p class="content_txt">FIRST EDITION of Euler's foundational work on mathematical analysis."In his 'Introduction to Mathematical Analysis</p>
</div>
</article>
<article class="item_notific clearfix alert fade in">
<picture class="pull-left">
<source srcset="images/ava03.jpg, images/2x/ava03.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
<div class="pull-right">
<ul class="list_tool pull-right list-unstyled">
<li class="time">6h</li>
<li class="hover_block collapse">
<button type="button" class="close" data-dismiss="alert"><span>×</span></button>
</li>
</ul>
<picture class="wrapp_book">
<source srcset="images/book03.jpg, images/2x/book03.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
</div>
<div class="txt_box">
<p class="user_invite_name"><a href="#">Einstein Rare Books</a> invited you to view a new listing</p>
<h1><i class="fa fa-angle-right"></i><strong> Salinger, J.D.</strong><em> The Catcher in the Rye.</em></h1>
<p class="content_txt">FIRST EDITION of The Catcher in the Rye, in correct first issue dust jacket (with Salinger's portrait on rear panel andportrait on rear panel and</p>
</div>
</article>
<article class="item_notific clearfix alert fade in">
<picture class="pull-left">
<source srcset="images/ava01.jpg, images/2x/ava01.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
<div class="pull-right">
<ul class="list_tool pull-right list-unstyled">
<li class="time">4h</li>
<li class="hover_block collapse">
<button type="button" class="close" data-dismiss="alert"><span>×</span></button>
</li>
</ul>
<picture class="wrapp_book">
<source srcset="images/book01.jpg, images/2x/book01.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
</div>
<div class="txt_box">
<p class="user_invite_name"><a href="#">Einstein Rare Books</a> invited you to view a new listing</p>
<h1><i class="fa fa-angle-right"></i><strong> Leonhard, Euler.</strong><em> Introductio in Analysin Infinitorum.</em></h1>
<p class="content_txt">FIRST EDITION of Euler's foundational work on mathematical analysis."In his 'Introduction to Mathematical Analysis</p>
</div>
</article>
<article class="item_notific clearfix alert fade in">
<picture class="pull-left">
<source srcset="images/ava03.jpg, images/2x/ava03.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
<div class="pull-right">
<ul class="list_tool pull-right list-unstyled">
<li class="time">6h</li>
<li class="hover_block collapse">
<button type="button" class="close" data-dismiss="alert"><span>×</span></button>
</li>
</ul>
<picture class="wrapp_book">
<source srcset="images/book03.jpg, images/2x/book03.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
</div>
<div class="txt_box">
<p class="user_invite_name"><a href="#">Einstein Rare Books</a> invited you to view a new listing</p>
<h1><i class="fa fa-angle-right"></i><strong> Salinger, J.D.</strong><em> The Catcher in the Rye.</em></h1>
<p class="content_txt">FIRST EDITION of The Catcher in the Rye, in correct first issue dust jacket (with Salinger's portrait on rear panel andportrait on rear panel and</p>
</div>
</article>
<article class="item_notific clearfix alert fade in">
<picture class="pull-left">
<source srcset="images/ava01.jpg, images/2x/ava01.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
<div class="pull-right">
<ul class="list_tool pull-right list-unstyled">
<li class="time">4h</li>
<li class="hover_block collapse">
<button type="button" class="close" data-dismiss="alert"><span>×</span></button>
</li>
</ul>
<picture class="wrapp_book">
<source srcset="images/book01.jpg, images/2x/book01.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
</div>
<div class="txt_box">
<p class="user_invite_name"><a href="#">Einstein Rare Books</a> invited you to view a new listing</p>
<h1><i class="fa fa-angle-right"></i><strong> Leonhard, Euler.</strong><em> Introductio in Analysin Infinitorum.</em></h1>
<p class="content_txt">FIRST EDITION of Euler's foundational work on mathematical analysis."In his 'Introduction to Mathematical Analysis</p>
</div>
</article>
<article class="item_notific clearfix alert fade in">
<picture class="pull-left">
<source srcset="images/ava03.jpg, images/2x/ava03.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
<div class="pull-right">
<ul class="list_tool pull-right list-unstyled">
<li class="time">6h</li>
<li class="hover_block collapse">
<button type="button" class="close" data-dismiss="alert"><span>×</span></button>
</li>
</ul>
<picture class="wrapp_book">
<source srcset="images/book03.jpg, images/2x/book03.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
</div>
<div class="txt_box">
<p class="user_invite_name"><a href="#">Einstein Rare Books</a> invited you to view a new listing</p>
<h1><i class="fa fa-angle-right"></i><strong> Salinger, J.D.</strong><em> The Catcher in the Rye.</em></h1>
<p class="content_txt">FIRST EDITION of The Catcher in the Rye, in correct first issue dust jacket (with Salinger's portrait on rear panel andportrait on rear panel and</p>
</div>
</article>
</div><!-- scroller -->
<div class="scroller_bar_wrapper"><div class="scroller_bar"></div></div>
</div><!-- scroll_notification -->
<a href="#" class="load_more_notific">Load More Notifications</a>
</div><!-- box_notification -->
</li>
<li class="wrapp_mail active">
<span class="box_icon">
<i class="mail_icon glyphicon glyphicon-envelope"></i>
<span class="counter">12</span>
</span>
</li>
<li class="dropdown user_dropdown jsMegaDrop">
<a class="color_blue text-uppercase dropdown-toggle fw_semibold jsMegaDropBt" href="#">Modernfirsts<i class="color_black caret"></i></a>
<div class="box_user_drop dropdown-menu">
<div class="wrapper scroll_wrapper">
<div class="scroller">
<div class="col-sm-3 wrapp_snapshot">
<div class="profile_avatar box_flex_centered jsUserDropAva">
<div class="jsDropTemplate">
<picture>
<img src="" alt="" class="img-responsive" data-dz-thumbnail>
</picture>
<a href="#" class="del_bt" data-dz-remove>
<span class="delete_txt">Delete</span>
</a>
</div>
<div class="dz-message" data-dz-message>
<span class="sign">?</span>
<p class="select_txt">Select a Profile Picture</p>
<p class="help_txt">(Use a photo of anything you’d like)</p>
</div>
</div>
<p>
<span class="profile_name">PaperbackWriter</span>
<span class="profile_since">Member since 4/5/203</span>
</p>
<div class="profile_box keywords empty_editable jsEditParent">
<h3 class="profile_small_title">Keywords <a href="jsEditableTags" class="jsEditCloneBt">(edit)</a></h3>
<div class="box_edit_profile"><p data-type="select2" class="editable-empty jsEditableTags"></p></div>
</div>
</div><!-- wrapp_snapshot -->
<div class="col-sm-5 wrapp_edit_info">
<div class="profile_box my_collection empty_editable jsEditParent">
<h3 class="profile_small_title">My collection <a href="jsEditCollection" class="jsEditCloneBt">(edit)</a></h3>
<div class="box_edit_profile"><p data-type="textarea" class="editable-empty jsEditCollection"></p></div>
</div>
<div class="profile_box">
<h3 class="profile_small_title">Looking to acquire<a href="#" class="view_all">(6 total, view all)</a></h3>
<ul class="box_edit_profile profile_list list-unstyled">
<li><p class="title"><i class="fa fa-angle-right"></i>First Edition of Huck Finn by Mark Twain (Samuel Clements)</p></li>
<li><p class="title"><i class="fa fa-angle-right"></i>I own a fairly extensive collection of books on coolsite collectorsfolio</p></li>
<li><p class="title"><i class="fa fa-angle-right"></i>Trevanian Shibumi, signed, fine</p></li>
<li><p class="title"><i class="fa fa-angle-right"></i>I own a fairly extensive collection of books on.</p></li>
</ul>
</div>
</div>
<div class="col-sm-4 wrapp_user_nav">
<div class="profile_box">
<ul class="user_drop_nav list-unstyled">
<li><a href="#"><i class="fa fa-user"></i>View Full Profile</a></li>
<li><a href="#"><i class="fa fa-globe"></i>Create a Want Lisitng</a></li>
<li><a href="#"><i class="fa fa-tags"></i>Something to Sell?</a></li>
<li><a href="#" class="logout pull-right">Log Out</a><a href="#"><i class="fa fa-cog"></i>My Settings</a></li>
</ul>
</div>
<div class="profile_box">
<h3 class="profile_small_title"><a href="#" class="view_all pull-right">view all</a>Recent favorites</h3>
<ul class="saved_list_img list-inline">
<li class="box_flex_centered">
<picture>
<source srcset="images/saved02.jpg, images/2x/saved02.jpg 2x" media="(min-width:768px)">
<img src="" alt="" class="img-responsive">
</picture>
</li>
<li class="box_flex_centered">
<picture>
<source srcset="images/saved03.jpg, images/2x/saved03.jpg 2x" media="(min-width:768px)">
<img src="" alt="" class="img-responsive">
</picture>
</li>
</ul>
<div class="text-center hide">
<i class="placehold_icon fa fa-star-o"></i>
<p class="placehold_txt">“Save” books for later and watch them appear in this space.</p>
</div>
</div>
</div>
</div><!-- scroller -->
<div class="scroller_bar_wrapper"><div class="scroller_bar"></div></div>
</div><!-- scroll_wrapper -->
</div><!-- box_user_drop -->
</li>
</ul>
<form action="" class="search_form">
<div class="box_icon_in_input">
<input type="text" class="form-control">
<button type='submit' class="icon fa fa-search"></button>
</div>
</form>
</div>
<nav class="main_nav row" role="navigation" class="row">
<!-- Toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle jsBtNav">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="nav_box" id="sidr" style="display: none">
<ul class="list-inline list_justify text-uppercase pc_nav">
<li><a href="#">Shop</a></li>
<li><a href="#">Literature</a></li>
<li class="hide_link_768_991"><a href="#">Art & photobooks</a></li>
<li class="dropdown scroll_add_nav">
<a aria-expanded="false" role="button" data-toggle="dropdown" class="dropdown-toggle" href="#">More<i class="color_black caret"></i></a>
<ul role="menu" class="dropdown-menu left_arrow">
<li><a href="#">History & culture</a></li>
<li><a href="#">Sciences</a></li>
<li class="show_link_768_991"><a href="#">Art & photobooks</a></li>
<li class="show_link_768_991"><a href="#">Classifieds</a></li>
</ul>
</li>
<li class="hide_link"><a href="#">History & culture</a></li>
<li class="hide_link"><a href="#">Sciences</a></li>
<li><a href="#">Catalogues</a></li>
<li class="hide_link_768_991"><a href="#">Classifieds</a></li>
<li><a href="#">Market Notes</a></li>
<li class="helper"></li>
</ul>
<ul class="mobile_nav list-unstyled visible-xs-block">
<li class="wellcome color_blue">
<span class="fw_normal">Welcome</span>
<span class="d_block fw_semibold">Modernfirsts</span>
</li>
<li><a href="#" class="empty_link"></a> </li>
<li><a href="#">Shop</a></li>
<li><a href="#">Literature</a></li>
<li><a href="#">Art & photobooks</a></li>
<li><a href="#">History & culture</a></li>
<li><a href="#">Sciences</a></li>
<li><a href="#">Catalogues</a></li>
<li><a href="#">Classifieds</a></li>
<li><a href="#">Market Notes</a></li>
<li><a href="#" class="empty_link"></a> </li>
<li class="set_profile">
<a class="color_blue fw_normal" href="#">
View My Profile
<span class="wrapp_notification active">
<span class="box_icon">
<i class="notification_icon glyphicon glyphicon-flag"></i>
<span class="counter">12</span>
</span>
</span>
<span class="wrapp_mail active">
<span class="box_icon">
<i class="mail_icon glyphicon glyphicon-envelope"></i>
<span class="counter">12</span>
</span>
</span>
</a>
<a class="color_blue fw_normal" href="#">My Settings</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div><!-- container custom_padding -->
</header>
<div class="container custom_padding proxima_novalight">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Marketplace</a></li>
<li><a href="#">Art</a></li>
<li class="active">This Piece of Art</li>
</ol>
<div class="row">
<div class="col-sm-5 images_wrapp">
<picture>
<source srcset="images/product.jpg, images/2x/product.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
<ul class="thumbs_list list-inline">
<li>
<a href="#">
<picture>
<source srcset="images/product_thumb.jpg, images/2x/product_thumb.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
</a>
</li>
<li>
<a href="#">
<picture>
<source srcset="images/product_thumb02.jpg, images/2x/product_thumb02.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
</a>
</li>
</ul>
<ul class="social_list text-center list-inline hidden-xs">
<li><a data-original-title="Facebook post" data-toggle="tooltip" class="fb" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a data-original-title="Google post" data-toggle="tooltip" class="glpl" href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a data-original-title="Tweet" data-toggle="tooltip" class="tw" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a data-original-title="Linkedin" data-toggle="tooltip" class="ldin" href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a data-original-title="Mail" data-toggle="tooltip" href="#"><i class="fa fa-envelope"></i></a></li>
<li><a data-original-title="Print" data-toggle="tooltip" href="#"><i class="fa fa-print"></i></a></li>
</ul>
</div><!-- col-sm-5 -->
<div class="col-sm-7 main_content">
<h1 class="author_name">Beckett, Samuel</h1>
<h2 class="main_h1">En attendant Godot</h2>
<p class="where_when_wrote">Paris: Les Editions de Minuit, 1952.</p>
<p class="offered_by"><span>offered by</span>Einstein Rare Book Company</p>
<p class="main_txt">17pt. 2014. Acrylic and white out on canvas, 2014, 11 X 14 inches, SIGNED and dated on the verso of the canvas. Fine. Lorem ipsum dolor sit amet, consectet ur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p class="price">$1,750</p>
<div class="wrapp_buy_btn">
<button class="buy_btn">Buy Now</button>
<button class="offer_btn" data-target="#offerModal" data-toggle="modal">Make an offer</button>
</div>
<ul class="social_list list-inline visible-xs-block">
<li><a data-original-title="Facebook post" data-toggle="tooltip" class="fb" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a data-original-title="Google post" data-toggle="tooltip" class="glpl" href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a data-original-title="Tweet" data-toggle="tooltip" class="tw" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a data-original-title="Linkedin" data-toggle="tooltip" class="ldin" href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a data-original-title="Mail" data-toggle="tooltip" href="#"><i class="fa fa-envelope"></i></a></li>
<li><a data-original-title="Print" data-toggle="tooltip" href="#"><i class="fa fa-print"></i></a></li>
</ul>
<ul class="list_nav_product list-inline">
<li><a href="#requstModal" data-toggle="modal"><i class="fa fa-question-circle"></i>Ask a Question</a></li>
<li><a href="#"><i class="fa fa-plane"></i>Shipping & Returns</a></li>
<li><a href="#"><i class="fa fa-home"></i>Dealer Profile</a></li>
</ul>
<h3 class="offered_company_title">Offered by Einstein Rare Book Company</h3>
<p class="offered_company_txt">16pt. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<div class="product_list_content">
<p class="see_more_txt">More from Einstein Rare Book Company (<a href="#">See All</a>)</p>
<div class="product_list text-center">
<article class="col-md-3 col-xs-6 wrapper_product jsModalContent">
<div class="box_product_item clearfix">
<a href="productLink.com" class="box_flex_centered">
<picture class="product_img">
<source class="jsBookImg" srcset="images/listed01.jpg">
<img src="" alt="" class="img-responsive">
</picture>
</a>
<div class="product_txt">
<a href="productLink.com">
<header>
<h1 class="jsTitle">Evolutionary Game Theory: First Editions of Four Key Papers by Richard Lewontin and John Maynard Smith</h1>
<p class="category collapse jsSomeTxt">Grapefruit</p>
<p class="where_wroten collapse jsWhereWrote">Tokyo: Wunternaum Press, 1964.</p>
<span class="savebox jsDelBt color_blue">
<span class="jsWrappSaveIcons">
<i class="fa fa-star jsSavedIcon"></i> x Remove
</span>
</span>
</header>
<div class="describe_txt jsContentTxt"><p>Second edition of Galileo's collected works; an important edition containing a wealth of material (nearly all of volume 3) not included in the 1655-56 first collected edition.</p><p>The first two volumes are essentially a reprint of the 1655-56 Bologna edition, while the third volume contains previously unpublished material. Sometimes referred to as the "first complete edition", although this edition does not include the Dialogo nor the Letter to the Grand Duchess Cristina, both of which were still on the Index Prohibitorum. Edited by Tommaso Buonaventuri.</p><p>The first two volumes are essentially a reprint of the 1655-56 Bologna edition, while the third volume contains previously unpublished material. Sometimes referred to as the "first complete edition", although this edition does not include the Dialogo nor the Letter to the Grand Duchess Cristina, both of which were still on the Index Prohibitorum. Edited by Tommaso Buonaventuri.</p></div>
</a>
<footer>
<span class="price jsPrice">$25,000</span>
<div class="wrapp_offered_quick">
<p class="offered_name"><span>offered by</span> <a href="#">Einstein Rare Book Company</a></p>
<a href="#bookModal" class="queck_view jsQueickViewBt"><i class="fa fa-external-link"></i>Quick View</a>
</div>
</footer>
</div>
</div>
</article>
<article class="col-md-3 col-xs-6 wrapper_product jsModalContent">
<div class="box_product_item clearfix">
<a href="productLink.com" class="box_flex_centered">
<picture class="product_img">
<source class="jsBookImg" srcset="images/listed02.jpg">
<img src="" alt="" class="img-responsive">
</picture>
</a>
<div class="product_txt">
<a href="productLink.com">
<header>
<h1 class="jsTitle">Evolutionary Game Theory: First Editions of Four Key Papers by Richard Lewontin and John Maynard Smith</h1>
<p class="category collapse jsSomeTxt">Grapefruit</p>
<p class="where_wroten collapse jsWhereWrote">Tokyo: Wunternaum Press, 1964.</p>
<span class="savebox jsDelBt color_blue">
<span class="jsWrappSaveIcons">
<i class="fa fa-star jsSavedIcon"></i> x Remove
</span>
</span>
</header>
<div class="describe_txt jsContentTxt">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vel libero ut mi elementum adipiscing ut sed lacus. Nulla eget tempor dolor. Aenean eget metus nisi, sed mattis lectus. Ut vitae pretium dolor. Ut nec dui vitae nisl suscipit volutpat vel eu sapien. Donec suscipit massa ut sapien faucibus pellentesque. Proin eu sapien diam. Nulla facilisi. Etiam adipiscing molestie sapien, sit amet viverra metus hendrerit ut. Vestibulum non laoreet arcu.</div>
</a>
<footer>
<span class="price jsPrice">$25,000</span>
<div class="wrapp_offered_quick">
<p class="offered_name"><span>offered by</span> <a href="#">Einstein Rare Book Company</a></p>
<a href="#aal" class="queck_view jsQueickViewBt"><i class="fa fa-external-link"></i>Quick View</a>
</div>
</footer>
</div>
</div>
</article>
<article class="col-md-3 col-xs-6 wrapper_product jsModalContent">
<div class="box_product_item clearfix">
<a href="productLink.com" class="box_flex_centered">
<picture class="product_img">
<source class="jsBookImg" srcset="images/listed03.jpg">
<img src="" alt="" class="img-responsive">
</picture>
</a>
<div class="product_txt">
<a href="productLink.com">
<header>
<h1 class="jsTitle">Evolutionary Game Theory: First Editions of Four Key Papers by Richard Lewontin and John Maynard Smith</h1>
<p class="category collapse jsSomeTxt">Grapefruit</p>
<p class="where_wroten collapse jsWhereWrote">Tokyo: Wunternaum Press, 1964.</p>
<span class="savebox jsDelBt color_blue">
<span class="jsWrappSaveIcons">
<i class="fa fa-star jsSavedIcon"></i> x Remove
</span>
</span>
</header>
<div class="describe_txt jsContentTxt">Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eleifend dictum ligula, id vulputate tortor luctus id. Sed accumsan mollis venenatis. Integer auctor ante vitae ante facilisis bibendum. Fusce bibendum enim lacinia mauris pharetra facilisis. Morbi semper libero vel justo pellentesque interdum. Curabitur urna ante, dapibus eu pulvinar quis, interdum quis odio.</div>
</a>
<footer>
<span class="price jsPrice">$25,000</span>
<div class="wrapp_offered_quick">
<p class="offered_name"><span>offered by</span> <a href="#">Einstein Rare Book Company</a></p>
<a href="#aal" class="queck_view jsQueickViewBt"><i class="fa fa-external-link"></i>Quick View</a>
</div>
</footer>
</div>
</div>
</article>
<article class="col-md-3 col-xs-6 wrapper_product jsModalContent">
<div class="box_product_item clearfix">
<a href="productLink.com" class="box_flex_centered">
<picture class="product_img">
<source class="jsBookImg" srcset="images/listed04.jpg">
<img src="" alt="" class="img-responsive">
</picture>
</a>
<div class="product_txt">
<a href="productLink.com">
<header>
<h1 class="jsTitle">Evolutionary Game Theory: First Editions of Four Key Papers by Richard Lewontin and John Maynard Smith</h1>
<p class="category collapse jsSomeTxt">Grapefruit</p>
<p class="where_wroten collapse jsWhereWrote">Tokyo: Wunternaum Press, 1964.</p>
<span class="savebox jsDelBt color_blue">
<span class="jsWrappSaveIcons">
<i class="fa fa-star jsSavedIcon"></i> x Remove
</span>
</span>
</header>
<div class="describe_txt jsContentTxt">Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eleifend dictum ligula, id vulputate tortor luctus id. Sed accumsan mollis venenatis. Integer auctor ante vitae ante facilisis bibendum. Fusce bibendum enim lacinia mauris pharetra facilisis. Morbi semper libero vel justo pellentesque interdum. Curabitur urna ante, dapibus eu pulvinar quis, interdum quis odio.</div>
</a>
<footer>
<span class="price jsPrice">$25,000</span>
<div class="wrapp_offered_quick">
<p class="offered_name"><span>offered by</span> <a href="#">Einstein Rare Book Company</a></p>
<a href="#aal" class="queck_view jsQueickViewBt"><i class="fa fa-external-link"></i>Quick View</a>
</div>
</footer>
</div>
</div>
</article>
</div>
</div>
</div>
<footer class="main_footer">
<div class="container custom_padding">
<div class="row">
<div class="col-md-3 col-sm-4">
<h4 class="site_name">COLLECTORSFOLIO</h4>
<address class="footer_address">
<span class="street">1050 Second Avenue</span>
<span class="city_zip">New York, NY 10022</span>
<p class="box_phone">Phone: <a href="callto:+12129802100">(212) 980-2100</a></p>
<p class="box_email"><a href="mailto:[email protected]">[email protected]</a></p>
</address>
</div>
<div class="col-md-9 col-sm-8 wrapp_sign_nav">
<p class="sign_txt">Sign up for our newsletter</p>
<div class="box_subscribe input-group">
<input type="email" class="md form-control" placeholder="Your email address">
<span class="input-group-btn">
<button class="btn btn_send" type="button"><i class="fa fa-arrow-right"></i></button>
</span>
</div><!-- /input-group -->
<ul class="footer_nav_list list-inline">
<li><a href="#">About</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Sell Your Books</a></li>
<li><a href="#">Become a Member</a></li>
<li><a href="#">Log In</a></li>
</ul><!-- footer_nav_list list-inline -->
</div><!-- col-sm-9 -->
</div><!-- row -->
</div><!-- container custom_padding -->
</footer>
<!-- book_modal -->
<div class="modal_book fade modal jsModalQueickView" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal"><span>×</span></button>
<div class="row">
<div class="paddingL0 text-center col-sm-5">
<picture class="book_image">
<source class="jsBookImg" srcset="images/modal_book.jpg, images/2x/modal_book.jpg 2x">
<img src="" alt="" class="img-responsive">
</picture>
<div class="offered_box">
<span class="offered">OFFERED BY</span><br>
<a class="author color_blue" href="#">EINSTEIN RARE BOOKS</a>
</div>
<span class="savebox color_blue jsSave"></span>
</div>
<article class="paddingL0 col-sm-7">
<header class="header_book">
<h1 class="jsTitle">Good book</h1>
<h2 class="jsSomeTxt">Interesting book</h2>
<p class="where_wrote jsWhereWrote"></p>
</header>
<div class="book_describe wrapper scroll_wrapper">
<div class="inner_book_describe scroller jsContentTxt"></div>
<div class="scroller_bar_wrapper">
<div class="scroller_bar"></div>
</div>
</div>
<footer class="footer_book clearfix">
<span class="pull-left jsPrice"></span>
<a href="#" class="full_listing pull-right">View Full Listing</a>
</footer>
</article>
</div><!-- row -->
</div><!-- modal-content -->
</div><!-- modal-dialog -->
</div><!-- modal -->
<!-- END book_modal -->
<!-- requst modal -->
<div class="requst_modal offer_requst_modal fade modal" tabindex="-1" role="dialog" id="requstModal">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal"><span>×</span></button>
<h1 class="modal_main_h1">Request Information</h1>
<form action="">
<div class="form-group"><input type="text" class="form_to form-control md" disabled value="To: Einstein Rare Books"></div>
<div class="form-group"><input type="text" class="form-control md" placeholder="Subject" value="Re: En attendant Godot, First Edition"></div>
<div class="form-group"><textarea class="form-control" rows="6" placeholder="Your message">I'm interested in this item. Please contact me to discuss further.</textarea></div>
<div class="checkbox share_txt">
<label>
<input type="checkbox"> Share your email address <a href="mailto:[email protected]" class="color_blue">[email protected]</a> with recipient
</label>
</div>
<div class="form-group"><button type="button" class="btn_submit btn btn-primary btn-lg btn-block">Send message</button></div>
</form>
</div>
</div>
</div>
<!-- requst modal -->
<div class="offer_modal offer_requst_modal fade modal" tabindex="-1" role="dialog" id="offerModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal"><span>×</span></button>
<div class="header_content">
<h1 class="modal_main_h1">Make an Offer</h1>
<p class="help_info hidden-xs">Your offer will be sent to the seller who will have the opportunity to accept, decline or present a counter offer. Please call <a href="callto:+12129802100">212.980.2100</a> with the any questions.</p>
</div>
<form action="">
<div class="row">
<div class="col-sm-6">
<div class="form-group"><input type="text" class="form-control md" placeholder="$"></div>
<div class="form-group"><input type="text" class="form-control md" placeholder="Your Name"></div>
<div class="form-group"><input type="text" class="form-control md" placeholder="Email"></div>
<div class="form-group"><input type="text" class="form-control md" placeholder="Phone"></div>
</div>
<div class="col-sm-6">
<div class="form-group"><textarea class="add_comments form-control" rows="6" placeholder="Additional comments (optional)"></textarea></div>
</div>
</div>
<div class="checkbox share_txt">
<label>
<input type="checkbox"> Share your email address <a href="mailto:[email protected]" class="color_blue">[email protected]</a> with recipient
</label>
</div>
<div class="form-group"><button type="button" class="btn_submit btn btn-primary btn-lg btn-block">Submit offer</button></div>
</form>
</div>
</div>
</div>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="js/select2.js"></script>
<script src="js/bootstrap-editable.js"></script>
<!-- left mobile nav -->
<script src="js/jquery.sidr.min.js"></script>
<!-- END left mobile nav -->
<!-- custom scroll -->
<script src="js/baron.js"></script>
<!-- END custom scroll -->
<!-- dropzone -->
<script src="js/dropzone.min.js"></script>
<!-- END dropzone -->
<script src="js/script.js"></script>
</body>
</html>