-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom getting_started page for APCD
- Loading branch information
1 parent
70e9790
commit 72fa6ff
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
apcd-cms/src/taccsite_custom/apcd_cms/templates/guides/getting_started.tam.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{% extends "guide.html" %} | ||
{% load cms_tags static tacc_uri_shortcuts %} | ||
|
||
{% block guide %} | ||
{% site_uri as site_uri %} | ||
<div class="row"> | ||
<div class="col"> | ||
<h1>Getting Started</h1> | ||
|
||
<h2>Account Holders</h2> | ||
|
||
<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> | ||
|
||
<h2 id="create-account">Creating an Account</h2> | ||
|
||
<p>Before you can access the Portal, you must first have an active account with TACC.</p> | ||
|
||
<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> | ||
</div> | ||
</div> | ||
{% endblock guide %} |