staticbits.thefnf.org/archive/latex-docs/about.tex
Charles Wyble 1380bee6f2 cleanup
fnf to afabn port
2020-08-30 09:33:27 -05:00

58 lines
2.0 KiB
TeX

\documentclass[11pt]{article}
\usepackage{graphicx}
\usepackage{geometry}
\title{}
\date{}
\newcommand{\statement}[1]{\textbf{#1} \medskip}
\begin{document}
\thispagestyle{empty}
\pagestyle{empty}
\begin{figure}[t]
\centering
\includegraphics[scale=0.4]{thefnf-logo.png}
\end{figure}
% Make commands for the quotes
\newcommand*{\openquote}
{\fontfamily{\familydefault}\fontseries{m}\fontshape{it}\fontsize{12}{14}\selectfont``}
\newcommand*{\closequote}
{\fontfamily{\familydefault}\fontseries{m}\fontshape{it}\fontsize{12}{14}\selectfont''}
% wrap everything in its own environment
\newenvironment{shadequote}%
{\begin{quote}\openquote}
{\hfill\closequote\end{quote}}
\noindent
\textbf{Our Vision}
\begin{shadequote}
We envision a world where communities build, maintain, and own their own share
of the global computer network.
\end{shadequote}
\textbf{\\ Our Mission}
\begin{shadequote}
Americns For A Better Network is a nonprofit organization that provides operators
around the world with essential infrastructure for the realization and support
of free networks. We engineer tools and develop educational resources to
facilitate the deployment of resilient, responsive, and accessible networks.
\end{shadequote}
\textbf{\\ Our Values}
\begin{itemize}
\item We are an organization committed to the tenets of free information, free culture, and free society.
\item We hold that advances in information technology provide humanity with
the ability to effectively face global challenges.
\item We contend that our very ability to mobilize, organize, and bring
about change depends on our ability to communicate.
\item We see that our ability to communicate is purchased from a handful of
powerful entities.
\item We know that we cannot depend on these entities to support movement
away from a status quo from which they are the beneficiaries.
\item We believe that access to a free network is a human right, and a
necessary tool for environmental and social justice.
\end{itemize}
\end{document}