Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jaysonlim_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
Jayson Lim
jaysonlim_reading
Commits
8c1d8634
Commit
8c1d8634
authored
Mar 30, 2023
by
Jayson Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated templates following page title specifications
parent
394c69bc
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
19 deletions
+21
-19
author_details.html
...reading/bookshelf/templates/bookshelf/author_details.html
+5
-5
authors.html
jaysonlim_reading/bookshelf/templates/bookshelf/authors.html
+4
-3
book_details.html
...m_reading/bookshelf/templates/bookshelf/book_details.html
+4
-4
books.html
jaysonlim_reading/bookshelf/templates/bookshelf/books.html
+4
-3
home.html
jaysonlim_reading/bookshelf/templates/bookshelf/home.html
+4
-4
No files found.
jaysonlim_reading/bookshelf/templates/bookshelf/author_details.html
View file @
8c1d8634
{% extends 'base.html' %}
{% load static %}
{% block title %}{{ object }}{% endblock %}
{% block content %}
<style>
h
3
{
h
1
{
border-bottom
:
2px
solid
white
;
}
h
3
,
h1
,
ul
,
a
,
p
{
h
1
,
h2
,
ul
,
a
,
p
{
color
:
white
;
}
</style>
<h3>
{{ object }}
</h3>
<h1>
{{ object }}
</h1>
<p
style=
"font-size: 20px"
>
{{ object.age }}
</p>
<p
style=
"font-size: 20px"
>
{{ object.nationality }}
</p>
<p
style=
"font-size: 20px"
>
{{ object.bio }}
</p>
<h
1>
Books by {{ object }} I love:
</h1
>
<h
2>
Books by {{ object }} I love:
</h2
>
<ul>
{% for book in books %}
<li>
...
...
jaysonlim_reading/bookshelf/templates/bookshelf/authors.html
View file @
8c1d8634
{% extends 'base.html' %}
{% load static %}
{% block title %}My Favourite Authors{% endblock %}
{% block content %}
<style>
h
3
{
h
1
{
border-bottom
:
2px
solid
white
;
}
h
3
,
h
1
,
ul
,
a
{
h1
,
ul
,
a
{
color
:
white
;
}
</style>
<h3>
My Favourite Authors
</h3>
<h1>
Jayson's Favorite Authors:
</h1>
<ul>
{% for object in object_list %}
...
...
jaysonlim_reading/bookshelf/templates/bookshelf/book_details.html
View file @
8c1d8634
{% extends 'base.html' %}
{% load static %}
{% block title %}{{ object.title }}{% endblock %}
{% block content %}
<style>
h
3
{
h
1
{
border-bottom
:
2px
solid
white
;
}
h
3
,
h
1
,
ul
,
a
,
p
{
h1
,
ul
,
a
,
p
{
color
:
white
;
}
</style>
<h3>
{{ object.title }}
</h3>
<h1>
{{ object.title }}
</h1>
<a
href=
"{{ author.get_absolute_url }}"
style=
"font-size: 24px"
>
{{ author }}
</a>
<p
style=
"font-size: 20px"
>
{{ object.publisher }}
</p>
...
...
jaysonlim_reading/bookshelf/templates/bookshelf/books.html
View file @
8c1d8634
{% extends 'base.html' %}
{% load static %}
{% block title %}My Favourite Books{% endblock %}
{% block content %}
<style>
h
3
{
h
1
{
border-bottom
:
2px
solid
white
;
}
h
3
,
h
1
,
ul
,
a
{
h1
,
ul
,
a
{
color
:
white
;
}
</style>
</style>
<h3>
My Favourite Books
&
Authors
</h3>
<h1>
Jayson's Favorite Books:
</h1>
<ul>
{% for object in object_list %}
...
...
jaysonlim_reading/bookshelf/templates/bookshelf/home.html
View file @
8c1d8634
{% extends 'base.html' %}
{% load static %}
{% block
content
%}
{% block
title %}My Favourite Books
&
Authors{% endblock
%}
{% block content %}
<style>
h
3
{
h
1
{
border-bottom
:
2px
solid
white
;
}
h
3
,
h
1
,
h2
,
p
,
a
{
h1
,
h2
,
p
,
a
{
color
:
white
;
}
</style>
<h3>
My Favourite Books
&
Authors
</h3>
<h1>
Welcome to Jayson's Database of Favorite Books and Authors!
</h1>
<h2>
Genres
</h2>
<p
style=
"font-size: 20px"
>
I absolutely love to read and I can't get enough of four genres in particular:
...
...
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