Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !7973
An error occurred while fetching the assigned milestone of the selected merge_request.

Add logo resources

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/cindyledev/issue-7710 into master 5 years ago
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: cindyledev

Annotation 2019-11-12 203442

Icon from: https://github.com/facebook/create-react-app/tree/master/docusaurus/website/static/img/favicon

Logo from: https://github.com/facebook/create-react-app/blob/master/docusaurus/website/static/img/logo.svg

Large logo: https://github.com/facebook/create-react-app/blob/master/docusaurus/website/static/img/logo-og.png

Information from the dark and light colors were from: https://github.com/facebook/create-react-app/blob/master/docusaurus/website/src/css/custom.css

Background color: https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/src/App.css

Fixes #7710

Compare
  • master (base)

and
  • latest version
    3f410088
    1 commit, 2 years ago

2 files
+ 32
- 1

    Preferences

    File browser
    Compare changes
docus‎aurus‎
do‎cs‎
logo-res‎ources.md‎ +30 -0
web‎site‎
sideba‎rs.json‎ +2 -1
docusaurus/docs/logo-resources.md 0 → 100644
+ 30
- 0
  • View file @ 3f410088

---
id: logo-resources
title: Logo Resources
sidebar_label: Logo Resources
---
These are the resources used to create the Create React App logo.
## Logo
![Logo](../website/static/img/logo-og.png)
[Download](https://github.com/facebook/create-react-app/blob/master/docusaurus/website/static/img/logo.svg) |
[Download](https://github.com/facebook/create-react-app/blob/master/docusaurus/website/static/img/favicon/favicon.ico) (Icon) | [Download](https://github.com/facebook/create-react-app/blob/master/docusaurus/website/static/img/logo-og.png) (Large)
## Colors
| Primary |
| ------------------------------------------------------------------ |
| ![#09D3AC](https://placehold.it/15/09d3ac/000000?text=+) `#09D3AC` |
| Dark | Light |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
| ![#08BE9B](https://placehold.it/15/08BE9B/000000?text=+) `#08BE9B` - Primary Dark | ![#2EDAB8](https://placehold.it/15/2EDAB8/000000?text=+) `#2EDAB8` - Primary Light |
| ![#08B392](https://placehold.it/15/08B392/000000?text=+) `#08B392` - Primary Darker | ![#53E0C5](https://placehold.it/15/53E0C5/000000?text=+) `#53E0C5` - Primary Lighter |
| ![#069478](https://placehold.it/15/069478/000000?text=+) `#069478` - Primary Darkest | ![#84E9D6](https://placehold.it/15/84E9D6/000000?text=+) `#84E9D6` - Primary Lightest |
| Background |
| ------------------------------------------------------------------ |
| ![#282c34](https://placehold.it/15/282c34/000000?text=+) `#282c34` |
docusaurus/website/sidebars.json
+ 2
- 1
  • View file @ 3f410088


@@ -6,7 +6,8 @@
"folder-structure",
"available-scripts",
"supported-browsers-features",
"updating-to-new-releases"
"updating-to-new-releases",
"logo-resources"
],
"Development": [
"setting-up-your-editor",
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: github/fork/cindyledev/issue-7710

Menu

Explore Projects Groups Snippets