Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
esguerra_lab1
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
James Esguerra
esguerra_lab1
Commits
f2498f3d
Commit
f2498f3d
authored
Mar 16, 2021
by
James Esguerra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added style tags to all html templates
parent
d8f170dd
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
0 deletions
+31
-0
styles.css
static/css/styles.css
+11
-0
home2.html
templates/home2.html
+4
-0
key.html
templates/key.html
+4
-0
profile.html
templates/profile.html
+4
-0
this_week.html
templates/this_week.html
+4
-0
today.html
templates/today.html
+4
-0
No files found.
static/css/styles.css
View file @
f2498f3d
body
{
font-family
:
Georgia
;
}
a
{
text-decoration
:
none
;
}
h1
{
text-align
:
center
;
}
templates/home2.html
View file @
f2498f3d
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
{% block title %} Your Bujo {% endblock %}
{% block title %} Your Bujo {% endblock %}
{% block styles %}
<link
rel=
'stylesheet'
type=
'text/css'
href=
"{% static 'css/styles.css' %}"
>
{% endblock %}
{% block header %} Your Bullet Journal {% endblock %}
{% block header %} Your Bullet Journal {% endblock %}
{% block content %}
{% block content %}
...
...
templates/key.html
View file @
f2498f3d
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
{% block title %} Key {% endblock %}
{% block title %} Key {% endblock %}
{% block styles %}
<link
rel=
'stylesheet'
type=
'text/css'
href=
"{% static 'css/styles.css' %}"
>
{% endblock %}
{% block header %} Key {% endblock %}
{% block header %} Key {% endblock %}
{% block content %}
{% block content %}
...
...
templates/profile.html
View file @
f2498f3d
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
{% block title %} Profile {% endblock %}
{% block title %} Profile {% endblock %}
{% block styles %}
<link
rel=
'stylesheet'
type=
'text/css'
href=
"{% static 'css/styles.css' %}"
>
{% endblock %}
{% block header %} Profile {% endblock %}
{% block header %} Profile {% endblock %}
{% block content %}
{% block content %}
...
...
templates/this_week.html
View file @
f2498f3d
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
{% block title %} This Week {% endblock %}
{% block title %} This Week {% endblock %}
{% block styles %}
<link
rel=
'stylesheet'
type=
'text/css'
href=
"{% static 'css/styles.css' %}"
>
{% endblock %}
{% block header %} This Week {% endblock %}
{% block header %} This Week {% endblock %}
{% block content %}
{% block content %}
...
...
templates/today.html
View file @
f2498f3d
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
{% block title %} Today {% endblock %}
{% block title %} Today {% endblock %}
{% block styles %}
<link
rel=
'stylesheet'
type=
'text/css'
href=
"{% static 'css/styles.css' %}"
>
{% endblock %}
{% block header %} Today {% endblock %}
{% block header %} Today {% endblock %}
{% block content %}
{% block content %}
...
...
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