Skip to content

Commit

Permalink
72956 add accredited representative page (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabezurita committed Jan 17, 2024
1 parent abca87b commit 3310389
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions pages/representative/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
# Page setup.
layout: representative.html
template: detail-page
hidesidenav: true

# The title of the tab.
title: Accredited Representative

# This line indicates that this page is not to be built to production (www.va.gov).
vagovprod: false
includeBreadcrumbs: false
---
<div class="vads-l-grid-container vads-u-padding-top--5" role="main">
<div>
<h1>Accredited Representative</h1>
<div class="va-introtext">
<p>This is a work in progress.</p>
</div>
</div>

<div class="row">
<div class="usa-content">
<aside class="va-nav-linkslist va-nav-linkslist--related">
<section data-template="paragraphs/list_of_link_teasers" data-entity-id="81829" class="field_related_links">
<h2 id="more-helpful-information" class="va-nav-linkslist-heading" tabindex="-1">
More helpful information
</h2>
</section>
</aside>
</div>
</div>

<!-- Last updated & feedback button-->
<div class="last-updated usa-content vads-u-padding-x--1 large-screen:vads-u-padding-x--0">
<div class="vads-u-display--flex above-footer-elements-container">
<div class="vads-u-flex--auto">
<span class="vads-u-text-align--justify">
<p>Last updated: <time datetime="2022-02-24">Jan 16, 2023</time></p>
</span>
</div>
<div class="vads-u-flex--1 vads-u-text-align--right">
<span class="vads-u-text-align--right">
<button type="button" class="feedback-button usa-button" id="mdFormButton">
Feedback
</button>
</span>
</div>
</div>
</div>
</div>

0 comments on commit 3310389

Please sign in to comment.