diff --git a/css/style.css b/css/style.css index 9c4c00c..0c4a238 100755 --- a/css/style.css +++ b/css/style.css @@ -364,6 +364,9 @@ body { .button.libocon::before { background: #11A500; } +.button.i2p::before { + background: #4661A9; } + .button.boxed.white { border: 1px solid #fff; background: none; @@ -462,9 +465,19 @@ body { border: 1px solid #11A500; background: none; color: #11A500; } + .button.boxed.libocon:hover { color: #fff; - background: ##11A500; } + background: #11A500; } + + .button.boxed.i2p { + border: 1px solid #4661A9; + background: none; + color: #4661A9; } + + .button.boxed.i2p:hover { + color: #fff; + background: #4661A9; } .button.boxed.openlabs { border: 1px solid #2BBBB0; diff --git a/images/projects/i2p_image_1.png b/images/projects/i2p_image_1.png new file mode 100644 index 0000000..66d1a7d Binary files /dev/null and b/images/projects/i2p_image_1.png differ diff --git a/images/projects/i2p_image_2.png b/images/projects/i2p_image_2.png new file mode 100644 index 0000000..a5e6ff6 Binary files /dev/null and b/images/projects/i2p_image_2.png differ diff --git a/images/projects/i2p_image_3.png b/images/projects/i2p_image_3.png new file mode 100644 index 0000000..53b30d5 Binary files /dev/null and b/images/projects/i2p_image_3.png differ diff --git a/images/projects/i2p_image_4.png b/images/projects/i2p_image_4.png new file mode 100644 index 0000000..6843373 Binary files /dev/null and b/images/projects/i2p_image_4.png differ diff --git a/images/projects/i2p_image_5.png b/images/projects/i2p_image_5.png new file mode 100644 index 0000000..6b72dfd Binary files /dev/null and b/images/projects/i2p_image_5.png differ diff --git a/images/projects/i2p_image_6.png b/images/projects/i2p_image_6.png new file mode 100644 index 0000000..e00038b Binary files /dev/null and b/images/projects/i2p_image_6.png differ diff --git a/images/projects/i2p_logo.png b/images/projects/i2p_logo.png new file mode 100644 index 0000000..f179eb3 Binary files /dev/null and b/images/projects/i2p_logo.png differ diff --git a/images/projects/i2p_overview.png b/images/projects/i2p_overview.png new file mode 100644 index 0000000..4679636 Binary files /dev/null and b/images/projects/i2p_overview.png differ diff --git a/images/projects/openlabs_thumbnail.png b/images/projects/openlabs_thumbnail.png new file mode 100644 index 0000000..d343db9 Binary files /dev/null and b/images/projects/openlabs_thumbnail.png differ diff --git a/index.html b/index.html index 53a610c..b7ed827 100644 --- a/index.html +++ b/index.html @@ -36,23 +36,25 @@ slides: image: images/main/half-4.jpg works_left: +- title: I2P Style Guide and Usability Study + link_to: i2p + image: images/projects/i2p_overview.png + categories: Usability Study | Style Guide - title: Thunderbird Style Guide and Usability Study link_to: /projects/thunderbird image: images/projects/tb_overview.png categories: Usability Study, Style Guide -- title: Open Labs - link_to: /projects/openlabs - image: images/projects/openlabs_thumbnail.jpg - categories: Visual Identity + works_middle: - title: LibOCon 2018 Visual Identity link_to: /projects/libocon image: images/projects/libocon_overview.png categories: Visual Identity -- title: Tor Style Guide - link_to: /projects/tor-style-guide - image: images/projects/tor_thumb.png - categories: Style Guide +- title: Open Labs + link_to: /projects/openlabs + image: images/projects/openlabs_thumbnail.png + categories: Visual Identity + works_right: - title: Reproducible Builds Styleguide link_to: /projects/reproducible-builds diff --git a/projects/i2p.html b/projects/i2p.html new file mode 100644 index 0000000..0be70c3 --- /dev/null +++ b/projects/i2p.html @@ -0,0 +1,103 @@ +--- +layout: default +section_id: portfolio +title: I2P Style Guide and Usability Study +--- + +
+
+
+
+

I2P Style Guide and Usability Study

+
+
+
+
+
+
+
+ I2P logo +
+ Colors +
+ Typography +
+ Buttons/Badges +
+ Cards +
+ Footer +
+ Writing +
+
+
+
+

I2P (The Invisible Internet Project) is an anonymous overlay network - a network within a network. It protects communication from dragnet surveillance methods and monitoring by third parties such as ISPs.

+

I2P is used by many people who care about their privacy: activists, oppressed people, and whistleblowers, as well as the average person. No network can be "perfectly anonymous" The continued goal of I2P is to make attacks more and more difficult to mount.

+
+
+

Date

+

October, 2018

+

Clients

+

I2P

+

Category

+

Style Guide and Usability Study

+
+ Blogpost
+ Sources
+ Identihub
+ Website
+ Usability Study +
+
+
+
+
+
+
+
+
+

Related projects

+
+
+
+ + +
diff --git a/projects/index.html b/projects/index.html index 02c2c94..9a2fa83 100644 --- a/projects/index.html +++ b/projects/index.html @@ -2,13 +2,17 @@ layout: default section_id: portfolio works_left: +- title: I2P Style Guide and Usability Study + link_to: i2p + image: images/projects/i2p_overview.png + categories: Usability Study | Style Guide - title: Thunderbird Style Guide and Usability Study link_to: thunderbird image: images/projects/tb_overview.png - categories: Usability Study, Style Guide + categories: Usability Study | Style Guide - title: Open Labs link_to: openlabs - image: images/projects/openlabs.jpg + image: images/projects/openlabs_thumbnail.png categories: Visual Identity - title: OpenChain Penguins link_to: openchain @@ -28,7 +32,7 @@ works_middle: image: images/projects/tor_thumb.png categories: Style Guide works_right: -- title: Reproducible Builds Styleguide +- title: Reproducible Builds Style Guide link_to: reproducible-builds image: images/projects/rb_thumbnail.png categories: Style Guide diff --git a/projects/libocon.html b/projects/libocon.html index 086f756..86ff78b 100644 --- a/projects/libocon.html +++ b/projects/libocon.html @@ -16,7 +16,7 @@ title: LibOCon 2018 Visual Identity