diff --git a/proxy/static/SourceSansPro-Regular.ttf b/proxy/static/SourceSansPro-Regular.ttf new file mode 100644 index 0000000..278ad8a Binary files /dev/null and b/proxy/static/SourceSansPro-Regular.ttf differ diff --git a/proxy/static/chrome150.jpg b/proxy/static/chrome150.jpg new file mode 100644 index 0000000..fc8a83f Binary files /dev/null and b/proxy/static/chrome150.jpg differ diff --git a/proxy/static/firefox150.jpg b/proxy/static/firefox150.jpg new file mode 100644 index 0000000..1eda543 Binary files /dev/null and b/proxy/static/firefox150.jpg differ diff --git a/proxy/static/index.css b/proxy/static/index.css new file mode 100644 index 0000000..70b5a24 --- /dev/null +++ b/proxy/static/index.css @@ -0,0 +1,78 @@ +@font-face { + font-family: Source Sans Pro; + src: url("SourceSansPro-Regular.ttf"); +} + +body { + margin: 0; + font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 1.3rem; + font-weight: 400; + line-height: 1.5; + background-color: #59316B; + color: #212529; +} + +#header { + margin: 0; + line-height: 0; + padding: 1.3rem 2.6rem; +} + +#header a { + border-style: none; + display: inline-block; + line-height: 0; +} + +#content { + margin: 0 0 2.6rem 0; + padding: 2.6rem 5.2rem; + background-color: #FFFFFF; +} + +h1 { + margin: 0; + font-size: 2.6rem; + color: #7D4698; + text-align: center; +} + +h3 { + margin: 0; + font-size: 2rem; + color: #7D4698; +} + +.clear { + margin: 2.6rem 0; + overflow: auto; +} + +@media only screen and (min-width: 600px) { + .browser, .extension { + float: left; + width: 50%; + } + .padding { + padding: 0 1.3rem; + } +} + +.addon { + margin-top: 2.6rem 0; + text-align: center; +} + +.addon a { + display: inline-block; + padding: 0 1.3rem; +} + +.diagram, .screenshot { + text-align: center; +} + +.diagram img, .screenshot img { + max-width: 100%; +} diff --git a/proxy/static/index.html b/proxy/static/index.html index 2eb7bd1..e46c373 100644 --- a/proxy/static/index.html +++ b/proxy/static/index.html @@ -1,184 +1,82 @@ + + + + Snowflake + + + + +
+

SNOWFLAKE

- -Snowflake - - - +

Diagram

- +

Snowflake is a system to defeat internet censorship. People who are + censored can use Snowflake to access the internet. Their connection goes + through Snowflake proxies, which are run by volunteers. For more detailed + information about how Snowflake works see our + documentation wiki.

-

Snowflake

+
-

-Snowflake -is a WebRTC pluggable transport for Tor. -

+
+

Browser

-

-This page enables you to use your web browser as a proxy to help other -Internet users in censored places. -When you click yes, your browser will act as a -censorship circumvention proxy -as long as you are viewing a page with the snowflake badge. -

+

If your internet access is censored, you should download + Tor Browser.

-
+

Tor Browser screenshot

+
- +
+

Extension

- +

+ + Install in Firefox
+ Install in Firefox +
+ + Install in Chrome
+ Install in Chrome +
+ +

+
- +
-
+

REPORTING BUGS

+ +

If you encounter problems with Snowflake as a client or a proxy, + please consider filing a bug. To do so, you will have to,

+ +
    +
  1. + Either create an + account or log in + using the shared cypherpunks account with password writecode.
  2. +
  3. File a ticket + using our bug tracker.
  4. +
-

-Minimum functionality has been achieved, and it is possible -to bootstrap a Tor client to 100% using Snowflake, and the -browsing experience using this PT is reasonable enough. -

- -

-However, Snowflake is also under active development and much work is needed. -
-It is not yet stable or audited, probably has many issues, -and should not yet be relied upon!! -

- -See - -here for more information. - -
- -

-It is now possible to embed the Snowflake badge on any website: -

- - - -

-Which looks like this: -

- - -

-If it animates, then congratulations -- you are currently acting as a Tor bridge. -

-
- -Repo: -gitweb.torproject.org/pluggable-transports/snowflake.git - -
-Last update: - - - - +

Please try to be as descriptive as possible with your ticket and if + possible include log messages that will help us reproduce the bug. + Consider adding keywords snowflake-webextension or snowflake-client + to let us know how which part of the Snowflake system is experiencing + problems.

+
+ diff --git a/proxy/static/screenshot.png b/proxy/static/screenshot.png new file mode 100644 index 0000000..58c0540 Binary files /dev/null and b/proxy/static/screenshot.png differ diff --git a/proxy/static/tor-logo@2x.png b/proxy/static/tor-logo@2x.png new file mode 100644 index 0000000..5a459de Binary files /dev/null and b/proxy/static/tor-logo@2x.png differ