mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <section class="row text-center">
 | |
| 	{{ with .Site.Params.social.twitter }}
 | |
| 	<a href="https://twitter.com/{{.}}"><i class="fab fa-twitter fa-lg" aria-hidden="true"></i></a>
 | |
| 	{{ end }}
 | |
| 	{{ with .Site.Params.social.facebook }}
 | |
| 	 <a href="https://facebook.com/{{.}}"><i class="fab fa-facebook-f"></i></a>
 | |
| 	{{ end }}
 | |
| 	{{ with .Site.Params.social.github }}
 | |
| 	 <a href="https://github.com/{{.}}"><i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
 | |
| 	{{ end }}
 | |
| 	{{ with .Site.Params.social.bitbucket }}
 | |
| 	 <a href="https://bitbucket.org/{{.}}"><i class="fab fa-bitbucket fa-lg" aria-hidden="true"></i></a>
 | |
| 	{{ end }}
 | |
| 	{{ with .Site.Params.social.instagram }}
 | |
| 	 <a href="https://instagram.com/{{.}}"><i class="fab fa-instagram fa-lg" aria-hidden="true"></i></a>
 | |
| 	{{ end }}
 | |
| 	{{ with .Site.Params.social.linkedin }}
 | |
| 	 <a href="https://linkedin.com/in/{{.}}"><i class="fab fa-linkedin fa-lg" aria-hidden="true"></i></a>
 | |
| 	{{ end }}
 | |
| 	{{ with .Site.Params.social.stackoverflow }}
 | |
| 	 <a href="https://stackoverflow.com/users/{{.}}"><i class="fab fa-stack-overflow fa-lg" aria-hidden="true"></i></a>
 | |
| 	{{ end }}
 | |
| 	{{ with .Site.Params.social.medium}}
 | |
| 	 <a href="https://medium.com/{{.}}"><i class="fab fa-medium fa-lg" aria-hidden="true"></i></a>
 | |
| 	{{ end }}
 | |
| 	{{ with .Site.Params.social.xing }}
 | |
| 	 <a href="https://www.xing.com/profile/{{.}}"><i class="fab fa-xing fa-lg" aria-hidden="true"></i></a>
 | |
| 	{{ end }}
 | |
| 	{{ with .Site.Params.social.email }}
 | |
| 	 <a href="mailto:{{.}}"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
 | |
| 	{{ end }}
 | |
| </section>
 |