-
Notifications
You must be signed in to change notification settings - Fork 1
Content Presentation #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -36,7 +36,7 @@ | |||||||
| <span class="icon-bar"></span> | ||||||||
| <span class="icon-bar"></span> | ||||||||
| </button> | ||||||||
| <a class="navbar-brand" href="#">Project name</a> | ||||||||
| <a class="navbar-brand" href="#">PDG Poetry Project</a> | ||||||||
| </div> | ||||||||
| <div id="navbar" class="navbar-collapse collapse"> | ||||||||
| <form class="navbar-form navbar-right" role="form"> | ||||||||
|
|
@@ -75,8 +75,10 @@ <h2>Heading</h2> | |||||||
| <p><a class="btn btn-default" href="#" role="button">View details »</a></p> | ||||||||
| </div> | ||||||||
| <div class="col-md-4"> | ||||||||
| <h2>Heading</h2> | ||||||||
| <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p> | ||||||||
| <h2>Content Presentation Guidelines</h2> | ||||||||
| <p><li>1) Registered Users have the ability to upload both images as well as a file that has text,</li> | ||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Rather than list bullet items here within the paragraph element, try changing the paragraph elements to an ordered list and remove the numbers from each line.
Suggested change
|
||||||||
| <li>2) Registered users are provided the acceptable file formats for uploading either images or files with text,</li> | ||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove " 2) " here from the list. |
||||||||
| <li>3) The user interface components for a registered user must be operable and allow the user to discuss any poem with other users.</li></p> | ||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here you'll want to change the closing paragraph tag to a closing ordered list tag:
Suggested change
|
||||||||
| <p><a class="btn btn-default" href="#" role="button">View details »</a></p> | ||||||||
| </div> | ||||||||
| </div> | ||||||||
|
|
||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is important for our poetry website's name to be on the navbar. This branch passes and I endorse merge.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was unable to really get anything running in my environment, but I agree with Dineen's changes and with Tony's comments about the website's name. 👍 If it works after changes, ok to ship.