10
10
< link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css "
11
11
integrity ="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh " crossorigin ="anonymous ">
12
12
<!-- Material Icons -->
13
- < link href ="https://fonts.googleapis.com/icon?family=Material+Icons|Material +Icons+Outlined " rel ="stylesheet ">
13
+ < link href ="https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial +Icons+Outlined " rel ="stylesheet ">
14
14
<!-- jQuery -->
15
15
< script src ="https://code.jquery.com/jquery-3.4.1.min.js "
16
16
integrity ="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo= " crossorigin ="anonymous "> </ script >
23
23
integrity ="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy "
24
24
crossorigin ="anonymous "> </ script >
25
25
<!-- Favicon -->
26
- < link rel ="icon " type ="image/png " href ="{% static 'images/target_favicon.png' %} " / >
26
+ < link rel ="icon " type ="image/png " href ="{% static 'images/target_favicon.png' %} ">
27
27
{% block head %}
28
28
{% endblock %}
29
29
<!-- style.css -->
30
- < link rel ="stylesheet " href ="{% static 'css/style.css' %} " / >
30
+ < link rel ="stylesheet " href ="{% static 'css/style.css' %} ">
31
31
</ head >
32
32
33
33
< body >
72
72
href ="{% url 'profile' %} ">
73
73
{% if user.profile.image %}
74
74
< img src ="{{ user.profile.image.url }} " alt ="My Profile Picture " id ="account-profile-thumbnail "
75
- class ="rounded-circle align-middle " width =" 38px " >
75
+ class ="rounded-circle align-middle ">
76
76
{% else %}
77
77
< i class ="material-icons align-middle "> account_circle</ i >
78
78
{% endif %}
93
93
<!-- User not authenticated -->
94
94
< a class ="nav-item nav-link " href ="{% url 'login' %} " id ="login-nav-item ">
95
95
< i class ="material-icons align-middle "> input</ i >
96
- Log In
96
+ < span id =" login-nav-text " > Log In</ span >
97
97
</ a >
98
98
< a class ="nav-item nav-link btn btn-primary " href ="{% url 'registration' %} " id ="register-nav-item ">
99
99
< i class ="material-icons align-middle "> person_add</ i > Create Free Account
121
121
< div class ="row ">
122
122
< div class ="col col-12 ">
123
123
< br >
124
- < h3 > {% block page_heading %}{% endblock %}</ h3 >
124
+ {% block page_heading %}{% endblock %}
125
125
</ div >
126
126
</ div >
127
127
{% block content %}
@@ -135,13 +135,12 @@ <h3>{% block page_heading %}{% endblock %}</h3>
135
135
< div class ="row ">
136
136
< div class ="col-12 text-center ">
137
137
< p > < a href ="
mailto:[email protected] "
>
138
- < i class ="material-icons-outlined align-top ">
139
- email </ i > Contact Developer
138
+ < i class ="material-icons-outlined align-top "> email</ i > Contact Developer
140
139
</ a >
141
140
</ p >
142
141
< p >
143
142
< a href ="https://github.com/tdunn891/milestone-3 " target ="_blank ">
144
- < img src ="{% static 'images/github-32.png' %} " id ="github-logo " alt ="GitHub Logo " / >
143
+ < img src ="{% static 'images/github-32.png' %} " id ="github-logo " alt ="GitHub Logo ">
145
144
</ a >
146
145
</ p >
147
146
</ div >
0 commit comments