Skip to content

Commit 312f81d

Browse files
committed
[new-site] Add post & logos
1 parent 6812cfa commit 312f81d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

site/blog/20160914-production-ready.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ layout: ../_core/BlogLayout
44
permalink: /blog/production-ready/
55
date: 14 Sep 2016
66
byline: "Lee Byron"
7-
draft: true
87
---
98

109
After over a year of being open sourced we're bringing GraphQL out of "technical preview" and relaunching [graphql.org](http://graphql.org/).

site/index.html.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ public class Character {
525525
</div>
526526
</section>
527527

528-
{/*
529528
<section className="powered-by">
530529
<div className="prose">
531530
<h2>Who&rsquo;s using GraphQL?</h2>
@@ -535,17 +534,19 @@ public class Character {
535534
many environments and used by teams of all sizes.</p>
536535
</div>
537536
<div className="logos">
538-
{/* Waiting for permission from some of the below * /}
537+
{/* Waiting for permission from some of the below */}
539538
<a href="https://www.facebook.com/" target="_blank">
540539
<img src="/img/logos/facebook.png" title="Facebook" />
541540
</a>
542541
{/** /}
543542
<a href="https://twitter.com/" target="_blank">
544543
<img src="/img/logos/twitter.png" title="Twitter" className="round" />
545544
</a>
545+
{/**/}
546546
<a href="https://github.com/" target="_blank">
547547
<img src="/img/logos/github.png" title="GitHub" className="round" />
548548
</a>
549+
{/** /}
549550
<a href="https://www.pinterest.com/" target="_blank">
550551
<img src="/img/logos/pinterest.png" title="Pinterest" className="round" />
551552
</a>
@@ -555,13 +556,12 @@ public class Character {
555556
<a href="https://www.intuit.com/" target="_blank">
556557
<img src="/img/logos/intuit.png" title="Intuit" />
557558
</a>
558-
{/** /}
559+
{/**/}
559560
<a href="https://www.coursera.org/" target="_blank">
560561
<img src="/img/logos/coursera.png" title="Coursera" />
561562
</a>
562563
</div>
563564
</section>
564-
*/}
565565

566566
</Site>
567567
);

0 commit comments

Comments
 (0)