You are going to be designing a poster promoting the European Decorative Arts collection in The Art Institute of Chicago
Create a CREATIVE BRIEF to decide your message and the
audience
I’m doing the poster on this door:
http://www.artic.edu/aic/collections/artwork/79763?search_no=1&index=1
what should be in the creative brief:
Project Title
Prepared by:
1. Describe the organization and the project
2. Project Scope( Briefly state what you will be doing, delivering to the client. Who is the audience the poster is intended at?
3. Format. Specify what you will be delivering to the client (digital files, usage instructions, hard copy?
4. Work Plan and Schedule
An estimate of the total amount of time and a process timeline
first step-how many weeks
second step- how many weeks
include client meetings, exploration, development, delivery
5. Estimated costs
tasks
fees
expenses
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 });

