Fix /about/ page images (#1564)
| @@ -1,6 +1,6 @@ | ||||
| <div class="col-12 col-sm-6 col-lg-4 col-xl-3"> | ||||
|   <div class="card mb-3 mx-4 mx-sm-0" itemscope itemtype="http://schema.org/Person"> | ||||
|     <img src="{{ site.baseurl }}/assets/img/team/{{ include.avatar }}" class="card-img-top" itemprop="image" alt="{% if include.nick %}{{ include.nick }}{% else %}{{ include.name }}{% endif %}"> | ||||
|     <img src="{{ site.baseurl }}/assets/img/png/team/{{ include.avatar }}" class="card-img-top" itemprop="image" alt="{% if include.nick %}{{ include.nick }}{% else %}{{ include.name }}{% endif %}"> | ||||
|     <div class="card-body"> | ||||
|  | ||||
|       <h5 class="card-title mt-0" itemprop="name"> | ||||
|   | ||||
| Before Width: | Height: | Size: 56 KiB | 
							
								
								
									
										
											BIN
										
									
								
								assets/img/png/team/burung.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 157 KiB | 
| Before Width: | Height: | Size: 21 KiB | 
							
								
								
									
										
											BIN
										
									
								
								assets/img/png/team/danarel.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 114 KiB | 
| Before Width: | Height: | Size: 374 KiB After Width: | Height: | Size: 105 KiB | 
| Before Width: | Height: | Size: 11 KiB | 
							
								
								
									
										
											BIN
										
									
								
								assets/img/png/team/nitrohorse.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 34 KiB | 
| Before Width: | Height: | Size: 285 KiB | 
							
								
								
									
										
											BIN
										
									
								
								assets/img/png/team/trai_dep.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 186 KiB | 
| @@ -25,7 +25,7 @@ hidedesc: true | ||||
| <div class="row"> | ||||
|  | ||||
| {% include team.html | ||||
| avatar="burung.jpg" | ||||
| avatar="burung.png" | ||||
| name="Burung Hantu" | ||||
| role="Founder" | ||||
| bio="I founded PrivacyTools in 2015 to share resources and tools, allowing users to avoid international mass-surveillance programs." | ||||
| @@ -59,7 +59,7 @@ mastodon="https://social.privacytools.io/@blacklight447" | ||||
| %} | ||||
|  | ||||
| {% include team.html | ||||
| avatar="danarel.jpg" | ||||
| avatar="danarel.png" | ||||
| name="Dan Arel" | ||||
| role="Blogging & Education" | ||||
| bio="I'm an author, columnist, and privacy advocate whose work has appeared in Time, Huff Post, OpenSource, and more." | ||||
| @@ -102,7 +102,7 @@ keys="https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/.mikaela/ | ||||
| %} | ||||
|  | ||||
| {% include team.html | ||||
| avatar="nitrohorse.jpg" | ||||
| avatar="nitrohorse.png" | ||||
| name="Andreas Basurto" | ||||
| nick="nitrohorse" | ||||
| role="Developer" | ||||
| @@ -114,7 +114,7 @@ blog="nitrohorse" | ||||
| %} | ||||
|  | ||||
| {% include team.html | ||||
| avatar="trai_dep.jpg" | ||||
| avatar="trai_dep.png" | ||||
| name="trai_dep" | ||||
| role="Subreddit Mod" | ||||
| bio="I'm the moderator at r/Privacy and r/privacytoolsIO. Day to day, I am also – <i>irony alert</i> – an (ethical) digital marketer." | ||||
|   | ||||
 Dawid Potocki
					Dawid Potocki