Skip to content

Commit

Permalink
WP-519: APCD Custom getting started page (#281)
Browse files Browse the repository at this point in the history
* APCD Custom getting started page

* WP-519: APCD Custom getting started page - more standard & compatible (#282)


---------

Co-authored-by: Wesley B <[email protected]>
  • Loading branch information
chandra-tacc and wesleyboar committed Mar 27, 2024
1 parent 1d97161 commit 00b610b
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>NEW Getting Started</h1>

<h2>NEW Account Holders</h2>

<p>NEW 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">NEW Creating an Account</h2>

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

<p>NEW 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 00b610b

Please sign in to comment.