Skip to content

Commit 72fa6ff

Browse files
committed
Add custom getting_started page for APCD
1 parent 70e9790 commit 72fa6ff

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{% extends "guide.html" %}
2+
{% load cms_tags static tacc_uri_shortcuts %}
3+
4+
{% block guide %}
5+
{% site_uri as site_uri %}
6+
<div class="row">
7+
<div class="col">
8+
<h1>Getting Started</h1>
9+
10+
<h2>Account Holders</h2>
11+
12+
<p>If you already have an account, you may log in by clicking the <q><i class="icon icon-user" role="image"></i> Log in</q> link at the top right of the page.</p>
13+
14+
<h2 id="create-account">Creating an Account</h2>
15+
16+
<p>Before you can access the Portal, you must first have an active account with TACC.</p>
17+
18+
<p>If you are a new TACC user, you may <a href="https://txapcd.org/tam/register" target="_blank">sign up for a new TACC account</a>.</p>
19+
</div>
20+
</div>
21+
{% endblock guide %}

0 commit comments

Comments
 (0)