Skip to content

Commit

Permalink
APCD Custom getting started page
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc committed Mar 27, 2024
1 parent 1d97161 commit 2157c30
Showing 1 changed file with 21 additions and 0 deletions.
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 %}

0 comments on commit 2157c30

Please sign in to comment.