This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
611 lines (439 loc) · 22.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="Generator" content="Drupal 9 (https://www.drupal.org)" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="alternate" hreflang="en" href="https://federalist-bdeb5311-787a-4bfe-ac2a-f8478679215f.app.cloud.gov/government-loan" />
<link rel="alternate" hreflang="es" href="https://federalist-bdeb5311-787a-4bfe-ac2a-f8478679215f.app.cloud.gov/es/pr%C3%A9stamo-del-gobierno" />
<link rel="canonical" href="https://federalist-bdeb5311-787a-4bfe-ac2a-f8478679215f.app.cloud.gov/government-loan" />
<link rel="shortlink" href="https://federalist-bdeb5311-787a-4bfe-ac2a-f8478679215f.app.cloud.gov/node/38" />
<link rel="revision" href="https://federalist-bdeb5311-787a-4bfe-ac2a-f8478679215f.app.cloud.gov/government-loan" />
<title>How to Get a Government Loan | USA.revamp</title>
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/ajax-progress.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/align.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/autocomplete-loading.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/fieldgroup.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/container-inline.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/clearfix.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/details.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/hidden.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/item-list.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/js.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/nowrap.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/position-container.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/progress.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/reset-appearance.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/resize.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/sticky-header.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-counter.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-report-counters.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-report-general-info.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/tabledrag.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/tablesort.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/core/modules/system/css/components/tree-child.module.css?r46e8p" />
<link rel="stylesheet" media="all" href="/modules/contrib/uswds_paragraph_components/components/alert/uswds-paragraph-components-alerts.css?r46e8p" />
<link rel="stylesheet" media="all" href="/modules/contrib/paragraphs/css/paragraphs.unpublished.css?r46e8p" />
<link rel="stylesheet" media="all" href="/themes/custom/usagov/css/styles.css?r46e8p" />
</head>
<body>
<a href="#main-content" class="usa-sr-only focusable">
Skip to main content
</a>
<div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas>
<div class="usa-overlay"></div>
<header class="usa-header usa-header--extended" id="header" role="banner">
<div class="usa-banner-inner">
<div>
<div id="block-englishbannercode" class="settings-tray-editable block block-block-content block-block-contentd61595f0-7e1c-4081-9eef-cdc5ebbf822b" data-drupal-settingstray="editable">
<div><section class="usa-banner">
<div class="usa-banner">
<div class="usa-accordion">
<header class="usa-banner__header">
<div class="usa-banner__inner">
<div class="grid-col-auto">
<img class="usa-banner__header-flag" src="/themes/custom/usagov/images/favicon-57.png" alt="U.S. flag">
</div>
<div class="grid-col-fill tablet:grid-col-auto">
<p class="usa-banner__header-text">An official website of the United States government</p>
<p class="usa-banner__header-action" aria-hidden="true">Here's how you know</p>
</div>
<button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner">
<span class="usa-banner__button-text">Here's how you know</span>
</button>
</div>
</header>
<div class="usa-banner__content usa-accordion__content" id="gov-banner" hidden="">
<div class="grid-row grid-gap-lg">
<div class="usa-banner__guidance tablet:grid-col-6">
<img class="usa-banner__icon usa-media-block__img" src="/themes/custom/usagov/assets/img/icon-dot-gov.svg" alt="Dot gov">
<div class="usa-media-block__body">
<p>
<strong>The .gov means it’s official.</strong>
<br>
Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on a federal government site.
</p>
</div>
</div>
<div class="usa-banner__guidance tablet:grid-col-6">
<img class="usa-banner__icon usa-media-block__img" src="/themes/custom/usagov/assets/img/icon-https.svg" alt="Https">
<div class="usa-media-block__body">
<p>
<strong>The site is secure.</strong>
<br>
The <strong>https://</strong> ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section></div>
</div>
<div id="block-betabanner" class="settings-tray-editable block block-block-content block-block-content189deb7d-0146-4d42-828d-c67ff9f0dcc6" data-drupal-settingstray="editable">
<div>
<div>
<div class="paragraph paragraph--type--uswds-alert paragraph--view-mode--default paragraph--id--1 usa-alert usa-alert--slim usa-alert--info">
<div class="usa-alert__body">
<h3 class="usa-alert__heading"></h3>
<div><strong>This is a beta site.</strong> It's an early, in-progress version of an improved <a href="https://www.usa.gov/">USA.gov</a>. If you don't find what you're looking for, return to the main site.</div>
</div>
</div>
</div>
</div>
</div>
<div class="language-switcher-language-url settings-tray-editable block block-language block-language-blocklanguage-interface" id="block-languageswitcher" role="navigation" data-drupal-settingstray="editable">
<ul class="links usa-nav__primary usa-accordion"><li hreflang="es" data-drupal-link-system-path="node/38" class="usa-nav__primary-item"><a href="/es/pr%C3%A9stamo-del-gobierno" class="language-link" hreflang="es" data-drupal-link-system-path="node/38">Español</a></li></ul>
</div>
<div id="block-englishheadercode" class="settings-tray-editable block block-block-content block-block-content644b7adb-94b1-497d-bd4d-c1f2a2bf9909" data-drupal-settingstray="editable">
<div> <div class="usa-navbar">
<div class="usa-logo" id="extended-logo">
<em class="usa-logo-text">
<a href="/" title="USAGov Logo"><img src="/themes/custom/usagov/images/LOGO_betasite_USAGOV_v2.png" alt="USAGov Logo"></a>
</em>
</div>
<button class="usa-menu-btn">Menu</button>
</div>
<nav aria-label="Primary navigation" class="usa-nav">
<div class="usa-nav__inner">
<button class="usa-nav__close">
<img src="/themes/custom/usagov/assets/img/usa-icons/close.svg" role="img" alt="Close" />
</button>
<ul class="usa-nav__primary usa-accordion">
<li class="usa-nav__primary-item"><a href="/" class="usa-nav__link"><span>All Topics and Services</span></a>
</li>
<li class="usa-nav__primary-item"><a href="/about-the-us-and-its-government" class="usa-nav__link"><span>About the U.S. and Its Government</span></a>
</li>
<li class="usa-nav__primary-item"><a href="/money-and-credit" class="usa-nav__link"><span>Money and Credit</span></a>
</li>
<li class="usa-nav__primary-item"><a href="/laws-and-legal-issues" class="usa-nav__link"><span>Laws and Legal Issues</span></a>
</li>
<li class="usa-nav__primary-item"><a href="/scams-and-frauds" class="usa-nav__link"><span>Scams and Frauds</span></a>
</li>
</ul>
<div class="usa-nav__secondary">
<ul class="usa-nav__secondary-links">
<li class="usa-nav__secondary-item">
<a href="">Call us at 1-844-USAGOV1</a>
</li>
</ul>
<form class="usa-search usa-search--small" role="search">
<label class="usa-sr-only" for="extended-search-field-en-small">
Search
</label>
<input
class="usa-input"
id="extended-search-field-en-small"
type="search"
name="search"
value="Search is disabled"
disabled
/>
<button class="usa-button" type="submit">
<span class="usa-sr-only">Search</span>
</button>
</form>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<main class="main-content usa-layout-docs usa-section " role="main" id="main-content">
<a id="main-content" tabindex="-1"></a>
<div class="grid-container">
<div class="grid-row">
<div>
<div id="block-usagov-breadcrumbs" class="settings-tray-editable block block-system block-system-breadcrumb-block" data-drupal-settingstray="editable">
<nav class="margin-bottom-6" role="navigation" aria-labelledby="system-breadcrumb">
<h2 id="system-breadcrumb" class="usa-sr-only">Breadcrumb</h2>
<ol class="usa-breadcrumb__list">
<li class="usa-breadcrumb__list-item">
<a href="/" class="usa-breadcrumb__link">Home</a>
</li>
</ol>
</nav>
</div>
</div>
</div>
<div class="">
<div data-drupal-messages-fallback class="hidden"></div>
</div>
<div class="grid-row grid-gap">
<aside class="usa-layout-docs__sidenav desktop:grid-col-4 layout-sidebar-first" role="complementary">
<nav aria-label="Secondary navigation">
<ul class="usa-sidenav">
<li class="usa-sidenav__item">
<a href="/money-and-credit" class="active-trail">
Money and Credit
</a>
</li>
<ul class="usa-sidenav__sublist">
<li class="usa-sidenav__item">
<a href="/government-grants-and-loans" class="active-trail">
Government Grants and Loans
</a>
</li>
<ul class="usa-sidenav__sublist">
<li class="usa-sidenav__item">
<a href="/grants">
Government Grants
</a>
</li>
<li class="usa-sidenav__item">
<a class="usa-current">
How to Get a Government Loan
</a>
</li>
<ul class="usa-sidenav__sublist">
</ul>
<li class="usa-sidenav__item">
<a href="/no-free-money">
The Government Does Not Give Away “Free Money”
</a>
</li>
</ul>
<li class="usa-sidenav__item">
<a href="/unclaimed-money">
Unclaimed Money From the Government
</a>
</li>
</ul>
</ul>
</nav>
</aside>
<div class="usa-layout-docs__main usa-prose desktop:grid-col-8">
<h1 class="text-red"><span>How to Get a Government Loan</span>
</h1>
<div id="block-usagov-content" class="block block-system block-system-main-block">
<article role="article">
<div>
<div class="usa-prose"><p class="usa-intro">Government loans can help pay for education, housing, business, disaster relief, and more. Unlike grants and benefits, government loans must be repaid, often with interest.</p>
<p>Use the free, official website <a data-mce-href="https://www.govloans.gov/" href="https://www.govloans.gov/">GovLoans.gov</a> to search for government loans you may be eligible for.</p>
<p>Each federal loan program has its own eligibility rules, application process, and deadlines.</p>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</main>
<footer class="usa-footer usa-footer--big" role="contentinfo">
<div class="usa-footer__primary-section">
<div class="usa-footer__primary-content">
<div class="grid-container">
<div class="grid-row grid-gap">
</div>
</div>
<div>
<div id="block-primaryfooterenglish" class="settings-tray-editable block block-block-content block-block-content40b89fdf-175f-4e77-9f83-96301e9120ad" data-drupal-settingstray="editable">
<div><div class="usa-footer__primary-section">
<div class="grid-container">
<div class="grid-row grid-gap">
<div class="tablet:grid-col-8">
<nav class="usa-footer__nav" aria-label="Footer navigation,,">
<div class="grid-row grid-gap-4">
<div class="mobile-lg:grid-col-6 desktop:grid-col-3">
<section class="
usa-footer__primary-content
usa-footer__primary-content--collapsible
">
<h4 class="usa-footer__primary-link">Government Information</h4>
<ul class="usa-list usa-list--unstyled">
<li class="usa-footer__secondary-link">
<a href="/"> All Topics and Services </a>
</li>
<li class="usa-footer__secondary-link">
<a class="disabled" href="javascript:void(0);">Directory of U.S. Government Agencies and Departments</a>
</li>
<li class="usa-footer__secondary-link">
<a class="disabled" href="javascript:void(0);">
Branches of Government
</a>
</li>
</ul>
</section>
</div>
<div class="mobile-lg:grid-col-6 desktop:grid-col-3">
<section class="
usa-footer__primary-content
usa-footer__primary-content--collapsible
">
<h4 class="usa-footer__primary-link">About Us</h4>
<ul class="usa-list usa-list--unstyled">
<li class="usa-footer__secondary-link ftr-list">
<a class="disabled" href="javascript:void(0);"> Our Mission and History </a>
</li>
<li class="usa-footer__secondary-link">
<a href="/policies">
Privacy and Security Policies
</a>
</li>
<li class="usa-footer__secondary-link">
<a href="/accessibility">Accessibility Policy</a>
</li>
<li class="usa-footer__secondary-link">
<a class="disabled" href="javascript:void(0);"> How to Cite USA.gov </a>
</li>
<li class="usa-footer__secondary-link">
<a class="disabled" href="javascript:void(0);"> Real-time Website Data </a>
</li>
</ul>
</section>
</div>
<div class="mobile-lg:grid-col-6 desktop:grid-col-3">
<section class="
usa-footer__primary-content
usa-footer__primary-content--collapsible
">
<h4 class="usa-footer__primary-link">For Federal Agencies</h4>
<ul class="usa-list usa-list--unstyled">
<li class="usa-footer__secondary-link">
<a class="disabled" href="javascript:void(0);"> Partner With Us </a>
</li>
<li class="usa-footer__secondary-link">
<a class="disabled" href="javascript:void(0);"> USAGov Blog </a>
</li>
</ul>
</section>
</div>
<div class="mobile-lg:grid-col-6 desktop:grid-col-3">
<section class="
usa-footer__primary-content
usa-footer__primary-content--collapsible
">
<h4 class="usa-footer__primary-link">For Media</h4>
<ul class="usa-list usa-list--unstyled">
<li class="usa-footer__secondary-link ftr-list">
<a class="disabled" href="javascript:void(0);"> Feature Articles </a>
</li>
<li class="usa-footer__secondary-link">
<a class="disabled" href="javascript:void(0);"> Explore More About USAGov </a>
</li>
</ul>
</section>
</div>
</div>
</nav>
</div>
<div class="tablet:grid-col-4">
<div class="usa-sign-up">
<h3 class="usa-sign-up__heading">Sign Up To Receive Email Updates</h3>
<form class="usa-form">
<label class="usa-label" for="email">Enter your email</label>
<input class="usa-input" id="email" name="email" type="email" value="Sign-up function is disabled" disabled>
<button class="usa-button" type="submit">Sign Up</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div id="block-secondaryfooterenglish" class="settings-tray-editable block block-block-content block-block-content34c0b345-aba2-4df4-bd1e-cf2e870266f9" data-drupal-settingstray="editable">
<div><div class="usa-footer__secondary-section">
<div class="grid-container">
<div class="grid-row grid-gap">
<div class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2">
<div class="mobile-lg:grid-col-auto">
<p class="usa-footer__logo-heading">USAGov Contact Center</p>
</div>
<div class="mobile-lg:grid-col-auto">
<p>
Ask USA.gov a question at
</p>
<address class="usa-footer__address">
<div class="usa-footer__contact-info grid-row grid-gap">
<a class="disabled" href="tel:1-844-872-4681">1-844-USAGOV1 (1-844-872-4681)</a>
</div>
</address>
</div>
</div>
<div class="usa-footer__contact-links mobile-lg:grid-col-6">
<h3 class="usa-footer__contact-heading">
Find Us on Social Media
</h3>
<div class="usa-footer__social-links grid-row grid-gap-1">
<div class="grid-col-auto">
<a class="usa-social-link usa-social-link--facebook disabled" href="javascript:void(0);" alt="Facebook USAGov">
<span>Facebook</span>
</a>
</div>
<div class="grid-col-auto">
<a class="usa-social-link usa-social-link--twitter disabled" href="javascript:void(0);" alt="Twitter USAGov">
<span>Twitter</span>
</a>
</div>
<div class="grid-col-auto">
<a class="usa-social-link usa-social-link--youtube disabled" href="javascript:void(0);" alt="YouTube USAGov">
<span>YouTube</span>
</a>
</div>
<div class="grid-col-auto">
<a class="usa-social-link usa-social-link--instagram disabled" href="javascript:void(0);" alt="Instagram USAGov">
<span>Instagram</span>
</a>
</div>
</div>
</div>
</div>
<div class="grid-col-auto">
<a class="disabled" href="mailto:[email protected]">
Report a Website Issue
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<div>
<div id="block-footeridentifierenglish" class="settings-tray-editable block block-block-content block-block-content2bd70942-1be7-4595-b6d1-76a52abfe7c0" data-drupal-settingstray="editable">
<div><div class="usa-identifier">
<section class="usa-identifier__section usa-identifier__section--usagov"
aria-label="USAGov is the Official Guide to Government Information and Services">
<div class="usa-identifier__container">
<div class="usa-identifier__usagov-description">
USAGov Is the Official Guide To <span> Government Information and Services</span>
</div>
</div>
</section>
</div></div>
</div>
</div>
</div>
<script src="/themes/custom/usagov/scripts/uswds.min.js?v=1"></script>
</body>
</html>