update tft page
This commit is contained in:
		@@ -215,6 +215,45 @@ Burning permanently removes TFT from the circulating supply when the ThreeFold G
 | 
				
			|||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{% end %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<br>
 | 
				
			||||||
 | 
					<br>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- section 9 (partners) -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{% row(style="center") %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## **JOIN THE PEOPLE'S INTERNET**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Get TFT today and participate in the realization of a truly decentralized world.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<div class="quicklinks">
 | 
				
			||||||
 | 
					<a class="center" href="https://coinmarketcap.com/currencies/threefold/" rel="some text" target="_blank"> 
 | 
				
			||||||
 | 
					 <img class="py-2 my-2 px-5 border-2 border-black" src="/images/get_tft_button.png" alt ="cointelegraph">
 | 
				
			||||||
 | 
					 
 | 
				
			||||||
 | 
					 </a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<a class="center" href="https://coinmarketcap.com/currencies/threefold/" rel="some text" target="_blank"> 
 | 
				
			||||||
 | 
					 <img class="py-2 my-2 px-5 border-2 border-black" src="/images/pancack_button.png" alt ="cointelegraph">
 | 
				
			||||||
 | 
					 
 | 
				
			||||||
 | 
					 </a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 <a class="center" href="https://coinmarketcap.com/currencies/threefold/" rel="some text" target="_blank"> 
 | 
				
			||||||
 | 
					 <img class="py-2 my-2 px-5 border-2 border-black" src="/images/iinch_button.png" alt ="cointelegraph">
 | 
				
			||||||
 | 
					 
 | 
				
			||||||
 | 
					 </a>
 | 
				
			||||||
 | 
					 </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{% end %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{% row(style="lean") %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% end %}
 | 
					{% end %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -136,3 +136,41 @@ header {
 | 
				
			|||||||
  border: none !important;
 | 
					  border: none !important;
 | 
				
			||||||
  box-shadow: none !important;
 | 
					  box-shadow: none !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.quicklinks {
 | 
				
			||||||
 | 
					  box-sizing: border-box;
 | 
				
			||||||
 | 
					  -webkit-align-items: center;
 | 
				
			||||||
 | 
					  -webkit-box-align: center;
 | 
				
			||||||
 | 
					  -ms-flex-align: center;
 | 
				
			||||||
 | 
					  align-items: center;
 | 
				
			||||||
 | 
					  width: auto;
 | 
				
			||||||
 | 
					  display: inline-block;
 | 
				
			||||||
 | 
					  margin: 0 auto;
 | 
				
			||||||
 | 
					  border-radius: 10px;
 | 
				
			||||||
 | 
					  margin-top: 30px;
 | 
				
			||||||
 | 
					  -webkit-flex-wrap: wrap;
 | 
				
			||||||
 | 
					  -ms-flex-wrap: wrap;
 | 
				
			||||||
 | 
					  flex-wrap: wrap;
 | 
				
			||||||
 | 
					  margin-bottom: 20px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.quicklinks img {
 | 
				
			||||||
 | 
					  height: auto;
 | 
				
			||||||
 | 
					  max-width: 200px;
 | 
				
			||||||
 | 
					  display: inline-block;
 | 
				
			||||||
 | 
					  padding: 10px;
 | 
				
			||||||
 | 
					  -webkit-filter: grayscale(100%);
 | 
				
			||||||
 | 
					  filter: grayscale(100%);
 | 
				
			||||||
 | 
					  position: relative;
 | 
				
			||||||
 | 
					  margin-right: 30px;
 | 
				
			||||||
 | 
					  -webkit-transition: all 0.2s ease;
 | 
				
			||||||
 | 
					  transition: all 0.2s ease;
 | 
				
			||||||
 | 
					  opacity: 0.5;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.quicklinks img:hover {
 | 
				
			||||||
 | 
					  opacity: 1;
 | 
				
			||||||
 | 
					  -webkit-transition: all 0.2s ease;
 | 
				
			||||||
 | 
					  transition: all 0.2s ease;
 | 
				
			||||||
 | 
					  -webkit-filter: grayscale(0%);
 | 
				
			||||||
 | 
					  filter: grayscale(0%);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								static/images/get_tft_button.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/images/get_tft_button.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 749 B  | 
							
								
								
									
										
											BIN
										
									
								
								static/images/iinch_button.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/images/iinch_button.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.9 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								static/images/pancack_button.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/images/pancack_button.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.8 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								static/images/tft_join_internet.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/images/tft_join_internet.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 81 KiB  | 
		Reference in New Issue
	
	Block a user