Skip to content

Commit cd982bf

Browse files
committed
replacing logo; changing color palette, deleting unused files
1 parent a761afd commit cd982bf

File tree

12 files changed

+12
-352
lines changed

12 files changed

+12
-352
lines changed

β€ŽdocsRNC/docusaurus.config.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config = {
1212
baseUrl: '/react-native-calendars/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',
15-
favicon: 'img/fav-icon.png',
15+
favicon: 'img/logo.png',
1616
organizationName: 'wix', // Usually your GitHub org/user name.
1717
projectName: 'react-native-calendars', // Usually your repo name.
1818
trailingSlash: false,
@@ -46,7 +46,7 @@ const config = {
4646
title: 'RNC',
4747
logo: {
4848
alt: 'RNC Logo',
49-
src: 'img/RNC.png'
49+
src: 'img/logo.png'
5050
},
5151
items: [
5252
{

β€ŽdocsRNC/src/css/custom.cssβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #ffae2f;
10-
--ifm-color-primary-dark: #ffa416;
11-
--ifm-color-primary-darker: #fb9900;
12-
--ifm-color-primary-darkest: #e28a00;
13-
--ifm-color-primary-light: #ffb849;
14-
--ifm-color-primary-lighter: #ffc262;
15-
--ifm-color-primary-lightest: #ffcc7c;
9+
--ifm-color-primary: #ffb968;
10+
--ifm-color-primary-dark: #ff9416;
11+
--ifm-color-primary-darker: #ff9416;
12+
--ifm-color-primary-darkest: #ff9416;
13+
--ifm-color-primary-light: #ffdaae;
14+
--ifm-color-primary-lighter: #ffdaae;
15+
--ifm-color-primary-lightest: #ffdaae;
1616
--ifm-code-font-size: 95%;
1717
}
1818

β€ŽdocsRNC/src/pages/index.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function HomepageHeader() {
2121
export default function Home() {
2222
const {siteConfig} = useDocusaurusContext();
2323
return (
24-
<Layout title={`Hello from ${siteConfig.title}`} description="Description will go into a meta tag in <head />">
24+
<Layout title={`Hello from ${siteConfig.title}`} description="Site main title <head />">
2525
<HomepageHeader />
2626
<main>
2727
<HomepageFeatures />

β€ŽdocsRNC/src/pages/index.module.cssβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
*/
55

66
.heroBanner {
7-
padding: 4rem 0;
7+
padding: 6rem 0;
88
text-align: center;
99
position: relative;
1010
overflow: hidden;
11+
height: 180px;
1112
}
1213

1314
@media screen and (max-width: 966px) {

β€ŽdocsRNC/static/img/RNC.pngβ€Ž

-71.1 KB
Binary file not shown.
-5.02 KB
Binary file not shown.
-837 Bytes
Binary file not shown.

β€ŽdocsRNC/static/img/logo.pngβ€Ž

575 Bytes
Loading

β€ŽdocsRNC/static/img/logo.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)