|
@@ -10,9 +10,9 @@
|
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
|
<div class="d-flex flex-column align-items-center text-center">
|
|
<div class="d-flex flex-column align-items-center text-center">
|
|
|
{% if user.profile_image %}
|
|
{% if user.profile_image %}
|
|
|
- <img src="static/uploads/{{ user.profile_image }}" style="width:150px">
|
|
|
|
|
|
|
+ <img src="static/uploads/{{ user.profile_image }}" class="user_profile_image_size">
|
|
|
{% else %}
|
|
{% else %}
|
|
|
- <img src="static/templates/defaultprofileimg.png" style="width:150px">
|
|
|
|
|
|
|
+ <img src="static/templates/defaultprofileimg.png" class="user_profile_image_size">
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
<div class="mt-3">
|
|
<div class="mt-3">
|
|
|
<h4>{{ user.username }}</h4>
|
|
<h4>{{ user.username }}</h4>
|
|
@@ -39,10 +39,10 @@
|
|
|
<!------ Change Password ---------->
|
|
<!------ Change Password ---------->
|
|
|
<form method="POST">
|
|
<form method="POST">
|
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
|
- <hr style="border: 3px solid rgb(177, 176, 176); width:327px; border-radius: 5px;">
|
|
|
|
|
|
|
+ <hr class="hr_size">
|
|
|
<p><b>Change Password</b></p><br>
|
|
<p><b>Change Password</b></p><br>
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
- <div class="col-sm-3" style='position:relative; left:20px'>
|
|
|
|
|
|
|
+ <div class="col-sm-3" class="change_password_location">
|
|
|
<h6 class="mb-0"><label for="password">Password</label></h6><br>
|
|
<h6 class="mb-0"><label for="password">Password</label></h6><br>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-sm-9 text-secondary">
|
|
<div class="col-sm-9 text-secondary">
|
|
@@ -50,7 +50,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
- <div class="col-sm-3" style='position:relative; left:20px'>
|
|
|
|
|
|
|
+ <div class="col-sm-3" class="change_password_location">
|
|
|
<h6 class="mb-0"><label for="password_confirm">Password<br>(Confirm)</label></h6><br>
|
|
<h6 class="mb-0"><label for="password_confirm">Password<br>(Confirm)</label></h6><br>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-sm-9 text-secondary">
|
|
<div class="col-sm-9 text-secondary">
|
|
@@ -62,7 +62,7 @@
|
|
|
<input type="submit" value="Submit" class="btn btn-grey update_password-form-btn"></a>
|
|
<input type="submit" value="Submit" class="btn btn-grey update_password-form-btn"></a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <hr style="border: 3px solid rgb(177, 176, 176); width:327px; border-radius: 5px;">
|
|
|
|
|
|
|
+ <hr class="hr_size">
|
|
|
<p><b>Security(Show 2FA. If the user turns on it, it will show a green tick. If not, it will show a red tick.)</b></p><br>
|
|
<p><b>Security(Show 2FA. If the user turns on it, it will show a green tick. If not, it will show a red tick.)</b></p><br>
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<div class="col">
|
|
<div class="col">
|
|
@@ -99,7 +99,7 @@
|
|
|
<div class="row row-cols-3">
|
|
<div class="row row-cols-3">
|
|
|
{%for art in my_art%}
|
|
{%for art in my_art%}
|
|
|
<div class="card col-md-4 shadow p-3 mb-5 bg-white rounded" type="button" onclick="window.location.href='{{ url_for('dashboards.modal_profile')}}'">
|
|
<div class="card col-md-4 shadow p-3 mb-5 bg-white rounded" type="button" onclick="window.location.href='{{ url_for('dashboards.modal_profile')}}'">
|
|
|
- <img style="width:200px; height:200px;" src="static/repository/{{art.dname}}">
|
|
|
|
|
|
|
+ <img class="image_bid_item_size" src="static/repository/{{art.dname}}">
|
|
|
<div class="row" id="market_item_name_left">
|
|
<div class="row" id="market_item_name_left">
|
|
|
<b>{{art.name}}</b>
|
|
<b>{{art.name}}</b>
|
|
|
</div>
|
|
</div>
|
|
@@ -111,7 +111,7 @@
|
|
|
<div class="row row-cols-3">
|
|
<div class="row row-cols-3">
|
|
|
{%for art in my_creation%}
|
|
{%for art in my_creation%}
|
|
|
<div class="card col-md-4 shadow p-3 mb-5 bg-white rounded" type="button" onclick="window.location.href='{{ url_for('dashboards.modal_profile')}}'">
|
|
<div class="card col-md-4 shadow p-3 mb-5 bg-white rounded" type="button" onclick="window.location.href='{{ url_for('dashboards.modal_profile')}}'">
|
|
|
- <img style="width:200px; height:200px;" src="static/repository/{{art.dname}}">
|
|
|
|
|
|
|
+ <img class="image_bid_item_size" src="static/repository/{{art.dname}}">
|
|
|
<div class="row" id="market_item_name_left">
|
|
<div class="row" id="market_item_name_left">
|
|
|
<b>{{art.name}}</b>
|
|
<b>{{art.name}}</b>
|
|
|
</div>
|
|
</div>
|