Project description
Im writing a press release for an upcoming event that I create for my corporation (Dicks Sporting Goods). I will upload a press release format of this press release, and please follow it strictly. Here are something you need to include in the press release:
1. Event: It will be a sports competition for people of short stature(dwarfism). Its called Little Olympic Games. It aims to raise awareness and fundraise for a non-profit organization called Little People of America. Everything for that sports competition will be made smaller. This event will be held in Tustin, California where the organization locates.
2. Corporation: The company that sponsored this event will be Dicks Sporting Goods. You will need to find information(Logo, Contact information etc.) about this company online and give it at the beginning of the press release.
3. Spokesperson: Peter Dinklage who is also with dwarfism. He is successful now, and he can encourage others who have the same problem.
In the press release, you will need to start with a lead including What, When, Where, Why, Who and How. The lead should be concise. You will also need to come up with a quote, and many details of the event. I will upload a assignment instruction that provides you many details you need to focus for this assignment. Please read it and follow it carefully.
Also, I will upload a file called Parts of News Release. Make sure you have everything on that list.
Feel free to contact me.
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 });

