diff --git a/src/css/custom.css b/src/css/custom.css index 7d3e0a6..0f1eea3 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -38,3 +38,18 @@ } + +.hero--primary { + background: + linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../../static/img/banner-background.png) + ; + /* filter: brightness(50%); */ +} + +[data-theme='dark'] .hero--primary { + /* background: + linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(../../static/img/banner-background.png) + ; */ + color: white; +} + \ No newline at end of file diff --git a/src/pages/index.js b/src/pages/index.js index 80951e2..f0d657b 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -299,8 +299,8 @@ export default function Home() { return ( + title={`${siteConfig.title} | Programming for everyone`} + description="Write Python in any human language. Can't find yours? Easily contribute."> diff --git a/static/img/android-chrome-192x192.png b/static/img/android-chrome-192x192.png new file mode 100644 index 0000000..0742fcd Binary files /dev/null and b/static/img/android-chrome-192x192.png differ diff --git a/static/img/android-chrome-512x512.png b/static/img/android-chrome-512x512.png new file mode 100644 index 0000000..e781bde Binary files /dev/null and b/static/img/android-chrome-512x512.png differ diff --git a/static/img/apple-touch-icon.png b/static/img/apple-touch-icon.png new file mode 100644 index 0000000..022009f Binary files /dev/null and b/static/img/apple-touch-icon.png differ diff --git a/static/img/banner-background.png b/static/img/banner-background.png new file mode 100644 index 0000000..2a5d9fb Binary files /dev/null and b/static/img/banner-background.png differ diff --git a/static/img/docusaurus.png b/static/img/docusaurus.png index 9af5cb6..587ca25 100644 Binary files a/static/img/docusaurus.png and b/static/img/docusaurus.png differ diff --git a/static/img/favicon-16x16.png b/static/img/favicon-16x16.png new file mode 100644 index 0000000..54ce5d8 Binary files /dev/null and b/static/img/favicon-16x16.png differ diff --git a/static/img/favicon-32x32.png b/static/img/favicon-32x32.png new file mode 100644 index 0000000..b67634c Binary files /dev/null and b/static/img/favicon-32x32.png differ diff --git a/static/img/favicon.ico b/static/img/favicon.ico index c01d54b..cc107d9 100644 Binary files a/static/img/favicon.ico and b/static/img/favicon.ico differ diff --git a/static/img/site.webmanifest b/static/img/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/static/img/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file