Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
sharmchua_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
Sharmaine Chua
sharmchua_reading
Commits
0e00de76
Commit
0e00de76
authored
Apr 25, 2023
by
Sharmaine Chua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated added some css to the lab
parent
597c1efa
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
36 additions
and
18 deletions
+36
-18
authors.html
sharmchua_reading/bookshelf/templates/bookshelf/authors.html
+2
-2
books.html
sharmchua_reading/bookshelf/templates/bookshelf/books.html
+2
-2
home.html
sharmchua_reading/bookshelf/templates/bookshelf/home.html
+3
-2
calvin.jpg
sharmchua_reading/static/css/calvin.jpg
+0
-0
style.css
sharmchua_reading/static/css/style.css
+17
-3
base.html
sharmchua_reading/templates/base.html
+12
-9
cavy.jpg
sharmchua_reading/templates/cavy.jpg
+0
-0
No files found.
sharmchua_reading/bookshelf/templates/bookshelf/authors.html
View file @
0e00de76
...
...
@@ -4,13 +4,13 @@
{% block content %}
<h1>
Sharm's Favorite Authors:
</h1>
{% for object in object_list %}
<p>
<p>
<strong>
<a
href=
"{{ object.get_absolute_url }}"
>
<li>
{{ object }}
</li>
</a>
</p>
</
strong></
p>
{% endfor %}
<br><br><br>
...
...
sharmchua_reading/bookshelf/templates/bookshelf/books.html
View file @
0e00de76
...
...
@@ -10,13 +10,13 @@
{% block content %}
<h1>
Sharm's Favorite Books:
</h1>
{% for object in object_list %}
<p>
<p>
<strong>
<a
href=
"{{ object.get_absolute_url }}"
>
<li>
{{ object.title }}
</li>
</a>
</p>
</
strong></
p>
{% endfor %}
<br><br><br>
...
...
sharmchua_reading/bookshelf/templates/bookshelf/home.html
View file @
0e00de76
...
...
@@ -3,10 +3,11 @@
{% block content %}
<center>
<h1>
Welcome to Sharm's Database of Favorite Books and Authors!
</h1>
<h1>
Welcome to Sharm's
<br>
Database of Favorite Books and Authors!
</h1>
<h3>
I like to read romance books to romanticize my life. (this is why im marupok)
<br>
Also the books here are not the books I have read because I forgot their titles...
<br>
im sorry...
<br></h3>
im sorry...
<br></br></br>
<i>
ALSO MEET MY DOG CALVIN AKA CAVY HES SUPER CUTE!!!
</i></h3>
<br><br><br><br><br>
...
...
sharmchua_reading/static/css/calvin.jpg
0 → 100644
View file @
0e00de76
113 KB
sharmchua_reading/static/css/style.css
View file @
0e00de76
h1
{
font-family
:
"Lucida Sans"
,
"Lucida Sans Regular"
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
Geneva
,
Verdana
,
sans-serif
;
color
:
#
afcaff
;
color
:
#
192841
;
}
h2
{
font-family
:
"Lucida Sans"
,
"Lucida Sans Regular"
,
"Lucida Grande"
,
...
...
@@ -15,3 +15,17 @@ p {
font-family
:
"Lucida Sans"
,
"Lucida Sans Regular"
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
Geneva
,
Verdana
,
sans-serif
;
}
body
{
background-image
:
url(calvin.jpg)
;
background-position
:
right
;
background-size
:
20%
;
background-repeat
:
repeat-y
;
}
title
{
min-width
:
100px
;
margin-top
:
25px
;
margin-left
:
135px
;
margin-bottom
:
20px
;
font-family
:
"Lucida Sans"
,
"Lucida Sans Regular"
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
Geneva
,
Verdana
,
sans-serif
;
}
\ No newline at end of file
sharmchua_reading/templates/base.html
View file @
0e00de76
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<link
rel=
"stylesheet"
href=
"style.css"
>
{% load static %}
<head>
<link
rel=
"stylesheet"
href=
" {% static '/css/style.css' %}"
>
<title>
{% block title %}My Favorite Books and Authors{% endblock %}
</title>
</head>
<body
style =
"background-color: #8ecced;"
>
</head>
<body
style =
"background-color: #8ecced;"
>
<div
class=
"home-container"
>
<div
id=
"content"
>
{% block content %}{% endblock %}
</div>
</body>
</div>
</body>
</html>
\ No newline at end of file
sharmchua_reading/templates/cavy.jpg
deleted
100644 → 0
View file @
597c1efa
This diff is collapsed.
Click to expand it.
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