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
35e64b2e
Commit
35e64b2e
authored
Mar 17, 2021
by
James Esguerra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished initial website design
parent
4b34bddd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
53 additions
and
34 deletions
+53
-34
styles.css
static/css/styles.css
+17
-1
base.html
templates/base.html
+1
-1
key.html
templates/key.html
+8
-8
profile.html
templates/profile.html
+5
-4
this_week.html
templates/this_week.html
+11
-11
today.html
templates/today.html
+11
-9
No files found.
static/css/styles.css
View file @
35e64b2e
...
@@ -12,7 +12,7 @@ a {
...
@@ -12,7 +12,7 @@ a {
color
:
inherit
;
color
:
inherit
;
}
}
#page
-
header
{
#page
_
header
{
text-align
:
center
;
text-align
:
center
;
font-size
:
2.5em
;
font-size
:
2.5em
;
padding-top
:
15px
;
padding-top
:
15px
;
...
@@ -32,3 +32,19 @@ a {
...
@@ -32,3 +32,19 @@ a {
text-align
:
center
;
text-align
:
center
;
padding-top
:
200px
;
padding-top
:
200px
;
}
}
#profile
{
display
:
grid
;
grid-template-columns
:
500px
100px
;
margin
:
auto
;
width
:
50%
;
padding
:
150px
;
font-size
:
1.5em
;
}
#key
,
#this_week
,
#today
{
margin
:
0
auto
;
width
:
50%
;
font-size
:
1.5em
;
padding
:
150px
;
}
templates/base.html
View file @
35e64b2e
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
</head>
</head>
<body>
<body>
<header>
<header>
<div
id=
'page
-
header'
>
<div
id=
'page
_
header'
>
{% block header %} {% endblock %}
{% block header %} {% endblock %}
</div>
</div>
<br>
<br>
...
...
templates/key.html
View file @
35e64b2e
...
@@ -7,13 +7,13 @@
...
@@ -7,13 +7,13 @@
{% block content %}
{% block content %}
<
p>
• Tasks: things to do
</p
>
<
div
id=
'key'
>
<p>
- Notes: things you don't want to forget
</p>
<p>
• Tasks: things to do
</p>
<p>
○ Events: noteworth moments in time
</p>
<p>
- Notes: things you don't want to forget
</p>
<p>
○ Events: noteworth moments in time
</p>
<br>
<br>
<p>
• Task incomplete
</p>
<p>
• Task in
complete
</p>
<p>
X Task
complete
</p>
<
p>
X Task complete
</p
>
<
/div
>
{% endblock %}
{% endblock %}
templates/profile.html
View file @
35e64b2e
...
@@ -7,16 +7,17 @@
...
@@ -7,16 +7,17 @@
{% block content %}
{% block content %}
<div>
<div
id=
'profile'
>
<div>
<div>
<p>
{{ name }}
</p>
<h2>
{{ name }}
</h2>
<br>
<p>
My name is {{ name }}, I am 25 years old, and I graduated from Ateneo
<p>
My name is {{ name }}, I am 25 years old, and I graduated from Ateneo
de Manila University. My hobbies are singin, painting, and collecting
de Manila University. My hobbies are singin
g
, painting, and collecting
Pokemon cards!
</p>
Pokemon cards!
</p>
</div>
</div>
<div>
<div>
<img
src=
'
dummypic
.png'
alt=
'Picture'
>
<img
src=
'
https://www.worldfuturecouncil.org/wp-content/uploads/2020/02/dummy-profile-pic-300x300-1
.png'
alt=
'Picture'
>
</div>
</div>
</div>
</div>
...
...
templates/this_week.html
View file @
35e64b2e
...
@@ -7,16 +7,16 @@
...
@@ -7,16 +7,16 @@
{% block content %}
{% block content %}
<
h2>
03.15.MON - 03.21.SUN
</h2
>
<
div
id=
'this_week'
>
<h2>
03.15.MON - 03.21.SUN
</h2>
<p>
• 7AM water plants
</p
>
<br
>
<p>
• 8AM walk the dog
s
</p>
<p>
• 7AM water plant
s
</p>
<p>
- don't cram
</p>
<p>
• 8AM walk the dogs
</p>
<p>
○ 18 2:30PM Personal Counseling with Sir Marvin
</p>
<p>
- don't cram
</p>
<p>
○ 20 1PM DSC org meeting
</p>
<p>
○ 18 2:30PM Personal Counseling with Sir Marvin
</p>
<p>
- never hit up a random girl on twitter ever again
</p>
<p>
○ 20 1PM DSC org meeting
</p>
<p>
○ 21 7AM ACOMM org meeting
</p>
<p>
- never hit up a random girl on twitter ever again
</p>
<p>
○ 21 7AM ACOMM org meeting
</p>
</div>
{% endblock %}
{% endblock %}
templates/today.html
View file @
35e64b2e
...
@@ -7,14 +7,16 @@
...
@@ -7,14 +7,16 @@
{% block content %}
{% block content %}
<h2>
{{ my_date|date:"m.d.D" }}
</h2>
<div
id=
'today'
>
<h2>
{{ my_date|date:"m.d.D" }}
</h2>
<p>
• 7AM water plants
</p>
<br>
<p>
• 8AM walk the dogs
</p>
<p>
• 7AM water plants
</p>
<p>
- i need more to buy more fish food
</p>
<p>
• 8AM walk the dogs
</p>
<p>
- be careful when deleting commits on git!
</p>
<p>
- i need more to buy more fish food
</p>
<p>
○ 20 1PM DSC org meeting
</p>
<p>
- be careful when deleting commits on git!
</p>
<p>
- never hit up a random girl on twitter ever again
</p>
<p>
○ 20 1PM DSC org meeting
</p>
<p>
○ 21 7AM ACOMM org meeting
</p>
<p>
- never hit up a random girl on twitter ever again
</p>
<p>
○ 21 7AM ACOMM org meeting
</p>
</div>
{% endblock %}
{% endblock %}
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