Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Bullet Journal
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
Franz Leonard Atanacio
Bullet Journal
Commits
83b24993
Commit
83b24993
authored
Mar 30, 2021
by
nikkastra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common denominator
parent
33fc23a4
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
37 additions
and
4 deletions
+37
-4
urls.cpython-38.pyc
mysite/bulletjournal/__pycache__/urls.cpython-38.pyc
+0
-0
urls.py
mysite/bulletjournal/urls.py
+1
-1
index.html
mysite/mysite/templates/index.html
+0
-1
key.html
mysite/mysite/templates/key.html
+7
-0
profile.html
mysite/mysite/templates/profile.html
+7
-0
thisweek.html
mysite/mysite/templates/thisweek.html
+12
-1
today.html
mysite/mysite/templates/today.html
+10
-1
No files found.
mysite/bulletjournal/__pycache__/urls.cpython-38.pyc
View file @
83b24993
No preview for this file type
mysite/bulletjournal/urls.py
View file @
83b24993
...
@@ -8,6 +8,6 @@ urlpatterns = [
...
@@ -8,6 +8,6 @@ urlpatterns = [
path
(
'home'
,
index_card_view
,
name
=
'home'
),
path
(
'home'
,
index_card_view
,
name
=
'home'
),
path
(
'profile'
,
profile
,
name
=
'profile'
),
path
(
'profile'
,
profile
,
name
=
'profile'
),
path
(
'key'
,
key
,
name
=
'key'
),
path
(
'key'
,
key
,
name
=
'key'
),
path
(
'thisweek'
,
thisweek
,
name
=
'thisweek'
),
path
(
'this
_
week'
,
thisweek
,
name
=
'thisweek'
),
path
(
'today'
,
today
,
name
=
'today'
)
path
(
'today'
,
today
,
name
=
'today'
)
]
]
\ No newline at end of file
mysite/mysite/templates/index.html
View file @
83b24993
...
@@ -14,5 +14,4 @@
...
@@ -14,5 +14,4 @@
<li>
<a
href=
"{% url 'thisweek'%}"
>
This Week
</a>
</li>
<li>
<a
href=
"{% url 'thisweek'%}"
>
This Week
</a>
</li>
<li>
<a
href=
"{% url 'today'%}"
>
Today
</a>
</li>
<li>
<a
href=
"{% url 'today'%}"
>
Today
</a>
</li>
</ul>
</ul>
{% include 'profile.html' %}
{% endblock %}
{% endblock %}
\ No newline at end of file
mysite/mysite/templates/key.html
View file @
83b24993
...
@@ -14,6 +14,13 @@
...
@@ -14,6 +14,13 @@
<p>
● Task incomplete
</p>
<p>
● Task incomplete
</p>
<p>
x Task complete
</p>
<p>
x Task complete
</p>
{% block content %}{% endblock %}
{% block content %}{% endblock %}
<ul>
<li>
<a
href=
"{% url 'home'%}"
>
Home
</a>
</li>
<li>
<a
href=
"{% url 'profile'%}"
>
Profile
</a>
</li>
<li>
<a
href=
"{% url 'key'%}"
>
Key
</a>
</li>
<li>
<a
href=
"{% url 'thisweek'%}"
>
This Week
</a>
</li>
<li>
<a
href=
"{% url 'today'%}"
>
Today
</a>
</li>
</ul>
{% block scripts %}{% endblock %}
{% block scripts %}{% endblock %}
</body>
</body>
</html>
</html>
\ No newline at end of file
mysite/mysite/templates/profile.html
View file @
83b24993
...
@@ -17,6 +17,13 @@
...
@@ -17,6 +17,13 @@
<li>
di raw masyadong masarap pero pwede na
</li>
<li>
di raw masyadong masarap pero pwede na
</li>
</ul>
</ul>
<img
src=
"{% static 'img/picturekoparasalahat.jpg' %}"
/>
<img
src=
"{% static 'img/picturekoparasalahat.jpg' %}"
/>
<ul>
<li>
<a
href=
"{% url 'home'%}"
>
Home
</a>
</li>
<li>
<a
href=
"{% url 'profile'%}"
>
Profile
</a>
</li>
<li>
<a
href=
"{% url 'key'%}"
>
Key
</a>
</li>
<li>
<a
href=
"{% url 'thisweek'%}"
>
This Week
</a>
</li>
<li>
<a
href=
"{% url 'today'%}"
>
Today
</a>
</li>
</ul>
{% block scripts %}{% endblock %}
{% block scripts %}{% endblock %}
</body>
</body>
</html>
</html>
\ No newline at end of file
mysite/mysite/templates/thisweek.html
View file @
83b24993
...
@@ -7,8 +7,19 @@
...
@@ -7,8 +7,19 @@
{% block styles %}{% endblock %}
{% block styles %}{% endblock %}
</head>
</head>
<body>
<body>
<h1>
This Week
</h1>
<p>
03.29.MON - 04.04.SUN
</p>
<p>
- relax, holy week ngayon
</p>
<p>
● minecraft
</p>
<p>
- this is fake of course, go do your reqs
</p>
<ul>
<li>
<a
href=
"{% url 'home'%}"
>
Home
</a>
</li>
<li>
<a
href=
"{% url 'profile'%}"
>
Profile
</a>
</li>
<li>
<a
href=
"{% url 'key'%}"
>
Key
</a>
</li>
<li>
<a
href=
"{% url 'thisweek'%}"
>
This Week
</a>
</li>
<li>
<a
href=
"{% url 'today'%}"
>
Today
</a>
</li>
</ul>
{% block content %}{% endblock %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}
{% block scripts %}{% endblock %}
</body>
</body>
</html>
</html>
\ No newline at end of file
mysite/mysite/templates/today.html
View file @
83b24993
...
@@ -7,8 +7,17 @@
...
@@ -7,8 +7,17 @@
{% block styles %}{% endblock %}
{% block styles %}{% endblock %}
</head>
</head>
<body>
<body>
<h1>
Today
</h1>
<p>
03.30.TUES
</p>
<p>
● lab 1 bujo
</p>
{% block content %}{% endblock %}
{% block content %}{% endblock %}
<ul>
<li>
<a
href=
"{% url 'home'%}"
>
Home
</a>
</li>
<li>
<a
href=
"{% url 'profile'%}"
>
Profile
</a>
</li>
<li>
<a
href=
"{% url 'key'%}"
>
Key
</a>
</li>
<li>
<a
href=
"{% url 'thisweek'%}"
>
This Week
</a>
</li>
<li>
<a
href=
"{% url 'today'%}"
>
Today
</a>
</li>
</ul>
{% block scripts %}{% endblock %}
{% block scripts %}{% endblock %}
</body>
</body>
</html>
</html>
\ 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