Commit 78aeed9c authored by Ysabella Panghulan's avatar Ysabella Panghulan

added Add Author button

parent be1b6daa
{%extends 'base.html'%} {%extends 'base.html'%}
{% block stylesheets %} {% block stylesheets %}
{% load static %} {% load static %}
<link rel="stylesheet" type="text/css" href="{% static 'stylesheets/home.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'stylesheets/home.css' %}">
{% endblock %} {% endblock %}
{% block title %} My Favorite Books & Authors {% endblock %} {% block title %} My Favorite Books & Authors {% endblock %}
{% block header %} {% block header %}
<h2> Welcome to <span class="highlight">Bella's</span></h2> <h2> Welcome to <span class="highlight">Bella's</span></h2>
<h2> Database of Favorite Books & Authors!</h2> <h2> Database of Favorite Books & Authors!</h2>
{% endblock %} {% endblock %}
{% block body %} {% block body %}
<div class="home-content"> <div class="home-content">
{% block content %} {% block content %}
<p> Personally, I used to be more interested in movies and series than reading books. Reading books always felt like a chore to me, and I struggled to find books that kept me engaged and interested. However, over time, I discovered the world of self-help books and found myself drawn to the practical advice and guidance they offered. These books helped me learn new skills, gain new perspectives, and develop a better understanding of myself and the world around me. My favorite books include: Ikigai: The Japanese Secret to a Long and Happy Life and The Subtle Art of Not Giving a F*ck. </p> <p> Personally, I used to be more interested in movies and series than reading books. Reading books always felt like
<div class="links"> a chore to me, and I struggled to find books that kept me engaged and interested. However, over time, I
<a href="/books/" class="btn-primary">Books</a> discovered the world of self-help books and found myself drawn to the practical advice and guidance they
<a href="/authors/" class="btn-secondary">Authors</a> offered. These books helped me learn new skills, gain new perspectives, and develop a better understanding of
</div> myself and the world around me. My favorite books include: Ikigai: The Japanese Secret to a Long and Happy Life
{% endblock %} and The Subtle Art of Not Giving a F*ck. </p>
<div class="links">
<a href="/books/" class="btn-primary">Books</a>
<a href="/authors/" class="btn-secondary">Authors</a>
<a href="authors/add" class="btn-secondary">Add author</a>
</div> </div>
{% endblock %}
</div>
{% endblock %} {% endblock %}
\ No newline at end of file
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