Research a building in Washington, D.C. that integrates at least 3 elements of Greek or Roman architecture. Use the textbook, intellipath materials, the Internet, this resource Web site and the Unit Resources for help.
Include the following in your post:
The name of the building and its location in Washington, D.C.
Who was the designer or chief architect?
What year was it built?
Identify the 3 architectural elements influenced by ancient Greek or Roman structures. Explain their function indicating knowledge of the terms.
Include the image of the building in Washington, D.C. and any other examples that support your post. Paste them directly to the Discussion Board. Do not post an attachment.
Respond to at least two classmates with substantive posts. You will be graded on the quality of your postings.
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 });

