mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +02:00
Move example text into a separate includes
This commit is contained in:
parent
e1a1a5e367
commit
dc4d212452
4 changed files with 18 additions and 16 deletions
|
@ -12,7 +12,7 @@
|
|||
</p>
|
||||
|
||||
<div class="ao-example">
|
||||
<p>Domain requests from <strong>cities</strong> must be authorized by the mayor or the equivalent highest elected official.</p>
|
||||
{% include "includes/ao_example__city.html" %}
|
||||
</div>
|
||||
|
||||
<p>We’ll contact your authorizing official to let them know that you made this request and to double check that they approve it.</p>
|
||||
|
|
|
@ -18,21 +18,7 @@
|
|||
|
||||
<p>Here are a few domain examples for your type of organization.</p>
|
||||
<div class="domain-example">
|
||||
<p> Most city domains must include the two-letter state abbreviation or clearly spell out the state name. Using phrases like “City of” or “Town of” is optional.</p>
|
||||
<p>Examples:
|
||||
<ul class="usa-list">
|
||||
<li>www.BlufftonIndiana.gov</li>
|
||||
<li>www.CityofEudoraKS.gov</li>
|
||||
<li>www.WallawallaWA.gov</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p> Some cities don’t have to refer to their state.
|
||||
<ul class="usa-list">
|
||||
<li> City names that are not shared by any other U.S. city, town, or village can be requested without referring to the state. We use the Census Bureau’s National Places Gazetteer Files to determine if names are unique. </li>
|
||||
<li>Certain cities are so well-known that they may not require a state reference to communicate location. We use the list of U.S. “dateline cities” in the Associated Press Stylebook to make this determination.</li>
|
||||
<li>The 50 largest cities, as measured by population according to the Census Bureau, can have .gov domain names that don’t refer to their state.</li>
|
||||
</ul>
|
||||
</p>
|
||||
{% include "includes/domain_example__city.html" %}
|
||||
</div>
|
||||
|
||||
<form id="step__{{wizard.steps.current}}" class="usa-form usa-form--large" method="post">
|
||||
|
|
1
src/registrar/templates/includes/ao_example__city.html
Normal file
1
src/registrar/templates/includes/ao_example__city.html
Normal file
|
@ -0,0 +1 @@
|
|||
<p>Domain requests from <strong>cities</strong> must be authorized by the mayor or the equivalent highest elected official.</p>
|
15
src/registrar/templates/includes/domain_example__city.html
Normal file
15
src/registrar/templates/includes/domain_example__city.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<p> Most city domains must include the two-letter state abbreviation or clearly spell out the state name. Using phrases like “City of” or “Town of” is optional.</p>
|
||||
<p>Examples:
|
||||
<ul class="usa-list">
|
||||
<li>www.BlufftonIndiana.gov</li>
|
||||
<li>www.CityofEudoraKS.gov</li>
|
||||
<li>www.WallawallaWA.gov</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p> Some cities don’t have to refer to their state.
|
||||
<ul class="usa-list">
|
||||
<li> City names that are not shared by any other U.S. city, town, or village can be requested without referring to the state. We use the Census Bureau’s National Places Gazetteer Files to determine if names are unique. </li>
|
||||
<li>Certain cities are so well-known that they may not require a state reference to communicate location. We use the list of U.S. “dateline cities” in the Associated Press Stylebook to make this determination.</li>
|
||||
<li>The 50 largest cities, as measured by population according to the Census Bureau, can have .gov domain names that don’t refer to their state.</li>
|
||||
</ul>
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue