Commit 0c543087ef721ddd92b53219f1b9873a6f30c91f

Golmote 2015-09-25T08:39:49

Replace Typeplate with SitePoint on homepage. Fix #774

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-sitepoint.png b/img/logo-sitepoint.png
new file mode 100644
index 0000000..deeda69
Binary files /dev/null and b/img/logo-sitepoint.png differ
diff --git a/img/logo-typeplate.png b/img/logo-typeplate.png
deleted file mode 100644
index 4fb8866..0000000
Binary files a/img/logo-typeplate.png and /dev/null differ
diff --git a/index.html b/index.html
index 700065c..5819720 100644
--- a/index.html
+++ b/index.html
@@ -63,7 +63,7 @@
 
 		<a href="https://developer.mozilla.org/" target="_blank"><img src="img/logo-mdn.png" alt="Mozilla Developer Network (MDN)" /></a>
 		<a href="http://css-tricks.com" target="_blank"><img src="img/logo-css-tricks.png" alt="CSS-Tricks" /></a>
-		<a href="http://typeplate.com" target="_blank"><img src="img/logo-typeplate.png" alt="Typeplate" /></a>
+		<a href="http://www.sitepoint.com" target="_blank"><img src="img/logo-sitepoint.png" alt="SitePoint" /></a>
 	</div>
 
 	<p>It’s also used on <a href="https://brendaneich.com/2012/10/harmony-of-dreams-come-true/" target="_blank">the personal blog of Brendan Eich</a>, creator of JavaScript itself!</p>