Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group22
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
John Tamano
widget_group22
Commits
029a82c5
Commit
029a82c5
authored
May 11, 2022
by
John Tamano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added designs to homepage
parent
caf00d7f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
10 deletions
+42
-10
style.css
widget_group22/homepage/static/homepage/style.css
+25
-0
base.html
widget_group22/homepage/templates/homepage/base.html
+10
-6
details.html
widget_group22/homepage/templates/homepage/details.html
+6
-3
homepage.html
widget_group22/homepage/templates/homepage/homepage.html
+1
-1
No files found.
widget_group22/homepage/static/homepage/style.css
0 → 100644
View file @
029a82c5
h1
{
color
:
white
;
border
:
1px
solid
blue
;
border-width
:
1px
;
background-color
:
gold
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
}
h2
{
color
:
white
;
border
:
1px
solid
blue
;
border-width
:
1px
;
font-weight
:
bold
;
background-color
:
gold
;
}
body
{
color
:
black
;
border
:
blue
;
background-color
:
beige
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
}
widget_group22/homepage/templates/homepage/base.html
View file @
029a82c5
{% load static %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'homepage/style.css' %}"
<!
DOCTYPE
html
>
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<link
rel=
"stylesheet"
href=
"style.css"
>
{% block title %}
<title>
{% block title %}{% endblock %}
</title>
{% endblock %}
{% block styles %}{% endblock %}
</head>
</head>
<body>
<body>
{% block content %}{% endblock %}
{% block content %}
{% endblock %}
</body>
</body>
</html>
</html>
\ No newline at end of file
widget_group22/homepage/templates/homepage/details.html
View file @
029a82c5
{% extends "homepage/base.html" %}
{% extends "homepage/base.html" %}
{% block content %}
{% block content %}
<center><img
src=
"https://thumbs.dreamstime.com/b/default-avatar-profile-vector-user-profile-default-avatar-profile-vector-user-profile-profile-179376714.jpg"
style=
"width: 100px;height: 100px;"
>
</center>
<br>
<p1>
<p1>
{{widgetuserdetails.last_name}},
<h2><center>
{{widgetuserdetails.last_name}},
{{widgetuserdetails.first_name}}
{{widgetuserdetails.first_name}}
{{widgetuserdetails.middle_name}}
{{widgetuserdetails.middle_name}}
</center>
</h2>
<br>
<br>
<li>
{{widgetuserdetails.id_num}}
</li>
<li>
{{widgetuserdetails.id_num}}
</li>
<li>
{{widgetuserdetails.email}}
</li>
<li>
{{widgetuserdetails.email}}
</li>
<li>
{{widgetuserdetails.department.dept_name}}
</li>
<li>
{{widgetuserdetails.department.dept_name}}
</li>
<li>
{{widgetuserdetails.department.home_unit}}
</li>
<li>
{{widgetuserdetails.department.home_unit}}
</li>
</p1>
</p1>
<img
src=
"https://thumbs.dreamstime.com/b/default-avatar-profile-vector-user-profile-default-avatar-profile-vector-user-profile-profile-179376714.jpg"
style=
"width: 100px;height: 100px;"
>
{% endblock %}
{% endblock %}
\ No newline at end of file
widget_group22/homepage/templates/homepage/homepage.html
View file @
029a82c5
{% extends "homepage/base.html" %}
{% extends "homepage/base.html" %}
{% block content %}
{% block content %}
<
h1>
Welcome to Widget!
</h1
>
<
center><h1>
Welcome to Widget!
</h1></center
>
<p1>
Widget Users:
</p1>
<p1>
Widget Users:
</p1>
<ol>
<ol>
{% for WidgetUser in WidgetUsers %}
{% for WidgetUser in WidgetUsers %}
...
...
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