suwebdev / spring-ghost

Spring Ghost repository for WATS 4020 18SQ
MIT License
1 stars 2 forks source link

Create Poetry/Image webpage template #1

Open laura-reeve opened 6 years ago

laura-reeve commented 6 years ago

User Story: Standard Formatting URL: https://github.com/suwebdev/spring-ghost/wiki/User-Story:-Standard-Formatting Size: M

Reasoning: This sprint is about getting started and building the basic pieces of the website. Since the poetry/image content pages represent the heart of the website, we figured it would be a good idea to start here. Once this piece is in place, more user stories that depend on this piece can be implemented and explored.

The poetry/image webpage is the page that a user will land on once they select a poem or image to view from our database.

Tasks:

laura-reeve commented 6 years ago

Basic HTML structure and CSS styles complete and ready for accessibility check on the "sample-page" branch. Basic styling and sample content inserted (public license). Added classes for title, author, date and link and ID's for poem and image content containers and all styles added to main.css file. I stacked the poem on top of the image for the initial example, but the final-result page will only display an image or poem, depending on what the user is looking for on the site. All comments added to sample-page.html page and main.css stylesheet (no need for an external document in the Wiki).