mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 13:27:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			938 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			938 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
{% block extrahead %}
 | 
						|
  <link rel="stylesheet" href="{{ 'overrides/home.css' | url }}">
 | 
						|
{% endblock %}
 | 
						|
{% block tabs %}
 | 
						|
  {{ super() }}
 | 
						|
  <style>.md-content > .md-typeset h1{visibility:hidden;font-size:0;}</style>
 | 
						|
  <section class="mdx-container">
 | 
						|
    <div class="md-grid md-typeset">
 | 
						|
      <div class="mdx-hero">
 | 
						|
        <div class="mdx-hero__content">
 | 
						|
          <h1>The guide to restoring your online privacy.</h1>
 | 
						|
          <p>{{ config.site_description }}</p>
 | 
						|
          <a href="{{ 'tools/' | url }}" title="Recommended privacy tools, services, and knowledge" class="md-button md-button--primary">
 | 
						|
            Recommended Tools
 | 
						|
          </a>
 | 
						|
          <a href="https://blog.privacyguides.org/" title="Blog posts from Privacy Guides contributors" class="md-button">
 | 
						|
            Read our blog
 | 
						|
          </a>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
  </section>
 | 
						|
{% endblock %}
 | 
						|
{% block footer %}
 | 
						|
{% endblock %}
 |