Skip to content

Commit 66b7391

Browse files
committed
Merge branch 'intro-docs' of github.com:UniversalPython/UniversalPython.github.io into intro-docs
2 parents 5c633b2 + 7436737 commit 66b7391

File tree

11 files changed

+6
-6
lines changed

11 files changed

+6
-6
lines changed

src/css/custom.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@
3535

3636
}
3737

38-
/* .hero--primary {
38+
.hero--primary {
3939
background:
4040
linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
4141
url(../../static/img/banner-background.png);
42-
} */
42+
}
4343

4444
[data-theme='dark'] .hero--primary {
4545
color: white;
46-
}
47-
46+
}

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ export default function Home() {
299299

300300
return (
301301
<Layout
302-
title={`Hello from ${siteConfig.title}`}
303-
description="Description will go into a meta tag in <head />">
302+
title={`${siteConfig.title} | Programming for everyone`}
303+
description="Write Python in any human language. Can't find yours? Easily contribute.">
304304
<Head>
305305
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
306306
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
39.4 KB
Loading
220 KB
Loading

static/img/apple-touch-icon.png

35.3 KB
Loading

static/img/banner-background.png

4.54 MB
Loading

static/img/docusaurus.png

106 KB
Loading

static/img/favicon-16x16.png

851 Bytes
Loading

static/img/favicon-32x32.png

2.18 KB
Loading

static/img/favicon.ico

11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)