
This is an automated email from the git hooks/post-receive script. meskio pushed a commit to branch main in repository pluggable-transports/snowflake-webext. commit 0e7c36b15a90139992bd7b73e41abbb4613d1c97 Author: gus <gus@torproject.org> AuthorDate: Tue Aug 30 20:07:24 2022 -0300 Adapt landing page layout --- static/index.html | 67 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 47 insertions(+), 20 deletions(-) diff --git a/static/index.html b/static/index.html index 349c0d8..5330fe8 100644 --- a/static/index.html +++ b/static/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>Snowflake</title> + <title>Snowflake ❄️</title> <link rel="icon" href="./assets/favicon.ico" /> <link rel="stylesheet" href="./bootstrap.css" /> <link rel="stylesheet" href="./index.css" /> @@ -31,9 +31,13 @@ <h1>SNOWFLAKE</h1> <p class="diagram"><img src="./snowflake-schematic.png" alt="Diagram" /></p> - + <p data-msgid="__MSG_websiteIntro__"></p> + <p data-msgid="__MSG_websiteIntro2__"></p> + + <p data-msgid="__MSG_websiteIntro3__"></p> + <div class="sidebyside"> <section id="browser" class="browser"> @@ -41,14 +45,27 @@ <p data-msgid="__MSG_censoredUsers__"></p> - <p class="screenshot"><img src="./screenshot.png" alt="Tor Browser screenshot" /></p> - </section> + </section> + + <section> + <p class="screenshot"><img src="./screenshot.png" alt="Tor Browser screenshot" /></p> + + </section> + + </div> - <section id="extension" class="extension"> + <section id="extension" class="extension"> <h2 data-msgid="__MSG_extension__"></h2> <p data-msgid="__MSG_installExtension__"></p> + <p data-msgid="__MSG_volunteer__"></p> + + <p data-msgid="__MSG_installOptions__"></p> + + <h3 data-msgid="__MSG_installWebExtensionIntro__"></h3> + + <p data-msgid="__MSG_installWebExtension__"></p> <p class="addon"> <a href="https://addons.mozilla.org/en-US/firefox/addon/torproject-snowflake/"> <img src="./200px-Firefox_logo.png" alt="Install in Firefox" height="100" /><br /> @@ -60,11 +77,29 @@ </a> </p> + <h3 data-msgid="__MSG_webBadgeTitle__"></h3> + + <p data-msgid="__MSG_webBadgeInstructions__"></p> + + <iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe> + + <p data-msgid="__MSG_possible__"></p> + + <textarea readonly><iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe></textarea> + + + <h3 data-msgid="__MSG_StandaloneTitle__"></h3> <p data-msgid="__MSG_installStandalone__"></p> </section> - </div> + <section id="faq"> + + <h2 data-msgid="__MSG_faq__"></h2> + + <p data-msgid="__MSG_support__"></p> + + </section> <section id="bugs"> <h2 data-msgid="__MSG_reportingBugs__"></h2> @@ -79,23 +114,15 @@ <p data-msgid="__MSG_descriptive__"></p> </section> - <section id="embed"> - <h2 data-msgid="__MSG_embed__"></h2> - - <p data-msgid="__MSG_possible__"></p> + <section id="overview"> + + <h2 data-msgid="__MSG_howSnowflakeWorks__"></h2> - <textarea readonly><iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe></textarea> + <p data-msgid="__MSG_snowflakeTechOverview__"></p> - <p data-msgid="__MSG_looksLike__"></p> + <p data-msgid="__MSG_contactSnowflakeDevs__"></p> - <iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe> - </section> - - <section id="faq"> - <h2 data-msgid="__MSG_faq__"></h2> - - <p data-msgid="__MSG_support__"></p> - </section> + </section> </section> </div> -- To stop receiving notification emails like this one, please contact the administrator of this repository.