Skip to content

Commit 1045f99

Browse files
author
Ives van Hoorne
committed
Update homepage with new projects
1 parent aeeccbb commit 1045f99

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/homepage/index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ <h3>Example Projects</h3>
155155
<a href="/s/github/reactjs/redux/tree/master/examples/todomvc" class="project">
156156
TodoMVC in Redux
157157
</a>
158-
<a href="/s/8qDrxADJo" class="project">
159-
Preact
160-
</a>
161158
<a href="/s/zKQZADrjZ" class="project">
162159
Redux-Saga
163160
</a>
@@ -179,6 +176,12 @@ <h3>Example Projects</h3>
179176
<a href="/s/pk1qjqpw67" class="project">
180177
Emotion
181178
</a>
179+
<a href="/s/jvlrl98xw3" class="project">
180+
Apollo Client 2.0
181+
</a>
182+
<a href="/s/n0952xxo6p" class="project">
183+
React Draggable Tabs
184+
</a>
182185
<a href="/s/w0orz7j5p8" class="project">
183186
React Metro
184187
</a>
@@ -207,6 +210,12 @@ <h4>React-JSS by @oleg008</h4>
207210
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
208211
</div>
209212

213+
<div class="picked-project">
214+
<h4>Apollo Client 2.0 by @peggyrayzis</h4>
215+
<iframe src="https://codesandbox.io/embed/jvlrl98xw3" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
216+
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
217+
</div>
218+
210219
<div class="picked-project">
211220
<h4>React Metro by @nicolasdelfino</h4>
212221
<iframe src="https://codesandbox.io/embed/w0orz7j5p8" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"

0 commit comments

Comments
 (0)