Skip to content

Commit

Permalink
chore: add project repo url to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinKweyu committed Mar 2, 2022
1 parent 9f57122 commit 7cc9362
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions classroom/templates/classroom/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block content %}
<div class="intro">
<h2>Welcome to the AssessMe Project ! <span class="icon-emo-happy"></span></h2>
<h2>Welcome to The AssessMe Project ! <span class="icon-emo-happy"></span></h2>
<p class="lead">
If you already have an account, go ahead and <a href="{% url 'login' %}">log in</a>.
Don't have an account? Create your <a href="{% url 'student_signup' %}">student account</a> or a <a
Expand Down Expand Up @@ -30,7 +30,9 @@ <h3>What's this about?</h3>
style="font-style: italic; padding-right: 20px;">student </span></span>
</p>
<br>
<p>Regards, <br><a href="https://marvinkweyu.thegreencodes.com/" target="_blank" rel="noopener">Marvin</a></p>

<p>Regards, <br><a href="https://marvinkweyu.net/" target="_blank" rel="noopener">Marvin Kweyu</a></p>
<p>For the project source: <a href="https://github.com/MarvinKweyu/AssessMe" target="_blank" rel="noopener">The AssessMe Project</a></p>
</div>

{% endblock %}

0 comments on commit 7cc9362

Please sign in to comment.