write a response on one topic of your choice by referring to at least 2 poems .choose 2 poems with you feel a special connection and analyze them according to the topic above.BEAUTY : why are poets of the past so obsessed with beauty? how could a beautiful woman or landscape inspire them? as a reader today, do you feel the same? Do Renaissance poets inspire you as much as the romantic ones? how do i feel about the poetry? how do i connect to it, yes or no , explain why?two Poems that i picked are BelowShe walk in beauty by George Gordon and To His Coy Mistress by Andrew Marvell.thank you for your help
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

