It is a PowerPoint presentation of 20 slides ,18 of them consists of information. We are 6 students in the group , each will cover 3 slides so We will have 6 topics each will have 3 slides . The teacher told us to talk about how they were before , during , and how they were after war. ( ex: during the war the women started to do the men\’s job and since they were capable of doing it , when the war was over they refused to go back to being housewives ) . Also, how they fought for the rights after the war ?
I will attach the guidelines as soon as I can .
Please make sure the sources are websites .
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 });

