Skip to content

Commit

Permalink
Updated profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayliable committed Mar 25, 2024
1 parent 2ba4e47 commit 6027885
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/portfolio-site-IMD2900.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified db.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion register/templates/register/edit_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3 style="font-size: 45px; text-align: center"> Customize Account </h3>
<div class="tagHeader">
<img id="pfpimg" src="{{ user.profile.image.url }}" alt="ProfileImg" class="ProfileIcon"
style="border-radius: 100px;">
<h3 style="font-size: 45px; text-align: center"> {{ user.username }} </h3>
<h3 style="font-size: 45px; text-align: center"> {{ user.profile.display_name }} </h3>
<h4 style="font-size: 20px; text-align: center"> {{ user.profile.bio }} </h4>
</div>

Expand Down
2 changes: 1 addition & 1 deletion register/templates/register/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<div class="tagHeader">
<img id="pfpimg" src="{{ user.profile.image.url }}" alt="ProfileImg" class="ProfileIcon" style="border-radius: 100px;">
<h3 style="font-size: 45px; text-align: center"> {{ user.username }} </h3>
<h3 style="font-size: 45px; text-align: center"> {{ user.profile.display_name }} </h3>
<h4 style="font-size: 20px; text-align: center"> {{ user.profile.bio }} </h4>
</div>
<!-- Scroll line for categories -->
Expand Down
1 change: 1 addition & 0 deletions responses.csv
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Test,[email protected],Test message,fffff
Nyello,[email protected],Nya,nayanyanyanayanyanaya
Expand Down

0 comments on commit 6027885

Please sign in to comment.