Browse Source
			
			
			Feature/improve pricing page (#778)
			
				* Improve pricing page
* Update changelog
			
			
				pull/784/head
			
			
		 
		
			
				
					
						
						Thomas Kaul
					
					4 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 2 changed files with 
14 additions and 
7 deletions
			 
			
		 
		
			
				- 
					
					
					 
					CHANGELOG.md
				
 
			
				- 
					
					
					 
					apps/client/src/app/pages/pricing/pricing-page.html
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
					@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					- Added more durations in the coupon system | 
					 | 
					 | 
					- Added more durations in the coupon system | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					### Changed | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					- Improved the pricing page | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					## 1.130.0 - 30.03.2022 | 
					 | 
					 | 
					## 1.130.0 - 30.03.2022 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					### Added | 
					 | 
					 | 
					### Added | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  | 
				
			
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
					@ -178,16 +178,19 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            </div> | 
					 | 
					 | 
					            </div> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <p>Fully managed <strong>Ghostfolio</strong> cloud offering.</p> | 
					 | 
					 | 
					            <p>Fully managed <strong>Ghostfolio</strong> cloud offering.</p> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <p class="h5 text-right" [hidden]="!price"> | 
					 | 
					 | 
					            <p class="h5 text-right" [hidden]="!price"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					              <span class="font-weight-normal" | 
					 | 
					 | 
					              <span class="font-weight-normal"> | 
				
			
			
				
				
			
		
	
		
		
			
				
					 | 
					 | 
					                >{{ baseCurrency }} | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                <ng-container *ngIf="coupon" | 
					 | 
					 | 
					                <ng-container *ngIf="coupon" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                  ><strong>{{ price - coupon | number : '1.2-2' }} </strong> | 
					 | 
					 | 
					                  ><del class="text-muted" | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                  <del>{{ price }}</del> | 
					 | 
					 | 
					                    >{{ baseCurrency }} {{ price }}</del | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                  > {{ baseCurrency }} <strong | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                    >{{ price - coupon }}</strong | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                  > | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                </ng-container> | 
					 | 
					 | 
					                </ng-container> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                <ng-container *ngIf="!coupon" | 
					 | 
					 | 
					                <ng-container *ngIf="!coupon" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                  ><strong>{{ price }}</strong></ng-container | 
					 | 
					 | 
					                  >{{ baseCurrency }} <strong | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                > | 
					 | 
					 | 
					                    >{{ price }}</strong | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                <span i18n> per year</span></span | 
					 | 
					 | 
					                  ></ng-container | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                > <span i18n>per year</span></span | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              > | 
					 | 
					 | 
					              > | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            </p> | 
					 | 
					 | 
					            </p> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          </mat-card> | 
					 | 
					 | 
					          </mat-card> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |