diff --git a/portal/apps/main/templates/main/about.html b/portal/apps/main/templates/main/about.html index 6a3be02..e9f9c29 100644 --- a/portal/apps/main/templates/main/about.html +++ b/portal/apps/main/templates/main/about.html @@ -3,6 +3,8 @@ {% block title %}HackTJ Portal: About{% endblock %} {% block content %} -
HackTJ Portal
+The HackTJ Portal is a web application that allows particpates of HackTJ to upload their projects, and for judges to evaluate project more effectively. It is built using Django, a high-level Python web framework, and Bootstrap, a popular front-end framework.
+Currently Portal has two main features: project submission and judging. Students can submit their projects to Portal and judges can easily access and evaluate them.
{% endblock %} diff --git a/portal/apps/main/templates/main/index.html b/portal/apps/main/templates/main/index.html index aa37354..7e26675 100644 --- a/portal/apps/main/templates/main/index.html +++ b/portal/apps/main/templates/main/index.html @@ -1,3 +1,19 @@ {% extends "base.html" %} {% block title %}HackTJ Portal{% endblock %} + +{% block content %} + {% if request.user.is_authenticated %} +In order to use the HackTJ Portal, you must be logged in first.
+ + + Log In With Google + +