diff --git a/apcd-cms/src/taccsite_cms/templates/guides/getting_started.tam.html b/apcd-cms/src/taccsite_cms/templates/guides/getting_started.tam.html new file mode 100644 index 00000000..f30b0f94 --- /dev/null +++ b/apcd-cms/src/taccsite_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 %} +
+
+

NEW Getting Started

+ +

NEW Account Holders

+ +

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

+ +

NEW Creating an Account

+ +

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

+ +

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

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