[sponsors] allow setting up custom host for the sponsor component
This commit is contained in:
		
							parent
							
								
									0225455784
								
							
						
					
					
						commit
						f6d7790512
					
				| @ -1,14 +1,14 @@ | |||||||
| <div id="become-sponsor-container"> | <div id="become-sponsor-container"> | ||||||
|   <div class="become-sponsor community"> |   <div class="become-sponsor community"> | ||||||
|     <p style="font-weight: 700; font-size: 18px;">If you're an individual...</p> |     <p style="font-weight: 700; font-size: 18px;">If you're an individual...</p> | ||||||
|     <a href="https://mempool.space/sponsor" class="btn" style="background-color: rgba(152, 88, 255, 0.75); box-shadow: 0px 0px 50px 5px rgba(152, 88, 255, 0.75)" i18n="about.community-sponsor-button" (click)="onSponsorClick($event)">Become a Community Sponsor</a> |     <a [href]="host + '/sponsor'" class="btn" style="background-color: rgba(152, 88, 255, 0.75); box-shadow: 0px 0px 50px 5px rgba(152, 88, 255, 0.75)" i18n="about.community-sponsor-button" (click)="onSponsorClick($event)">Become a Community Sponsor</a> | ||||||
|     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> Exclusive swag</p> |     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> Exclusive swag</p> | ||||||
|     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> Your avatar on the About page</p> |     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> Your avatar on the About page</p> | ||||||
|     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> And more coming soon :)</p> |     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> And more coming soon :)</p> | ||||||
|   </div> |   </div> | ||||||
|   <div class="become-sponsor enterprise"> |   <div class="become-sponsor enterprise"> | ||||||
|     <p style="font-weight: 700; font-size: 18px;">If you're a business...</p> |     <p style="font-weight: 700; font-size: 18px;">If you're a business...</p> | ||||||
|     <a href="https://mempool.space/enterprise" class="btn" style="background-color: rgba(152, 88, 255, 0.75); box-shadow: 0px 0px 50px 5px rgba(152, 88, 255, 0.75)" i18n="about.enterprise-sponsor-button" (click)="onEnterpriseClick($event)">Become an Enterprise Sponsor</a> |     <a [href]="host + '/enterprise'" class="btn" style="background-color: rgba(152, 88, 255, 0.75); box-shadow: 0px 0px 50px 5px rgba(152, 88, 255, 0.75)" i18n="about.enterprise-sponsor-button" (click)="onEnterpriseClick($event)">Become an Enterprise Sponsor</a> | ||||||
|     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> Increased API limits</p> |     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> Increased API limits</p> | ||||||
|     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> Co-branded instance</p> |     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> Co-branded instance</p> | ||||||
|     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> 99% service-level agreement</p> |     <p class="sponsor-feature"><fa-icon [icon]="['fas', 'check']"></fa-icon> 99% service-level agreement</p> | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| import { Component } from '@angular/core'; | import { Component, Input } from '@angular/core'; | ||||||
| import { EnterpriseService } from '../../services/enterprise.service'; | import { EnterpriseService } from '../../services/enterprise.service'; | ||||||
| 
 | 
 | ||||||
| @Component({ | @Component({ | ||||||
| @ -7,6 +7,8 @@ import { EnterpriseService } from '../../services/enterprise.service'; | |||||||
|   styleUrls: ['./about-sponsors.component.scss'], |   styleUrls: ['./about-sponsors.component.scss'], | ||||||
| }) | }) | ||||||
| export class AboutSponsorsComponent { | export class AboutSponsorsComponent { | ||||||
|  |   @Input() host = 'https://mempool.space'; | ||||||
|  | 
 | ||||||
|   constructor(private enterpriseService: EnterpriseService) { |   constructor(private enterpriseService: EnterpriseService) { | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user