1010 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css "
1111 integrity ="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh " crossorigin ="anonymous ">
1212 <!-- 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 ">
1414 <!-- jQuery -->
1515 < script src ="https://code.jquery.com/jquery-3.4.1.min.js "
1616 integrity ="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo= " crossorigin ="anonymous "> </ script >
2323 integrity ="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy "
2424 crossorigin ="anonymous "> </ script >
2525 <!-- 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' %} ">
2727 {% block head %}
2828 {% endblock %}
2929 <!-- style.css -->
30- < link rel ="stylesheet " href ="{% static 'css/style.css' %} " / >
30+ < link rel ="stylesheet " href ="{% static 'css/style.css' %} ">
3131</ head >
3232
3333< body >
7272 href ="{% url 'profile' %} ">
7373 {% if user.profile.image %}
7474 < 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 ">
7676 {% else %}
7777 < i class ="material-icons align-middle "> account_circle</ i >
7878 {% endif %}
9393 <!-- User not authenticated -->
9494 < a class ="nav-item nav-link " href ="{% url 'login' %} " id ="login-nav-item ">
9595 < i class ="material-icons align-middle "> input</ i >
96- Log In
96+ < span id =" login-nav-text " > Log In</ span >
9797 </ a >
9898 < a class ="nav-item nav-link btn btn-primary " href ="{% url 'registration' %} " id ="register-nav-item ">
9999 < i class ="material-icons align-middle "> person_add</ i > Create Free Account
121121 < div class ="row ">
122122 < div class ="col col-12 ">
123123 < br >
124- < h3 > {% block page_heading %}{% endblock %}</ h3 >
124+ {% block page_heading %}{% endblock %}
125125 </ div >
126126 </ div >
127127 {% block content %}
@@ -135,13 +135,12 @@ <h3>{% block page_heading %}{% endblock %}</h3>
135135 < div class ="row ">
136136 < div class ="col-12 text-center ">
137137 < 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
140139 </ a >
141140 </ p >
142141 < p >
143142 < 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 ">
145144 </ a >
146145 </ p >
147146 </ div >
0 commit comments