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
a0d2cbfa
Commit
a0d2cbfa
authored
Mar 28, 2023
by
KaoruSawade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited home.html to reflect requirements in specs (name and navbar edits)
parent
f6d37cfc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
urls.cpython-311.pyc
...soarde_reading/bookshelf/__pycache__/urls.cpython-311.pyc
+0
-0
views.cpython-311.pyc
...oarde_reading/bookshelf/__pycache__/views.cpython-311.pyc
+0
-0
home.html
carlosoarde_reading/bookshelf/templates/bookshelf/home.html
+2
-3
No files found.
carlosoarde_reading/bookshelf/__pycache__/urls.cpython-311.pyc
View file @
a0d2cbfa
No preview for this file type
carlosoarde_reading/bookshelf/__pycache__/views.cpython-311.pyc
View file @
a0d2cbfa
No preview for this file type
carlosoarde_reading/bookshelf/templates/bookshelf/home.html
View file @
a0d2cbfa
...
@@ -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>
...
...
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