Skip to content

Commit

Permalink
fix(apcd): remove "NEW " from Getting Started
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jun 28, 2024
1 parent 6adc327 commit 9638591
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
{% site_uri as site_uri %}
<div class="row">
<div class="col">
<h1>NEW Getting Started</h1>
<h1>Getting Started</h1>

<h2>NEW Account Holders</h2>
<h2>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>
<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">NEW Creating an Account</h2>
<h2 id="create-account">Creating an Account</h2>

<p>NEW Before you can access the Portal, you must first have an active account with TACC.</p>
<p>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>
<p>If you are a TACC user, you may <a href="https://txapcd.org/tam/register" target="_blank">sign up for a TACC account</a>.</p>
</div>
</div>
{% endblock guide %}
{% endblock guide %}

0 comments on commit 9638591

Please sign in to comment.