Skip to content
Snippets Groups Projects
Commit d2fa218b authored by elijah's avatar elijah
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
@title = "Liberate"
@default_locale = :en
@locales = [:en]
@short_paths = true
!!!
%html{:lang => @locals[:locale].to_s}
%head
%title
= @page.nav_title + ' - ' + @site.title
%meta(name="viewport" content="width=device-width, initial-scale=1.0")
%meta(charset="UTF-8")
= render 'layouts/meta', description: @page.props.summary
%link(rel="stylesheet" href="/assets/style.css")
%link(rel="icon" href="/assets/liberate-avatar.png" type="image/x-icon")
= html_head_base
%body.home
#masthead
#main
= yield
- #footer
- # = render 'layouts/footer'
pages/assets/crabgrass.png

3.19 KiB

pages/assets/doves-breaking-free.jpg

178 KiB

pages/assets/liberate-avatar.png

9.58 KiB

pages/assets/monkey.png

4.8 KiB

pages/assets/nest.png

12.3 KiB

pages/assets/ninja.png

3.15 KiB

pages/assets/puppet.png

7.55 KiB

#masthead {
height: 500px;
background: 50% 50% url(/assets/doves-breaking-free.jpg) no-repeat;
background-size: cover;
max-width: 1000px;
padding: 30px;
margin: 0px auto;
}
body {
background-color: black;
padding: 50px;
margin: 0;
font-family: "Helvetica Neue",Helvetica,sans-serif;
line-height: 1.8em;
}
#main {
background-color: white;
margin: 0px auto;
padding: 30px;
max-width: 1000px;
}
section {
margin-top: 30px;
display: flex;
.icon {}
.text {
padding-left: 20px;
}
h1 {
margin: 0;
padding: 0;
display: inline-block;
}
}
\ No newline at end of file
pages/assets/tails.png

3 KiB

pages/assets/trees.jpg

5.76 KiB

pages/assets/triskele.png

2.77 KiB

- @title = 'Home'
- @this.layout = 'home'
- @this.toc = false
#slogan
Liberate is a 501(c)3 non-profit focused on technological research, development, and education for the purpose of furthering social justice and supporting social movements. <a href="mailto:hello@liberate.org">Contact Liberate</a>.
%section
.icon
%img(src="/assets/triskele.png")
.text
<h1>Pict</h1> (Provider Infrastructure Cloud Toolkit) allows independent and alternative service providers to design and maintain their infrastrastructure using contemporary best practices for security and scalability. (Coming soon)
%section
.icon
%img(src="/assets/trees.jpg")
.text
<h1>TREES</h1> (Technology for Resting Email Encrypted Storage) adds individually encrypted mail storage to the Dovecot IMAP server. This makes it so that email is only readable by the server when the user has an active IMAP session. <a href="https://0xacab.org/liberate/trees" target="_blank">Go to project site.</a>
%section
.icon
%img(src="/assets/nest.png")
.text
<h1>Nest</h1> is a user management system that support email, recovery codes, invite codes, U2F authentication, single sign on, and user data that is personally encrypted. It designed to be the central integration point for independent service providers. Source code is forthcoming, once a security audit is finished.
%section
.icon
%img(src="/assets/crabgrass.png")
.text
<h1>Crabgrass</h1> is a software libre web application designed for social networking, group collaboration and network organizing. Our goal is to create communication tools that are tailored specifically to meet the needs of bottom up grassroots organizing. <a href="https://0xacab.org/liberate/crabgrass" target="_blank">Go to project site.</a>
%section
.icon
%img(src="/assets/monkey.png")
.text
<h1>Monkeysphere</h1> enables you to use the OpenPGP web of trust to verify ssh connections. SSH key-based auth entication is tried-and-true, but it lacks a true public key infrastructure for key certification, revocation, and expiration. Monkeysphere is a framework that uses the OpenPGP web of trust for these PKI functions. <a href="http://web.monkeysphere.info/" target="_blank">Go to project site.</a>
%section
.icon
%img(src="/assets/ninja.png")
.text
<h1>Backupninja</h1> allows you to coordinate system backup by dropping a few simple files into /etc/backup.d/. Backupninja provides a centralized way to configure and schedule many different backup utilities. <a href="https://0xacab.org/liberate/backupninja" target="_blank">Go to project site.</a>
%section
.icon
%img(src="/assets/tails.png")
.text
<h1>Tails</h1> is a live operating system that you can start on almost any computer from a USB stick or a DVD. It aims at preserving your privacy and anonymity. Liberate is an occasional fiscal sponsor for some of the Tails development. <a href="https://tails.boum.org" target="_blank">Go to project site.</a>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment