Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add profile section of navbar to <ul> #3

Open
Mahhheshh opened this issue Jan 4, 2024 · 0 comments
Open

Add profile section of navbar to <ul> #3

Mahhheshh opened this issue Jan 4, 2024 · 0 comments

Comments

@Mahhheshh
Copy link
Owner

bring this part to nav class

<div
class="user-profile-cointainer container mt-5 d-flex justify-content-center align-items-center mx-1">
<div class="p-info justify-content-center align-items-center">
<div class="row">
<div class="col-md-4">
<img src="{% static request.user.avatar.url %}" alt="" style="height: 60px; width: 60px;"
class="rounded-circle object-fit-cover rounded" />
</div>
<div class="col-md-6">
<div class="row">
<h4>{{request.user.username}}</h4>
</div>
<div class="row">
<small>{{request.user.email}}</small>
</div>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant