templates/about/starthere.html
author nishanth
Wed, 03 Mar 2010 04:08:15 +0530
changeset 185 f65e62255e47
permissions -rw-r--r--
added a few more learn more pages.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
185
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     2
{% block title %}
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     3
    PyTasks - Start here
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     4
{% endblock %}
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     5
{% block content %}
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     6
    PyTasks is a website designed to encourage open source participation of people. Now that you are registered, you are a 
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     7
    contributor in the website.
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     8
    You can see your notifications and requests from the links available in side bar.
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
     9
    You can browse all the tasks through the tasks link in the side bar.<br />
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    10
    Choose a task <sup><a href="/about/task/" target="_blank">learn more</a></sup> of your choice and claim it to start working on it.<br />
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    11
    
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    12
    <!-- To know more on your rights in the website <a href="/about/contributor" target="_blank">click here</a>.<br /> -->
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    13
    <!-- To know more on tasks <a href="/about/task/" target="_blank">click here</a>.<br /> -->
f65e62255e47 added a few more learn more pages.
nishanth
parents:
diff changeset
    14
{% endblock %}