The Iliad (Collins Classics)
Back to the book
The Iliad (Collins Classics)
Individual order
ISBN:
9780007902149
Availability:
Author
Homer
Format
Paperback
Number of pages
192
Publisher
Harper Collins
Size
17.6x11x2
Year of publication
2015
Weight
0.25kg
Delivery terms
Please read the terms of delivery
Read more
About the book
Reviews (0)
About the book The Iliad (Collins Classics)
The Iliad (Collins Classics), | The epic poem The Iliad begins nine years after the beginning of the Trojan War and describes the great warrior Achilles and the battles and events that take place as he quarrels with the King Agamemnon. Attributed to Homer, The Iliad, along with The Odyssey, is still revered today as the oldest and finest example of Western Literature.
Other books by the authorHomer
The Iliad (Collins Classics)
The Odyssey (Collins Classics)
Book reviews The Iliad (Collins Classics) (0 reviews)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->