Skip to content
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

Featured poem #10

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Featured poem #10

wants to merge 5 commits into from

Conversation

meganmotis
Copy link

Hi Team, this branch features work addressing Issue #5 (Global Navigation) and Issue #6 (Home page with randomly selected featured poem. So as I added the navigation, I made changes to the bio.html and archive-index.html pages as well as the home.html page so we have a functional navigation across all three pages. The home page also has a featured poem in the jumbotron div and two columns beneath to point users to the bio page and archive. (If we were going further I would say we would need to get script written to randomly display a new poem each day, but for this exercise I think we're probably good as is.)

<div class="col-md-6">
<h2>Discover the Poet</h2>
<p>Find out more about Maya Angelou.</p>
<p><a class="btn btn-default" href="#" role="button">View Bio &raquo;</a></p>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good thinking adding a link to the bio-page in the marketing area! 👍 One quick fix though, this button is missing a URL. Lets add the missing link!
<a class="btn btn-default" href="bio.html" role="button">

Copy link
Collaborator

@kiranw06 kiranw06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work with this branch! I your code definitely fulfills the requirements we set for navigation, poem features, and has a good feel on the homepage overall. I left a few line specific comments with some ideas for minor html fixes that could help refine a few things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants