Browse Source
			 
			
			Feature/add hacker news logo to landing page (#2281 ) 
 
 
			
				* Add Hacker News
* Update changelog 
			
			
				 pull/2282/head 
			
			
		 
		
			
				
					
						 
						Thomas Kaul 
					
					2 years ago  
					
						
							 committed by 
							
								 
								GitHub 
							
						 
					
				 
				
			 
		 
		
			
				
					 
					No known key found for this signature in database
					
						
							GPG Key ID:   4AEE18F83AFDEB23 
						
					
				
			
		
		
		
	
		
			
				 4 changed files  with 
20 additions  and 
0 deletions 
			 
			
		 
		
			
				
					
					
					  
					CHANGELOG.md 
				 
			
				
					
					
					  
					apps/client/src/app/pages/landing/landing-page.html 
				 
			
				
					
					
					  
					apps/client/src/app/pages/landing/landing-page.scss 
				 
			
				
					
					
					  
					apps/client/src/assets/images/logo-hacker-news.svg 
				 
			
		 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					
						
						
							
								 
							 
						
						
					 
				
				 
				
					@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					
 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					## Unreleased 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					
 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					### Added 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					
 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					- Added _Hacker News_  to the _As seen in_  section on the landing page 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					
 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					### Changed 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					
 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					- Shortened the page titles 
				
			 
			
		
	
	
		
			
				
					
						
							
								 
							 
						
						
						
					 
				
				 
				
					 
				
			 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					
						
						
							
								 
							 
						
						
					 
				
				 
				
					@ -134,6 +134,14 @@ 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					        title="DEV Community - A constructive and inclusive social network for software developers" 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					      >< / a >  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    < / div >  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    < div  class = "col-md-3 d-flex justify-content-center my-1" >  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					      < a  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					        class="d-block logo logo-hacker-news mask" 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					        href="https://news.ycombinator.com" 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					        target="_blank" 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					        title="Hacker News" 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					      >< / a >  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    < / div >  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    < div  class = "col-md-3 d-flex justify-content-center my-1" >  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					      < a  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					        class="d-block logo logo-openstartup" 
				
			 
			
		
	
	
		
			
				
					
						
							
								 
							 
						
						
						
					 
				
				 
				
					 
				
			 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					
						
						
							
								 
							 
						
						
					 
				
				 
				
					@ -53,6 +53,10 @@ 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					      mask-image :  url( '/assets/images/logo-dev-community.svg' ) ;  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    }  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					
 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    & . logo-hacker-news  {  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					      mask-image :  url( '/assets/images/logo-hacker-news.svg' ) ;  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    }  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					
 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    & . logo-openstartup  {  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					      background-image :  url( '/assets/images/logo-openstartup.png' ) ;  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					      background-position :  center ;  
				
			 
			
		
	
	
		
			
				
					
						
							
								 
							 
						
						
							
								 
							 
						
						
					 
				
				 
				
					@ -128,6 +132,7 @@ 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    & . logo-agplv3 ,  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    & . logo-alternative-to ,  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    & . logo-dev-community ,  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    & . logo-hacker-news ,  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    & . logo-privacy-tools ,  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    & . logo-reddit ,  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					    & . logo-sackgeld ,  
				
			 
			
		
	
	
		
			
				
					
						
							
								 
							 
						
						
						
					 
				
				 
				
					 
				
			 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					
						
						
						
					 
				
				 
				
					@ -0,0 +1,3 @@ 
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					<svg  xmlns= "http://www.w3.org/2000/svg"  viewBox= "0 0 16 16"  width= "256px"  height= "256px" >  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					  <path  d= "M 1 1 L 1 14 L 14 14 L 14 1 Z M 2 2 L 13 2 L 13 13 L 2 13 Z M 4.644531 4 L 7 8.125 L 7 11 L 8 11 L 8 8.140625 L 10.367188 4 L 9.21875 4 L 7.507813 6.992188 L 5.796875 4 Z" />  
				
			 
			
		
	
		
			
				
					 
					 
				
				 
				
					</svg>  
				
			 
			
		
	
								
							
						
					 
					
						
							
								
									
	
		
			
			
				
					
						
						
						
							
							 
							
								
									Width:  
									 | 
									Height:  
									 | 
								 
								Size: 282 B