portal/pages/home/source.html (49 lines of code) (raw):
<!--
Copyright 2022 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<div class="home-page" >
<div class="full-width__container">
<div class="full-width__centered">
<div class="full-width__text">
WELCOME<BR>
DEVELOPERS!
</div>
<div class="full-width__content"></div>
</div>
</div>
<div class="home-page-cards">
<mat-card class="home-page-card quick-start">
<mat-card-header class="home-page-card-header" color="primary">
<mat-icon class="home-page-card-header-icon">
check_circle
</mat-icon>
<h2 class="home-page-card-header-text">
<a class="navigable-content" href="get-started">
GET STARTED
</a>
</h2>
</mat-card-header>
<mat-card-content class="home-page-card-content">
<a class="navigable-content" href="get-started">
<p class="home-page-card-content-text">
Launch your API program using Apigee portals in no time flat!
</p>
</a>
</mat-card-content>
</mat-card>
<mat-card class="home-page-card view-apis">
<mat-card-header class="home-page-card-header"color="primary">
<mat-icon class="home-page-card-header-icon">class</mat-icon>
<h2 class="home-page-card-header-text">
<a class="navigable-content" href="apis">
API CATALOG
</a>
</h2>
</mat-card-header>
<mat-card-content class="home-page-card-content">
<a class="navigable-content" href="apis">
<p class="home-page-card-content-text">
Learn about and try our APIs.
</p>
</a>
</mat-card-content>
</mat-card>
</div>
</div>