tambah screen tips dan tentang kami

This commit is contained in:
Ryan Ariana
2024-05-15 09:30:50 +07:00
parent cc6b09d1c2
commit dbadcaa786
34 changed files with 613 additions and 126 deletions

View File

@@ -0,0 +1,47 @@
<ion-header [translucent]="true">
<ion-toolbar color="primary">
<ion-buttons slot="start">
<ion-menu-button></ion-menu-button>
</ion-buttons>
<ion-title>Tips</ion-title>
</ion-toolbar>
</ion-header>
<ion-content [fullscreen]="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">Tips</ion-title>
</ion-toolbar>
</ion-header>
<ion-card>
<ion-card-header>
<ion-card-title>
TRIK AGAR SEHAT BUGAR SETIAP HARI
</ion-card-title>
</ion-card-header>
</ion-card>
<ion-card>
<ion-card-content>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum
</p>
</ion-card-content>
</ion-card>
<ion-card>
<ion-card-header>
<ion-card-title>
TRIK SEHAT BAGI PENDERITA DIABETES MELLITUS (DM) / KENCING MANIS
</ion-card-title>
</ion-card-header>
</ion-card>
<ion-card>
<ion-card-content>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum
</p>
</ion-card-content>
</ion-card>
</ion-content>