added communication links
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<header class="bg-surface border-b border-border shadow-sm">
|
||||
<div class="w-full px-6 py-4 flex items-center justify-between" >
|
||||
|
||||
<div class="flex items-center space-x-3">
|
||||
<div class="flex items-center space-x-2">
|
||||
<span class="text-gray-700 dark:text-gray-200 text-base font-medium whitespace-nowrap">
|
||||
User: {{ user_name }}
|
||||
</span>
|
||||
@@ -37,7 +37,14 @@
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<div class="relative z-10">
|
||||
<div class="flex items-center space-x-3">
|
||||
<a href="https://zulip.in.tum.de/#narrow/channel/3234-ITSec-Tutorium-Simon-Bu.C3.9Fmann" target="_blank">
|
||||
<img src="{{ url_for('static', filename='zulip_icon.svg') }}" class="h-8 w-8">
|
||||
</a>
|
||||
<a href="https://discordapp.com/users/306086176585154560" target="_blank" class="mr-6">
|
||||
<img src="{{ url_for('static', filename='discord_icon.svg') }}" class="h-8 w-8">
|
||||
</a>
|
||||
|
||||
<a href="/admin">
|
||||
<button class="bg-primary hover:bg-blue-700 text-white px-3 py-1 rounded-md transition">
|
||||
Admin
|
||||
|
||||
Reference in New Issue
Block a user