Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Minor HTML + CSS improvements. #60

Merged
merged 1 commit into from Feb 7, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 20 additions & 11 deletions assets/css/style.css
Expand Up @@ -43,7 +43,7 @@ a {
color: #999;
}

.header {
.page-header {
text-align: center;
margin: 20px 0;
}
Expand Down Expand Up @@ -77,27 +77,26 @@ a {
text-align: center;
}

.center {
.text-center {
text-align: center;
}

.clear {
clear: both;
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}

.spacer {
height: 20px;
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}

.small {
font-size: 0.8em;
}

.disclaimer {
color: #666;
padding: 20px;
}

.media {
list-style-type: none;
padding: 0;
Expand All @@ -111,6 +110,16 @@ a {
text-decoration: none;
}

.spacer-2x {
margin-top: 53px;
}

.footer {
color: #757575;
float: left;
padding: 20px;
}

/* hljs override */
.hljs {
background-color: #1B2426;
Expand Down
175 changes: 85 additions & 90 deletions index.html
Expand Up @@ -17,112 +17,107 @@
<meta property="og:description" content="If you're an Ubuntu user and you're using the default settings, each time you start typing in Dash (to open an application or search for a file on your computer), your search terms get sent to a variety of third parties, some of which advertise to you.">
</head>
<body>
<div>
<!--<div class="good-news">
<strong>Good news!</strong> In Ubuntu 14.10, your privacy should not be violated unless you opt-in to it. You'll still need to run this if you're using Ubuntu 12.10, 13.04, 13.10, or 14.04.
</div>-->
<!--<div class="good-news">
<strong>Good news!</strong> In Ubuntu 14.10, your privacy should not be violated unless you opt-in to it. You'll still need to run this if you're using Ubuntu 12.10, 13.04, 13.10, or 14.04.
</div>-->

<div class="header">
<h1 class="logo">fix ubuntu</h1>
</div>

<div class="left">

<p class="center">
<strong>How to restore privacy:</strong> Copy and paste the following code into a terminal. Press enter, and type your password. Enjoy your privacy.
</p>
<pre><code class="cmd">wget -q -O - https://fixubuntu.com/fixubuntu.sh | bash</code></pre>

<h2>What does this do?</h2>
<pre><code>{{FIXUBUNTU_SCRIPT}}</code></pre>

</div>

<div class="right">
<h2>Why do we need this?</h2>
<p>
If you're an Ubuntu user and you're using the default settings, each time you start
typing in Dash (to open an application or search for a file on your computer),
your search terms get sent to a variety of third parties, some of which advertise to you.
</p>
<p>
Ubuntu should protect user privacy by default. Since it doesn't, you can use
the code to the left to disable the parts of Ubuntu which are invasive to your privacy.
</p>
<p class="small">
Note: This privacy problem only affects Unity. If you use GNOME
(<code>sudo apt-get install gnome-shell</code>) or any other desktop environment,
or if you run an Ubuntu derivative like <a href="http://www.linuxmint.com/">Linux Mint</a>,
<a href="http://xubuntu.org/">Xubuntu</a>, <a href="http://www.kubuntu.org/">Kubuntu</a>, etc.,
you won't have this problem.
</p>
<p>
<a href="https://www.eff.org/deeplinks/2012/10/privacy-ubuntu-1210-amazon-ads-and-data-leaks">Read more</a>.
</p>
<div class="page-header">
<h1 class="logo">fix ubuntu</h1>
</div>

<div class="spacer"></div>
<div class="left">

<h2>In the Media</h2>
<ul class="media">
<li>
<a href="https://micahflee.com/2013/11/canonical-shouldnt-abuse-trademark-law-to-silence-critics-of-its-privacy-decisions/">
<strong>micahflee.com</strong>
<br>
Canonical shouldn't abuse trademark law to silence critics of its privacy decisions
</a>
</li>
<li>
<a href="http://arstechnica.com/information-technology/2013/11/canonical-abused-trademark-law-to-target-a-site-critical-of-ubuntu-privacy/">
<img src="/assets/img/arstechnica.png" alt="arstechnica" width="83" height="30">
<br>
Canonical "abused trademark law" to target a site critical of Ubuntu privacy
</a>
</li>
<li>
<a href="http://www.wired.com/wiredenterprise/2013/11/fixubuntu/">
<img src="/assets/img/wired.png" alt="wired" width="97" height="20">
<br>
Linux Outfit Canonical Launches Campaign to Silence Privacy Critic
</a>
</li>
<li>
<a href="http://www.techdirt.com/articles/20131107/17583725174/disappointing-to-see-canonical-act-like-trademark-bully-over-ubuntu.shtml">
<img src="/assets/img/techdirt.png" alt="techdirt" width="101" height="25">
<br>
Disappointing To See Canonical Act Like A Trademark Bully Over Ubuntu
</a>
</li>
<li>
<a href="http://www.markshuttleworth.com/archives/1299">
<strong>markshuttleworth.com</strong>
<br>
Occasionally we make mistakes. When we do it's appropriate to apologise, address them, and take steps to ensure they don't happen again.
</a>
</li>
</ul>
<p class="text-center">
<strong>How to restore privacy:</strong> Copy and paste the following code into a terminal. Press enter, and type your password. Enjoy your privacy.
</p>
<pre><code class="cmd">wget -q -O - https://fixubuntu.com/fixubuntu.sh | bash</code></pre>

<div class="spacer"></div>
<h2>What does this do?</h2>
<pre><code>{{FIXUBUNTU_SCRIPT}}</code></pre>

<p class="center">
<a href="https://github.com/micahflee/fixubuntu">Github</a> &bull; <a href="https://micahflee.com/">Contact</a>
</p>
</div>

<div class="spacer"></div>
<div class="right">
<h2>Why do we need this?</h2>
<p>
If you're an Ubuntu user and you're using the default settings, each time you start
typing in Dash (to open an application or search for a file on your computer),
your search terms get sent to a variety of third parties, some of which advertise to you.
</p>
<p>
Ubuntu should protect user privacy by default. Since it doesn't, you can use
the code to the left to disable the parts of Ubuntu which are invasive to your privacy.
</p>
<p class="small">
Note: This privacy problem only affects Unity. If you use GNOME
(<code>sudo apt-get install gnome-shell</code>) or any other desktop environment,
or if you run an Ubuntu derivative like <a href="http://www.linuxmint.com/">Linux Mint</a>,
<a href="http://xubuntu.org/">Xubuntu</a>, <a href="http://www.kubuntu.org/">Kubuntu</a>, etc.,
you won't have this problem.
</p>
<p>
<a href="https://www.eff.org/deeplinks/2012/10/privacy-ubuntu-1210-amazon-ads-and-data-leaks">Read more</a>.
</p>

</div>
<h2 class="spacer-2x">In the Media</h2>
<ul class="media">
<li>
<a href="https://micahflee.com/2013/11/canonical-shouldnt-abuse-trademark-law-to-silence-critics-of-its-privacy-decisions/">
<strong>micahflee.com</strong>
<br>
Canonical shouldn't abuse trademark law to silence critics of its privacy decisions
</a>
</li>
<li>
<a href="http://arstechnica.com/information-technology/2013/11/canonical-abused-trademark-law-to-target-a-site-critical-of-ubuntu-privacy/">
<img src="/assets/img/arstechnica.png" alt="arstechnica" width="83" height="30">
<br>
Canonical "abused trademark law" to target a site critical of Ubuntu privacy
</a>
</li>
<li>
<a href="http://www.wired.com/wiredenterprise/2013/11/fixubuntu/">
<img src="/assets/img/wired.png" alt="wired" width="97" height="20">
<br>
Linux Outfit Canonical Launches Campaign to Silence Privacy Critic
</a>
</li>
<li>
<a href="http://www.techdirt.com/articles/20131107/17583725174/disappointing-to-see-canonical-act-like-trademark-bully-over-ubuntu.shtml">
<img src="/assets/img/techdirt.png" alt="techdirt" width="101" height="25">
<br>
Disappointing To See Canonical Act Like A Trademark Bully Over Ubuntu
</a>
</li>
<li>
<a href="http://www.markshuttleworth.com/archives/1299">
<strong>markshuttleworth.com</strong>
<br>
Occasionally we make mistakes. When we do it's appropriate to apologise, address them, and take steps to ensure they don't happen again.
</a>
</li>
</ul>

<ul class="text-center list-inline spacer-2x">
<li><a href="https://github.com/micahflee/fixubuntu">Github</a></li>
<li>&bull;</li>
<li><a href="https://micahflee.com/">Contact</a></li>
</ul>

<div class="clear"></div>
</div>

<p class="disclaimer small">
<strong>Disclaimer:</strong> In case you are either 1) a complete idiot; or 2) a lawyer; or 3) both,
<footer class="footer small" role="contentinfo">
<p>
<strong>Disclaimer:</strong> In case you are either <strong>1)</strong> a complete idiot;
or <strong>2)</strong> a lawyer; or <strong>3)</strong> both,
please be aware that this site is not affiliated with or approved by Canonical Limited.
This site <em>criticizes</em> Canonical for certain privacy-invading features of Ubuntu
and teaches users how to fix them. So, obviously, the site is not approved by Canonical.
And our use of the trademarked term Ubuntu is plainly descriptive &mdash; it helps
the public find this site and understand its message.
</p>
</footer>

</div>

<script src="/assets/js/pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
Expand Down