|
28 | 28 | <li class="dropdown">
|
29 | 29 | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Sessions <span class="caret"></span></a>
|
30 | 30 | <ul class="dropdown-menu" role="menu">
|
31 |
| - <li><a href="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q">View Session</a></li> |
32 |
| - <li><a href="{% url 'request_session' %}">Request a Session</a></li> |
| 31 | + <li><a href="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q" target="_blank">View Session</a></li> |
| 32 | + <li><a href="{% url 'request_session' %}" target="_blank">Request a Session</a></li> |
33 | 33 | </ul>
|
34 | 34 | </li>
|
35 |
| - <li><a href="https://github.com/OpenSourceHelpCommunity">Resources</a></li> |
36 |
| - <li><a href="mailto:opensourcehelpcommunity@gmail.com">Contact</a></li> |
37 |
| - <li><a href="https://opensourcehelp.herokuapp.com/">Join Us!</a></li> |
| 35 | + <li><a href="https://github.com/OpenSourceHelpCommunity" target="_blank">Resources</a></li> |
| 36 | + <li><a href="mailto:opensourcehelpcommunity@gmail.com" target="_blank">Contact</a></li> |
| 37 | + <li><a href="https://opensourcehelp.herokuapp.com/" target="_blank">Join Us!</a></li> |
38 | 38 | {% if user.is_authenticated %}
|
39 | 39 | <li><a href="#!">Hey {{ user.username }}!</a></li>
|
40 | 40 | <li><a href="{% url 'auth_logout' %}">Logout</a></li>
|
41 | 41 | {% else %}
|
42 |
| - <li><a href="{% url 'auth_login' %}">Sign In</a></li> |
43 |
| - <li><a href="{% url 'registration_register' %}">Sign Up</a></li> |
| 42 | + <li><a href="{% url 'auth_login' %}" target="_blank">Sign In</a></li> |
| 43 | + <li><a href="{% url 'registration_register' %}" target="_blank">Sign Up</a></li> |
44 | 44 | {% endif %}
|
45 | 45 | </ul>
|
46 | 46 | </div>
|
|
60 | 60 | <ul>
|
61 | 61 | <span class="col-sm-6 left-align">
|
62 | 62 | <li>
|
63 |
| - <a href="https://www.facebook.com/opensourcehelpcommunity/"><i class="fa fa-facebook" aria-hidden="true"></i></a> |
| 63 | + <a href="https://www.facebook.com/opensourcehelpcommunity/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a> |
64 | 64 | </li>
|
65 | 65 | <li>
|
66 |
| - <a href="https://twitter.com/oshelpcommunity"><i class="fa fa-twitter" aria-hidden="true"></i></a> |
| 66 | + <a href="https://twitter.com/oshelpcommunity" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a> |
67 | 67 | </li>
|
68 | 68 | <li>
|
69 |
| - <a href="https://github.com/OpenSourceHelpCommunity"><i class="fa fa-github" aria-hidden="true"></i></a> |
| 69 | + <a href="https://github.com/OpenSourceHelpCommunity" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a> |
70 | 70 | </li>
|
71 | 71 | <li>
|
72 |
| - <a href="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q"><i class="fa fa-youtube-play" aria-hidden="true"></i></a> |
| 72 | + <a href="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a> |
73 | 73 | </li>
|
74 | 74 | </span>
|
75 | 75 | <span class="col-sm-6 back-to-top right-align">
|
|
0 commit comments