Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Boodle
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
Martina Therese R. Reyes
Boodle
Commits
34d901ed
Commit
34d901ed
authored
May 03, 2022
by
Martina Therese R. Reyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited aesthetics of edit profile form.
Removed stock images in the media folder.
parent
b601d081
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
23 deletions
+34
-23
styles.css
boodlesite/static/css/styles.css
+21
-0
astrobg.png
boodlesite/static/media/astrobg.png
+0
-0
beast.jpg
boodlesite/static/media/beast.jpg
+0
-0
dancinginthekitchen.jpg
boodlesite/static/media/dancinginthekitchen.jpg
+0
-0
miguel2.jpg
boodlesite/static/media/miguel2.jpg
+0
-0
editBoodleUser.html
boodlesite/templates/editBoodleUser.html
+13
-23
No files found.
boodlesite/static/css/styles.css
View file @
34d901ed
...
...
@@ -392,4 +392,25 @@ nav a {
.profile-element
{
margin-top
:
.5rem
;
margin-bottom
:
.5rem
;
}
/*===== EDIT PROFILE FORM =====*/
.edit-profile-container
{
margin
:
0
auto
;
padding
:
1rem
;
}
.profile-form-container
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
flex-direction
:
column
;
padding
:
3rem
;
}
.profile-submit-button
{
border
:
none
;
border-radius
:
0.5rem
;
padding
:
.3rem
;
background-color
:
#F9BD82
;
}
\ No newline at end of file
boodlesite/static/media/astrobg.png
deleted
100644 → 0
View file @
b601d081
24.6 KB
boodlesite/static/media/beast.jpg
deleted
100644 → 0
View file @
b601d081
38.8 KB
boodlesite/static/media/dancinginthekitchen.jpg
deleted
100644 → 0
View file @
b601d081
14.9 KB
boodlesite/static/media/miguel2.jpg
deleted
100644 → 0
View file @
b601d081
52.9 KB
boodlesite/templates/editBoodleUser.html
View file @
34d901ed
...
...
@@ -9,32 +9,22 @@
{% block content %}
<div
class=
"container"
>
<h1>
{{ title }}
</h1>
<div
class=
"row"
>
<div
class=
"col-lg-7 col-md-6"
>
ITEM IMAGE CONTAINER
<div
class=
"item-image-container"
></div>
</div>
<div
class=
" col-lg-5 col-md-6"
>
ITEM FORM CONTAINER
<div
class=
"item-form-container"
>
<form
action=
""
method=
"POST"
>
{% csrf_token %}
{{ form.as_p }}
<div
class=
"edit-profile-container"
>
<h1>
{{ title }}
</h1>
<div
class=
""
>
<div
class=
"profile-form-container"
>
<div
class=
""
>
EDIT PROFILE PICTURE
<div
class=
"profile-image-container"
></div>
</div>
<button
type=
"submit"
name=
"Add Item"
>
Save Changes
</button>
<form
action=
""
method=
"POST"
>
{% csrf_token %}
{{ form.as_p }}
<button
class=
"profile-submit-button"
type=
"submit"
name=
"Add Item"
>
Save Changes
</button>
</form>
</div>
</div>
</div>
<!--img goes here-->
</div>
<!-- Form with fields:
[Item name]
[Item Description]
[Floor Price] -->
<!-- Image, if no image add image -->
{% endblock %}
\ 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