1
+ {% load static %}
2
+ {% if request.user.is_authenticated %}
3
+ < nav class ="navbar " style ="background-color:#f2edd9 ">
4
+ < div class ="container-fluid ">
5
+ < a class ="navbar-brand column-gap-3 d-flex align-items-center " href ="/ ">
6
+ < img src ="{% static 'images/logo.png' %} " alt ="Logo " width ="64 "
7
+ class ="d-inline-block align-text-top ">
8
+ < span class ="nav_text "> Quizter</ span >
9
+ </ a >
10
+ < span class ="navbar-brand mb-0 h1 text-center " style ="display: flex;gap: 2em; ">
11
+
12
+ < a href ="{% url 'quiz:logout' %} ">
13
+
14
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="42 " height ="42 " fill ="#ff8042 " class ="bi bi-door-open-fill "
15
+ viewBox ="0 0 16 16 ">
16
+ < path
17
+ d ="M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H11V.5a.5.5 0 0 0-.57-.495l-7 1A.5.5 0 0 0 3 1.5V15H1.5zM11 2h.5a.5.5 0 0 1 .5.5V15h-1V2zm-2.5 8c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1z " />
18
+ </ svg >
19
+ < div class ="name text-muted text-decoration-none text-center pt-1 "> Log Out</ div >
20
+ </ a >
21
+ < a href ="{% url 'quiz:contact' %} ">
22
+
23
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="42 " height ="42 " fill ="#ff8042 " class ="bi bi-envelope-check-fill "
24
+ viewBox ="0 0 16 16 ">
25
+ < path
26
+ d ="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.493 4.493 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586l-1.239-.757ZM16 4.697v4.974A4.491 4.491 0 0 0 12.5 8a4.49 4.49 0 0 0-1.965.45l-.338-.207L16 4.697Z " />
27
+ < path
28
+ d ="M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-1.993-1.679a.5.5 0 0 0-.686.172l-1.17 1.95-.547-.547a.5.5 0 0 0-.708.708l.774.773a.75.75 0 0 0 1.174-.144l1.335-2.226a.5.5 0 0 0-.172-.686Z " />
29
+ </ svg >
30
+ < div class ="name text-muted text-decoration-none text-center pt-1 "> Contact Us</ div >
31
+ </ a >
32
+ </ a >
33
+ < a href ="{% url 'quiz:about' %} ">
34
+
35
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="42 " height ="42 " fill ="#ff8042 " class ="bi bi-book-half "
36
+ viewBox ="0 0 16 16 ">
37
+ < path
38
+ d ="M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z " />
39
+ </ svg >
40
+ < div class ="name text-muted text-decoration-none text-center pt-1 "> About Us</ div >
41
+ </ a >
42
+ </ span >
43
+
44
+
45
+ </ div >
46
+ </ nav >
47
+ {% else %}
48
+ < nav class ="navbar ">
49
+ < div class ="container-fluid align-right justify-content-end ">
50
+
51
+ < span class ="navbar-brand mb-0 h1 text-center " style ="display: flex;gap: 2em; ">
52
+ {% if request.path == '/signup/'%}
53
+ < a href ="{% url 'quiz:login' %} ">
54
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="42 " height ="42 " fill ="#ff8042 " class ="bi bi-arrow-left-square-fill "
55
+ viewBox ="0 0 16 16 ">
56
+ < path
57
+ d ="M16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12zm-4.5-6.5H5.707l2.147-2.146a.5.5 0 1 0-.708-.708l-3 3a.5.5 0 0 0 0 .708l3 3a.5.5 0 0 0 .708-.708L5.707 8.5H11.5a.5.5 0 0 0 0-1z " />
58
+ </ svg >
59
+ < div class ="name text-muted text-decoration-none text-center px-3 py-1 "> Log In</ div >
60
+ </ a >
61
+ {% else %}
62
+
63
+ < a href ="{% url 'quiz:signup' %} ">
64
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="42 " height ="42 " fill ="#ff8042 " class ="bi bi-plus-square-fill "
65
+ viewBox ="0 0 16 16 ">
66
+ < path
67
+ d ="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z " />
68
+ </ svg >
69
+ < div class ="name text-muted text-decoration-none text-center px-3 py-1 "> Sign Up</ div >
70
+ </ a >
71
+ {% endif %}
72
+ < a href ="{% url 'quiz:contact' %} ">
73
+
74
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="42 " height ="42 " fill ="#ff8042 " class ="bi bi-envelope-check-fill "
75
+ viewBox ="0 0 16 16 ">
76
+ < path
77
+ d ="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.493 4.493 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586l-1.239-.757ZM16 4.697v4.974A4.491 4.491 0 0 0 12.5 8a4.49 4.49 0 0 0-1.965.45l-.338-.207L16 4.697Z " />
78
+ < path
79
+ d ="M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-1.993-1.679a.5.5 0 0 0-.686.172l-1.17 1.95-.547-.547a.5.5 0 0 0-.708.708l.774.773a.75.75 0 0 0 1.174-.144l1.335-2.226a.5.5 0 0 0-.172-.686Z " />
80
+ </ svg >
81
+ < div class ="name text-muted text-decoration-none text-center pt-1 "> Contact Us</ div >
82
+ </ a >
83
+ </ a >
84
+ < a href ="{% url 'quiz:about' %} ">
85
+
86
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="42 " height ="42 " fill ="#ff8042 " class ="bi bi-book-half "
87
+ viewBox ="0 0 16 16 ">
88
+ < path
89
+ d ="M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z " />
90
+ </ svg >
91
+ < div class ="name text-muted text-decoration-none text-center pt-1 "> About Us</ div >
92
+ </ a >
93
+ </ span >
94
+
95
+ </ div >
96
+ </ nav >
97
+ {% endif %}
0 commit comments