Commit e10d48be7a316f8bf072de3b7531b5594f28b019

Golmote 2015-10-13T22:16:18

Add U.S. Web Design Standards on homepage. Fix #785

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/img/logo-us-web-design-standards.png b/img/logo-us-web-design-standards.png
new file mode 100644
index 0000000..5361562
Binary files /dev/null and b/img/logo-us-web-design-standards.png differ
diff --git a/img/logo-wpd.png b/img/logo-wpd.png
deleted file mode 100644
index 65ec0b7..0000000
Binary files a/img/logo-wpd.png and /dev/null differ
diff --git a/index.html b/index.html
index 5819720..d1374ec 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,7 @@
 
 	<div class="used-by-logos">
 		<a href="http://smashingmagazine.com" target="_blank"><img src="img/logo-smashing.png" alt="Smashing Magazine" /></a>
-		<a href="http://webplatform.org" target="_blank"><img src="img/logo-wpd.png" alt="WebPlatform.org" /></a>
+		<a href="https://playbook.cio.gov/designstandards/" target="_blank"><img src="img/logo-us-web-design-standards.png" alt="U.S. Web Design Standards" /></a>
 		<a href="http://alistapart.com" target="_blank"><img src="img/logo-ala.png" alt="A List Apart" /></a>
 
 		<a href="https://developer.mozilla.org/" target="_blank"><img src="img/logo-mdn.png" alt="Mozilla Developer Network (MDN)" /></a>