Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
carlosoarde_reading
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Gabriel Oarde
carlosoarde_reading
Commits
b1a9d5ce
Commit
b1a9d5ce
authored
Mar 27, 2023
by
KaoruSawade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Created home.html used to display homepage
parent
b5dbf966
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
home.html
carlosoarde_reading/bookshelf/templates/bookshelf/home.html
+20
-0
No files found.
carlosoarde_reading/bookshelf/templates/bookshelf/home.html
0 → 100644
View file @
b1a9d5ce
{% extends 'base.html' %}
{% load static %}
{% block title %}My Favorite Books
&
Authors{% endblock %}
{% block content %}
<h2>
Welcome to Carlos' Database of Favorite Books and Authors!
</h2>
<h3>
I mainly enjoy reading fiction over non-fiction;
</h3>
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>
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>
</p>
{% endblock %}
{% block navbar %}
<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=
"/authors"
>
Authors
</a></li>
</ul>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment