Assignment Question
Write an essay about how you see the world 100 years in the future.
You can be as creative as you like with the story, focus any aspect of the future that appeals to you, so long as you use the writing techniques that we have learned in class that is at least six (6) pages long. Outline Character names: Jonny, Allie, Joel, April, Tom, Helen, Claire, Amelia, Place: Ricks Club American while working and ricks and talking about all the new tech that is now available in the year 2133.
There will be a lot of drama surrounding their relationship and there will be people trying to split them up but they flight to be with eachother. At the end of the story, the reader will discover that the people working at ricks were computer screens the whole time Message: true love comes in all different types of shapes and forms and you shouldnt let an obstacle stop you from achieving what you want
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 });