Skip to content

Commit 5453b2c

Browse files
author
Ives van Hoorne
committed
Tweak homepage
1 parent 1d23140 commit 5453b2c

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

src/homepage/index.html

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
<head>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7-
<title>CodeSandbox</title>
8-
<meta name="description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing React projects.">
7+
<title>CodeSandbox: An online playground for React</title>
8+
<meta name="description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing new React projects.">
9+
<meta name="keywords" content="react codesandbox editor code javascript playground sharing spa single page application web application frontend front end">
910
<meta name="viewport" content="width=device-width, initial-scale=1">
1011

1112
<link rel="shortcut icon" href="/favicon.ico" />
1213
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
1314
<link rel="stylesheet" href="static/css/main.css">
14-
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
15+
1516
<script>
1617
(function (i, s, o, g, r, a, m) {
1718
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
@@ -31,9 +32,6 @@
3132
<div class="logocontent">
3233
<svg class="logo shadow--svg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
3334
x="0px" y="0px" height="210px" viewBox="0 0 1024 1024" enable-background="new 0 0 1024 1024" xml:space="preserve">
34-
<g id="Layer_4" display="none">
35-
<rect x="-1" y="1" display="inline" fill="#1A1A1A" width="1025" height="1024" />
36-
</g>
3735
<g id="Layer_1">
3836
<polyline fill="#FFFFFF" points="719.001,851 719.001,639.848 902,533.802 902,745.267 719.001,851 " />
3937
<polyline fill="#FFFFFF" points="302.082,643.438 122.167,539.135 122.167,747.741 302.082,852.573 302.082,643.438 " />
@@ -46,18 +44,6 @@
4644
<polygon fill="none" stroke="#FFFFFF" stroke-width="50" stroke-miterlimit="10" points="121,739.083 510.917,963.042 901,738.333
4745
901,288 511,62 121,289 " />
4846
</g>
49-
<g id="Layer_3" display="none">
50-
<polyline display="inline" fill="none" stroke="#333333" stroke-width="2" stroke-miterlimit="10" points="706,852 706,626
51-
901.5,513 " />
52-
<polyline fill="none" stroke="#F2F2F2" stroke-width="2" stroke-miterlimit="10" points="706,851 706,626 901.5,513 " />
53-
<polyline display="inline" fill="none" stroke="#4D4D4D" stroke-width="2" stroke-miterlimit="10" points="317,852 316,626
54-
122.667,514 " />
55-
<polyline fill="none" stroke="#F2F2F2" stroke-width="2" stroke-miterlimit="10" points="316,851 316,626 122.676,513 " />
56-
<polyline display="inline" fill="none" stroke="#666666" stroke-miterlimit="10" points="317.297,176.09 512.083,288.466
57-
705.75,174.09 " />
58-
<polyline fill="none" stroke="#E6E6E6" stroke-width="2" stroke-miterlimit="10" points="706.167,175.167 512,287.833
59-
317.208,175.542 " />
60-
</g>
6147
</svg>
6248

6349
<div>
@@ -132,7 +118,8 @@ <h3>Example projects</h3>
132118
</section>
133119

134120
<section class="about">
135-
By <a target="_blank" href="https://ivesvh.com">Ives van Hoorne</a> and <a target="_blank" rel="nofollow" href="https://www.linkedin.com/in/bas-buursma-b904a3139/">Bas Buursma</a>
121+
We'd love to hear your thoughts, feedback and suggestions. Contact us any time at <a href="mailto:[email protected]">[email protected]</a>!
122+
<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>
136123
</section>
137124

138125
<script>

src/homepage/static/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ h1 {
252252
color: rgba(255,255,255, 0.7);
253253
padding: 1rem;
254254
text-align: center;
255+
line-height: 2;
255256
}
256257

257258
@media only screen and (max-width: 660px) {
@@ -263,6 +264,10 @@ h1 {
263264
font-size: 2rem;
264265
}
265266

267+
.description h3{
268+
font-size: 2rem;
269+
}
270+
266271
.logocontent {
267272
flex-direction: column;
268273
text-align: center;

0 commit comments

Comments
 (0)