-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final redesign and release notes includede. Ready for ship
- Loading branch information
Showing
4 changed files
with
115 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
<h1>Changelog</h1> | ||
<html> | ||
<head> | ||
<title>Ahoy! - Notas de Lançamento</title> | ||
<link rel="stylesheet" type="text/css" href="style.css" media="screen"> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
</head> | ||
<body class="release-notes"> | ||
<script src="jquery-1.11.3.min.js"></script> | ||
<script> | ||
$(document).ready( function() { | ||
$('#ahoy-version').text("v" + chrome.app.getDetails().version); | ||
}); | ||
</script> | ||
<header> | ||
<h1>Ahoy!</h1> | ||
</header> | ||
<section> | ||
<h2>Notas de Lançamento</h2> | ||
<article class="notas"> | ||
<p> | ||
O <strong>Ahoy!</strong> mudou! É com muito prazer que anunciamos a versão 3 da extensão que pretende oferecer uma experiência livre e sem censura da Internet. Para além de termos mudado a nossa imagem, também temos algumas funcionalidades novas interessantes <i>under the hood</i>. | ||
</p> | ||
<h3>Mas afinal, o que mudou?</h3> | ||
<p> | ||
Para começar alteramos o funcionamento do <strong>Ahoy!</strong>. Agora, em vez de apenas aparecer o botão quando está num site bloqueado, aparece em todos os sites, podendo ter controlo sobre a mudança de proxy e actualização da lista em qualquer site. Note que, por enquanto, apenas os sites que estão na lista de bloqueios é que vão ser acedidos através do proxy. Numa próxima versão, será dada a possibilidade de activar/desactivar o proxy em qualquer site que está a aceder. | ||
</p> | ||
<p> | ||
Vá, convido-o a procurar pelo símbolo do Cravo na sua lista de extensões, ao lado da barra de navegação. | ||
<img src="../icons/16x16.png" /> | ||
</p> | ||
|
||
<h3>Porquê um cravo?</h3> | ||
<p>O cravo é a imagem do projecto em que o <strong>Ahoy!</strong> está inserido. É a <strong>#RevoluçãoDosBytes</strong>. Iremos lançar o site em breve, mas já nos pode seguir no <a href="https://www.facebook.com/revolucaodosbytes/?fref=extensao">Facebook</a>. Por este canal serão dadas todas as notícias sobre esta extensão e sobre o estado da internet e das liberdades online em Portugal. | ||
|
||
<h3>Aceitamos as suas sugestões!</h3> | ||
<p>Temos muitas novas notícias a caminho, com novas e interessantes funcionalidades. E a sua opinião é crucial para melhorarmos o <strong>Ahoy!</strong>. É por isso que pedimos e que contamos com as suas sugestões. O nosso email é <a href="mailto:[email protected]">[email protected]</a> e está aberto para as suas opiniões. | ||
</article> | ||
</section> | ||
<footer> | ||
<div>Feito com ♥ em Portugal <span id="ahoy-version">v1.0</span></div> | ||
<div><a href="">#RevoluçãoDosBytes</a></div> | ||
</footer> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters