swapped order of membership and open data set at request of marketing
parent
f221e54292
commit
68742cd753
|
@ -1,3 +1,11 @@
|
||||||
|
<mat-card class="mat-elevation-z0">
|
||||||
|
<h2 class="mat-h2">Become a Member</h2>
|
||||||
|
<p *ngFor="let paragraph of membershipDescription" class="mat-body">
|
||||||
|
{{paragraph}}
|
||||||
|
</p>
|
||||||
|
<shared-membership-options (selectedMembership)="onMembershipSelection($event)"></shared-membership-options>
|
||||||
|
</mat-card>
|
||||||
|
|
||||||
<mat-card class="mat-elevation-z0">
|
<mat-card class="mat-elevation-z0">
|
||||||
<h2 class="mat-h2">Join Mycroft's Open Dataset</h2>
|
<h2 class="mat-h2">Join Mycroft's Open Dataset</h2>
|
||||||
<p *ngFor="let paragraph of openDatasetDescription" class="mat-body">
|
<p *ngFor="let paragraph of openDatasetDescription" class="mat-body">
|
||||||
|
@ -8,11 +16,3 @@
|
||||||
<mat-button-toggle (click)="onOptOut()">Maybe Later</mat-button-toggle>
|
<mat-button-toggle (click)="onOptOut()">Maybe Later</mat-button-toggle>
|
||||||
</mat-button-toggle-group>
|
</mat-button-toggle-group>
|
||||||
</mat-card>
|
</mat-card>
|
||||||
|
|
||||||
<mat-card class="mat-elevation-z0">
|
|
||||||
<h2 class="mat-h2">Become a Member</h2>
|
|
||||||
<p *ngFor="let paragraph of membershipDescription" class="mat-body">
|
|
||||||
{{paragraph}}
|
|
||||||
</p>
|
|
||||||
<shared-membership-options (selectedMembership)="onMembershipSelection($event)"></shared-membership-options>
|
|
||||||
</mat-card>
|
|
||||||
|
|
Loading…
Reference in New Issue