diff --git a/apcd-cms/src/taccsite_custom/apcd_cms/templates/guides/getting_started.tam.html b/apcd-cms/src/taccsite_custom/apcd_cms/templates/guides/getting_started.tam.html new file mode 100644 index 00000000..47ece303 --- /dev/null +++ b/apcd-cms/src/taccsite_custom/apcd_cms/templates/guides/getting_started.tam.html @@ -0,0 +1,21 @@ +{% extends "guide.html" %} +{% load cms_tags static tacc_uri_shortcuts %} + +{% block guide %} + {% site_uri as site_uri %} +
+
+

Getting Started

+ +

Account Holders

+ +

If you already have an account, you may log in by clicking the Log in link at the top right of the page.

+ +

Creating an Account

+ +

Before you can access the Portal, you must first have an active account with TACC.

+ +

If you are a new TACC user, you may sign up for a new TACC account.

+
+
+{% endblock guide %} \ No newline at end of file