Skip to content

Commit

Permalink
Merge pull request #118 from 18F/nmb/landing
Browse files Browse the repository at this point in the history
style: update landing page to use USWDS layout and styles
  • Loading branch information
neilmb authored Oct 3, 2024
2 parents 47451d3 + e595a73 commit c8f350e
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 33 deletions.
90 changes: 58 additions & 32 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,54 +1,80 @@
---
layout: layouts/base.njk
layout: layouts/question.njk
title: USDA Forest Service E-Permits
---

<h1>Get started with special-use permits for broadband</h1>
<div class="grid-container">
<div class="grid-row grid-gap">
<div class="tablet:grid-col-4 margin-bottom-4 tablet:margin-bottom-0">
<nav aria-label="Side navigation,">
<ul class="usa-sidenav">
<li class="usa-sidenav__item">
<a href="javascript:void(0);" class="usa-current">Get started with special-use permits for broadband</a>
</li>
<li class="usa-sidenav__item">
<a href="javascript:void(0);">What happens after I submit the form?</a>
</li>
<li class="usa-sidenav__item">
<a href="javascript:void(0);">Tips and reminders</a>
</li>
<li class="usa-sidenav__item">
<a href="javascript:void(0);">Who can I contact for help?</a>
</li>
</ul>
</nav>
</div>
<div class="tablet:grid-col-8 margin-bottom-4 tablet:margin-bottom-0">

<h2>This website will guide you through the process of initiating a proposal for a special-use permit.</h2>
<h1>Get started with special-use permits for broadband</h1>

<p>You will be asked to provide information about your broadband project. We
will use this information to help you complete and submit form SF-299, along
with additional documents that you will need to support your proposal.</p>
<h2>This website will guide you through the process of initiating a proposal for a special-use permit.</h2>

<a href="/question1/" class="usa-button">Start my application</a>
<p>You will be asked to provide information about your broadband project. We
will use this information to help you complete and submit form SF-299, along
with additional documents that you will need to support your proposal.</p>

<h3>What happens after I submit the form?</h3>
<a href="/question1/" class="usa-button">Start my application</a>

<p>A member of the Forest Service National Broadband Team will contact you to help you complete your proposal.</p>
<h3>What happens after I submit the form?</h3>

<p>After your proposal is complete,</p>
<p>A member of the Forest Service National Broadband Team will contact you to help you complete your proposal.</p>

<ol>
<li>The proposal will pass through a screening process to check that it is eligible for a special-use permit.</li>
<p>After your proposal is complete,</p>

<li>If the proposal is accepted, it will become an application. The application
will undergo additional review, such as environmental review, that is specific
to the proposed project and location.</li>
<ol>
<li>The proposal will pass through a screening process to check that it is eligible for a special-use permit.</li>

<li>If your application is approved, you will be issued a permit.</li>
</ol>
<li>If the proposal is accepted, it will become an application. The application
will undergo additional review, such as environmental review, that is specific
to the proposed project and location.</li>

<p>How long this process takes depends on many factors, including the location
and complexity of your proposed project.</p>
<li>If your application is approved, you will be issued a permit.</li>
</ol>

<p>You can find more information about this process on the <a
href="https://www.fs.usda.gov/specialuses/special_app_process.shtml">Forest
Service special-uses website</a>.</p>
<p>How long this process takes depends on many factors, including the location
and complexity of your proposed project.</p>

<h3>Tips and reminders</h3>
<p>You can find more information about this process on the <a
href="https://www.fs.usda.gov/specialuses/special_app_process.shtml">Forest
Service special-uses website</a>.</p>

<ul>
<h3>Tips and reminders</h3>

<li>The best way to help the proposal screening process move more quickly is to
provide complete and accurate information about your project.</li>
<ul>

<li>The Forest Service advises that you do not begin work on any project that
requires a special-use authorization until a permit has been issued.</li>
<li>The best way to help the proposal screening process move more quickly is to
provide complete and accurate information about your project.</li>

</ul>
<li>The Forest Service advises that you do not begin work on any project that
requires a special-use authorization until a permit has been issued.</li>

<h3>Who can I contact for help?</h3>
</ul>

<p>For help, contact the National Broadband Action Team at <a
href="mailto:[email protected]">[email protected]</a>.</p>
<h3>Who can I contact for help?</h3>

<p>For help, contact the National Broadband Action Team at <a
href="mailto:[email protected]">[email protected]</a>.</p>

</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/question2.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<form class="usa-form usa-form--large form-submit-save"
action="/question3/" method="get" id="question2">

<p> You told us that you are filling out this form on behalf of a
<p> You told us that you are filling out this form on behalf of an
<span class="entity-type">entity</span>.</p>


Expand Down

0 comments on commit c8f350e

Please sign in to comment.