Skip to content

Commit 4bf94a8

Browse files
author
Ives van Hoorne
committed
Lower embed count on homepage
1 parent 8af0ec3 commit 4bf94a8

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

src/homepage/index.html

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868

6969
<div>
7070
<h1 title="CodeSandbox" class="title shadow--text">
71-
<span class="primary">Code</span><span class="secondary">Sandbox</span>
71+
<span class="primary">Code</span>
72+
<span class="secondary">Sandbox</span>
7273
</h1>
7374
<h2 class="subtitle shadow--text">Online Web Application Editor</h2>
7475
</div>
@@ -237,7 +238,8 @@ <h3>Example Projects</h3>
237238

238239
<section id="picked" class="picked">
239240
<h3>Picked Projects</h3>
240-
<h4>Made something cool? Send it to <a href="mailto:hello@codesandbox.io">hello@codesandbox.io</a> so we can feature it here!</h4>
241+
<h4>Made something cool? Send it to
242+
<a href="mailto:hello@codesandbox.io">hello@codesandbox.io</a> so we can feature it here!</h4>
241243

242244
<div class="picked-project">
243245
<h4>Cerebral by @christianalfoni</h4>
@@ -251,28 +253,19 @@ <h4>Emotion by @tkh44</h4>
251253
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
252254
</div>
253255

254-
<div class="picked-project">
255-
<h4>React-JSS by @oleg008</h4>
256-
<iframe src="https://codesandbox.io/embed/j3l06yyqpw" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
257-
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
258-
</div>
259-
260256
<div class="picked-project">
261257
<h4>Apollo Client 2.0 by @peggyrayzis</h4>
262258
<iframe src="https://codesandbox.io/embed/jvlrl98xw3" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
263259
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
264260
</div>
265-
266-
<div class="picked-project">
267-
<h4>React Metro by @nicolasdelfino</h4>
268-
<iframe src="https://codesandbox.io/embed/w0orz7j5p8" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
269-
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
270-
</div>
271261
</section>
272262

273263
<section class="about">
274-
We'd love to hear your thoughts, feedback and suggestions. Contact us any time at <a href="mailto:hello@codesandbox.io">hello@codesandbox.io</a>!
275-
<br> By <a target="_blank" href="https://ivesvh.com">Ives van Hoorne</a> and <a target="_blank" href="https://www.linkedin.com/in/bas-buursma-b904a3139/">Bas Buursma</a>
264+
We'd love to hear your thoughts, feedback and suggestions. Contact us any time at
265+
<a href="mailto:hello@codesandbox.io">hello@codesandbox.io</a>!
266+
<br> By
267+
<a target="_blank" href="https://ivesvh.com">Ives van Hoorne</a> and
268+
<a target="_blank" href="https://www.linkedin.com/in/bas-buursma-b904a3139/">Bas Buursma</a>
276269
</section>
277270

278271
<script>

0 commit comments

Comments
 (0)