Skip to content

Commit 92fed93

Browse files
author
Ives van Hoorne
committed
Update homepage examples
1 parent e7739e8 commit 92fed93

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

src/homepage/index.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h3>Example Projects</h3>
149149
<a href="/s/lOmyoxQw1" class="project">
150150
Redux
151151
</a>
152-
<a href="/s/voz37vLG5" class="project">
152+
<a href="/s/github/reactjs/redux/tree/master/examples/todomvc" class="project">
153153
TodoMVC in Redux
154154
</a>
155155
<a href="/s/8qDrxADJo" class="project">
@@ -167,6 +167,18 @@ <h3>Example Projects</h3>
167167
<a href="/s/nZ26kGMD" class="project">
168168
MobX-state-tree
169169
</a>
170+
<a href="/s/zKrK5YLDZ" class="project">
171+
Formik
172+
</a>
173+
<a href="/s/lp5rjr0z4z" class="project">
174+
Cerebral
175+
</a>
176+
<a href="/s/zkrk5yldz" class="project">
177+
Emotion
178+
</a>
179+
<a href="/s/w0orz7j5p8" class="project">
180+
React Metro
181+
</a>
170182
</div>
171183
</section>
172184

@@ -175,14 +187,20 @@ <h3>Picked Projects</h3>
175187
<h4>Made something cool? Send it to <a href="mailto:[email protected]">[email protected]</a> so we can feature it here!</h4>
176188

177189
<div class="picked-project">
178-
<h4>Formik Example by @jaredpalmer</h4>
179-
<iframe src="https://codesandbox.io/embed/zKrK5YLDZ" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
190+
<h4>Cerebral by @christianalfoni</h4>
191+
<iframe src="https://codesandbox.io/embed/lp5rjr0z4z" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
192+
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
193+
</div>
194+
195+
<div class="picked-project">
196+
<h4>Emotion by @tkh44</h4>
197+
<iframe src="https://codesandbox.io/embed/pk1qjqpw67" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
180198
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
181199
</div>
182200

183201
<div class="picked-project">
184-
<h4>Redux-First Router by <span style="color: rgb(235, 78, 145)">@faceyspacey</span></h4>
185-
<iframe src="https://codesandbox.io/embed/github/faceyspacey/redux-first-router-codesandbox?module=%2FroutesMap.js" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
202+
<h4>React Metro by @nicolasdelfino</h4>
203+
<iframe src="https://codesandbox.io/embed/w0orz7j5p8" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
186204
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
187205
</div>
188206
</section>

0 commit comments

Comments
 (0)