mirror of
https://github.com/google/nomulus
synced 2026-02-05 04:21:07 +00:00
* Create console webapp, add material ui, initialize tlds and home pages * Add servlet for serving console static files * Add console tasks to nomulus tasks routine * Fix for base console GCP base usr * Add jetty dep and update_dependency.sh * Update console servlet url * verified fix for static url handler * Another deps update * Add Copyright * Remove unused variable * Update titles to Nomulus Console
25 lines
1.2 KiB
HTML
25 lines
1.2 KiB
HTML
|
|
<div class="console-tlds__cards">
|
|
<mat-card class="console-tlds__card">
|
|
<mat-card-title>.how</mat-card-title>
|
|
<mat-card-subtitle>A place for thinkers, tinkerers, and knowledge seekers</mat-card-subtitle>
|
|
<mat-card-actions class="console-tlds__card-links">
|
|
<a title="Onboarding Now" href="#" target="_blank" rel="noopener">Onboarding Now</a>
|
|
<a title="Marketing Materials" href="#" target="_blank" rel="noopener">Marketing Materials</a>
|
|
<a title="Visit get.how for more information" href="#" target="_blank" rel="noopener">Visit get.how for more information</a>
|
|
</mat-card-actions>
|
|
</mat-card>
|
|
</div>
|
|
|
|
<div class="console-tlds__cards">
|
|
<mat-card class="console-tlds__card">
|
|
<mat-card-title>.soy</mat-card-title>
|
|
<mat-card-subtitle>A place for thinkers, tinkerers, and knowledge seekers</mat-card-subtitle>
|
|
<mat-card-actions class="console-tlds__card-links">
|
|
<a title="Onboarding Now" href="#" target="_blank" rel="noopener">Onboarding Now</a>
|
|
<a title="Marketing Materials" href="#" target="_blank" rel="noopener">Marketing Materials</a>
|
|
<a title="Visit get.how for more information" href="#" target="_blank" rel="noopener">Visit iam.soy for more information</a>
|
|
</mat-card-actions>
|
|
</mat-card>
|
|
</div>
|