Commit a0d2cbfa authored by KaoruSawade's avatar KaoruSawade

Edited home.html to reflect requirements in specs (name and navbar edits)

parent f6d37cfc
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
{% load static %} {% load static %}
{% block title %}My Favorite Books & Authors{% endblock %} {% block title %}My Favorite Books & Authors{% endblock %}
{% block content %} {% block content %}
<h2>Welcome to Carlos' Database of Favorite Books and Authors!</h2> <h2>Welcome to {{name}}'s Database of Favorite Books and Authors!</h2>
<h3>I mainly enjoy reading fiction over non-fiction;</h3> <h3>I mainly enjoy reading fiction over non-fiction;</h3>
I particularly like reading fantasy adventures telling grandiose tales of journeying over vast <br> <p> I particularly like reading fantasy adventures telling grandiose tales of journeying over vast <br>
worlds with mystical settings, equal parts bustling with and devoid of activity<br> worlds with mystical settings, equal parts bustling with and devoid of activity<br>
as the protagonists look for, pursue, or even discover the purpose they'd set out to fulfill<br> as the protagonists look for, pursue, or even discover the purpose they'd set out to fulfill<br>
--naturally, all with intriguing character writing to complete it all.<br> --naturally, all with intriguing character writing to complete it all.<br>
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
{% endblock %} {% endblock %}
{% block navbar %} {% block navbar %}
<ul class="navbarList"> <ul class="navbarList">
<li class="navbarItem"><a href="/home">Home</a></li>
<li class="navbarItem"><a href="/books">Books</a></li> <li class="navbarItem"><a href="/books">Books</a></li>
<li class="navbarItem"><a href="/authors">Authors</a></li> <li class="navbarItem"><a href="/authors">Authors</a></li>
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment