If you were to create an artistic masterpiece of social or political protest, what would it look like?
In this assignment, you will pick a social, environmental, or political theme.
Keeping the theme in mind, imagine what medium and style of art you would use to create an original work based on the theme.
Define how you would use the Elements of Art – line, value, color, shape, and texture to create your work.
Imagine the medium, colors, forms, and finished product, and then describe it in about one page of writing.
For example, maybe you would create a sculpture, drawing, poster, animated film, or painting that draws attention to an issue like world hunger, the plight of children in war-torn countries, or the effects of what some scientists acknowledge as global warming.
Be specific so your artwork comes to life for the reader. You might choose to do some sketches of the imagined work to help clarify the form, though you will not submit the sketches, only the writing.
Length: one-page; 12 point font; double spaced; title centered.Essay identifies chosen protest theme
Essay describes artist’s approach to art-making
Essay defines how elements of art are used in the virtual artwork
Grammar and Mechanics
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 });

