Merge pull request #276 from C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N/patch-1
Put the Tor Browser as the #1 choice in the Browser Recommendations (Issue: 271)
This commit is contained in:
		
							
								
								
									
										51
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										51
									
								
								index.html
									
									
									
									
									
								
							| @@ -652,9 +652,30 @@ | ||||
|  | ||||
| 		<div class="row"> | ||||
|  | ||||
| 			<!-- browsers - firefox --> | ||||
| 			<!-- browsers - tor browser --> | ||||
| 			<div class="col-sm-4"> | ||||
| 				<div class="panel panel-success"> | ||||
| 					<div class="panel-heading"> | ||||
| 						<h3 class="panel-title">Tor Browser</h3> | ||||
| 					</div> | ||||
| 					<div class="panel-body"> | ||||
| 						<p><img src="img/tools/Tor-Project.png" align="right" style="margin-left:5px;">Tor Browser is your choice if you need an extra layer of anonymity. It's a modified version of Firefox, it comes with pre-installed privacy add-ons, encryption and an advanced | ||||
| 							proxy. | ||||
| 						</p> | ||||
| 						<p> | ||||
| 							<a href="https://www.torproject.org/"> | ||||
| 								<button type="button" class="btn btn-success">Download: torproject.org</button> | ||||
| 							</a> | ||||
| 							<a data-toggle="tooltip" data-placement="bottom" data-original-title="http://expyuzz4wqqyqhjn.onion. Requires specific software to access: torproject.org" href="http://expyuzz4wqqyqhjn.onion"><img src="img/layout/tor.svg" width="40"></img></a> | ||||
| 						</p> | ||||
| 						<p>OS: Windows, Mac, Linux, <a href="https://mike.tig.as/onionbrowser/">iOS</a>, <a href="https://www.torproject.org/docs/android.html.en">Android</a>, <a href="https://github.com/torbsd/openbsd-ports">OpenBSD.</a></p> | ||||
| 					</div> | ||||
| 				</div> | ||||
| 			</div> | ||||
|  | ||||
| 			<!-- browsers - firefox --> | ||||
| 			<div class="col-sm-4"> | ||||
| 				<div class="panel panel-info"> | ||||
| 					<div class="panel-heading"> | ||||
| 						<h3 class="panel-title">Mozilla Firefox</h3> | ||||
| 					</div> | ||||
| @@ -663,7 +684,7 @@ | ||||
| 							recommendations: <a href="#webrtc"><span class="glyphicon glyphicon-link"></span> WebRTC</a> and <a href="#about_config"><span class="glyphicon glyphicon-link"></span> about:config</a> and get the <a href="#addons"><span class="glyphicon glyphicon-link"></span> privacy add-ons</a>.</p> | ||||
| 						<p> | ||||
| 							<a href="https://www.firefox.com/"> | ||||
| 								<button type="button" class="btn btn-success">Download: firefox.com</button> | ||||
| 								<button type="button" class="btn btn-info">Download: firefox.com</button> | ||||
| 							</a> | ||||
| 						</p> | ||||
| 						<p>OS: Windows, Mac, Linux, Android, BSD.</p> | ||||
| @@ -673,7 +694,7 @@ | ||||
|  | ||||
| 			<!-- browsers - brave --> | ||||
| 			<div class="col-sm-4"> | ||||
| 				<div class="panel panel-info"> | ||||
| 				<div class="panel panel-warning"> | ||||
| 					<div class="panel-heading"> | ||||
| 						<h3 class="panel-title">Brave</h3> | ||||
| 					</div> | ||||
| @@ -681,7 +702,7 @@ | ||||
| 						<p><img src="img/tools/Brave.png" align="right" style="margin-left:5px;">The new open source browser "Brave" automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium.</p> | ||||
| 						<p> | ||||
| 							<a href="https://www.brave.com/"> | ||||
| 								<button type="button" class="btn btn-info">Download: brave.com</button> | ||||
| 								<button type="button" class="btn btn-warning">Download: brave.com</button> | ||||
| 							</a> | ||||
| 						</p> | ||||
| 						<p>OS: Windows, Mac, Linux, Android, iOS.</p> | ||||
| @@ -704,30 +725,8 @@ | ||||
| </div> | ||||
| --> | ||||
|  | ||||
| 			<!-- browsers - tor browser bundle --> | ||||
| 			<div class="col-sm-4"> | ||||
| 				<div class="panel panel-warning"> | ||||
| 					<div class="panel-heading"> | ||||
| 						<h3 class="panel-title">Tor Browser</h3> | ||||
| 					</div> | ||||
| 					<div class="panel-body"> | ||||
| 						<p><img src="img/tools/Tor-Project.png" align="right" style="margin-left:5px;">Tor Browser is your choice if you need an extra layer of anonymity. It's a modified version of Firefox, it comes with pre-installed privacy add-ons, encryption and an advanced | ||||
| 							proxy. | ||||
| 						</p> | ||||
| 						<p> | ||||
| 							<a href="https://www.torproject.org/"> | ||||
| 								<button type="button" class="btn btn-warning">Download: torproject.org</button> | ||||
| 							</a> | ||||
| 							<a data-toggle="tooltip" data-placement="bottom" data-original-title="http://expyuzz4wqqyqhjn.onion. Requires specific software to access: torproject.org" href="http://expyuzz4wqqyqhjn.onion"><img src="img/layout/tor.svg" width="40"></img></a> | ||||
| 						</p> | ||||
| 						<p>OS: Windows, Mac, Linux, <a href="https://mike.tig.as/onionbrowser/">iOS</a>, <a href="https://www.torproject.org/docs/android.html.en">Android</a>, <a href="https://github.com/torbsd/openbsd-ports">OpenBSD.</a></p> | ||||
| 					</div> | ||||
| 				</div> | ||||
| 			</div> | ||||
|  | ||||
| 		</div> | ||||
|  | ||||
|  | ||||
| 		<!-- Browser Fingerprint --> | ||||
| 		<a class="anchor" name="fingerprint"></a> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Burung Hantu
					Burung Hantu