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
dd9964ea
Commit
dd9964ea
authored
Apr 25, 2023
by
KaoruSawade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented 'add books' and 'add authors' buttons in the home page
parent
923797b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
home.html
carlosoarde_reading/bookshelf/templates/bookshelf/home.html
+4
-0
style.css
carlosoarde_reading/static/style.css
+2
-2
No files found.
carlosoarde_reading/bookshelf/templates/bookshelf/home.html
View file @
dd9964ea
...
@@ -15,5 +15,9 @@
...
@@ -15,5 +15,9 @@
<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>
<ul
class=
"navbarList"
>
<li
class=
"navbarItem"
><a
href=
"/books/add"
>
Add Books
</a></li>
<li
class=
"navbarItem"
><a
href=
"/authors/add"
>
Add Authors
</a></li>
</ul>
{% endblock %}
{% endblock %}
carlosoarde_reading/static/style.css
View file @
dd9964ea
...
@@ -32,7 +32,7 @@ a:hover {
...
@@ -32,7 +32,7 @@ a:hover {
background-color
:
#2f2e2e
;
background-color
:
#2f2e2e
;
}
}
.navbarItem
{
.navbarItem
{
font-family
:
"Courier New"
;
font-family
:
"Courier New"
;
float
:
left
;
float
:
left
;
}
}
.navbarItem
a
{
.navbarItem
a
{
...
@@ -43,5 +43,5 @@ a:hover {
...
@@ -43,5 +43,5 @@ a:hover {
text-decoration
:
none
;
text-decoration
:
none
;
}
}
.navbarItem
a
:hover
{
.navbarItem
a
:hover
{
background-color
:
#00a900
;
background-color
:
#00a900
;
}
}
\ No newline at end of file
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