mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
These probably aren't perfect but they seemed to make sense given the old console. Nothing major.
17 lines
451 B
HTML
17 lines
451 B
HTML
<h1 class="mat-headline-4">Resources</h1>
|
|
<div class="console-app__resources">
|
|
<div>
|
|
<div class="console-app__resources-subhead">Technical resources</div>
|
|
<a
|
|
class="text-l"
|
|
href="{{ userDataService.userData.technicalDocsUrl }}"
|
|
target="_blank"
|
|
>View onboarding FAQs, TLD information, and technical documentation on
|
|
Google Drive</a
|
|
>
|
|
</div>
|
|
<div>
|
|
<img src="./assets/resources.png" />
|
|
</div>
|
|
</div>
|