From 00b610b79489c973593ab0ef08cc40f2dc7c5609 Mon Sep 17 00:00:00 2001 From: Chandra Y Date: Wed, 27 Mar 2024 15:36:33 -0500 Subject: [PATCH] WP-519: APCD Custom getting started page (#281) * APCD Custom getting started page * WP-519: APCD Custom getting started page - more standard & compatible (#282) --------- Co-authored-by: Wesley B <62723358+wesleyboar@users.noreply.github.com> --- .../templates/guides/getting_started.tam.html | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apcd-cms/src/taccsite_cms/templates/guides/getting_started.tam.html 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