diff --git a/poetry.lock b/poetry.lock index 8269624f2..60ed67abb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2300,4 +2300,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "e1bf23d9e7c594ae51bda6e3ef09ac7ab6e9cb076faa650a35e68a49af01e6d4" +content-hash = "eea0a20310e7ecfb191cb2f70632c5335970266a5afd132b37e4310f20d9d540" diff --git a/website/templates/includes/header.html b/website/templates/includes/header.html index ad9f030e2..5edceca26 100644 --- a/website/templates/includes/header.html +++ b/website/templates/includes/header.html @@ -11,8 +11,38 @@ color: black; } + + + @@ -48,39 +78,89 @@ - {% if request.user.is_authenticated %} - - {% if request.user.userprofile.avatar %} - - {% elif request.user.socialaccount_set.all.0.get_avatar_url %} - - {% else %} - {% gravatar request.user.email 30 '' 'gravatar rounded-full' %} - {% endif %} - {{ request.user.username }} ({{ request.user|score|default:"0" }} Pts) - - + + + {% if request.user.userprofile.avatar %} + + {% elif request.user.socialaccount_set.all.0.get_avatar_url %} + + {% else %} + {% gravatar request.user.email 30 '' 'gravatar rounded-full' %} + {% endif %} + {{ request.user.username }} ({{ request.user|score|default:"0" }} Pts) + + + + + + + + + {% trans "User Profile" %} + + + + + + {% trans "Add to chrome" %} + + + + + {% trans "Start a Bug Hunt" %} + + + + + + {% trans "Social" %} + + + + + {% trans "Change Password" %} + + + + + {% trans "Invite Friends" %} + + + + + {% trans "Company Dashboard" %} + + + + + + + {% trans "Logout" %} + + + + + {% else %} - - - + - {% trans "Signup" %} - - - {% trans "Login" %} - + class="h-[38px] px-[25px] py-[9px] bg-red-500 hover:bg-red-600 hover:no-underline text-white font-bold text-2xl mr-[20px] hover:text-white"> + {% trans "Signup" %} + + {%trans "Login" %} + + + + {% endif %} - \ No newline at end of file