Skip to content

Commit

Permalink
fix: delete unneded icons, aside, fix readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed May 26, 2020
1 parent 0e6506e commit 1ee0561
Show file tree
Hide file tree
Showing 29 changed files with 13 additions and 43 deletions.
40 changes: 8 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[npm-next]: https://img.shields.io/npm/v/@coreui/react/next.png?style=flat-square
[npm]: https://www.npmjs.com/package/@coreui/react

# CoreUI Pro v3 React Admin Template
# CoreUI Free React Admin Template v3

CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!

Expand Down Expand Up @@ -46,7 +46,6 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
## CoreUI Pro

* 💪 [CoreUI Pro Bootstrap Admin Template](https://coreui.io/pro/)
* 💪 [CoreUI Pro Bootstrap Admin Template (Ajax)](https://coreui.io/pro/)
* 💪 [CoreUI Pro Angular Admin Template](https://coreui.io/pro/angular)
* 💪 [CoreUI Pro React Admin Template](https://coreui.io/pro/react)
* 💪 [CoreUI Pro Vue Admin Template](https://coreui.io/pro/vue)
Expand All @@ -55,11 +54,11 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of

### Clone repo

**Only customers with [Membership Plan](https://coreui.io/pro/#buy) have access to private github repository.**
**Only customers with [Enterrise Membership Plan](https://coreui.io/pro/#buy) have access to private github repository.**

``` bash
# clone the repo
$ git clone https://github.com/coreui/coreui-pro-react-admin-template.git my-project
$ git clone https://github.com/coreui/coreui-free-react-admin-template.git my-project

# go into app's directory
$ cd my-project
Expand Down Expand Up @@ -104,48 +103,25 @@ Run `build` to build the project. The build artifacts will be stored in the `bui
$ npm run build
```

## What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

```
CoreUI-React#v2.0.0
├── public/ #static files
│ ├── assets/ #assets
│ └── index.html #html template
├── src/ #project root
│ ├── containers/ #container source
│ ├── scss/ #user scss/css source
│ ├── views/ #views source
│ ├── App.js
│ ├── App.test.js
│ ├── index.js
│ ├── _nav.js #sidebar config
│ └── routes.js #routes config
└── package.json
```

## Documentation

The documentation for the CoreUI Admin Template is hosted at our website [CoreUI for React](https://coreui.io/react/)


## Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Pro Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Free Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).

See [the Releases section of our project](https://github.com/coreui/coreui-pro-react-admin-template/releases) for changelogs for each release version.
See [the Releases section of our project](https://github.com/coreui/coreui-free-react-admin-template/releases) for changelogs for each release version.

## Creators

**Łukasz Holeczek**
* <https://twitter.com/lukaszholeczek>
* <https://github.com/mrholek>

**Andrzej Kopański**
* <https://github.com/xidedix>
**CoreUI team**
* https://github.com/orgs/coreui/people

## Community

Expand All @@ -157,4 +133,4 @@ Get updates on CoreUI's development and chat with the project maintainers and co

## Copyright and License

copyright 2018 creativeLabs Łukasz Holeczek.
copyright 2020 creativeLabs Łukasz Holeczek.
Binary file removed public/android-icon-144x144.png
Binary file not shown.
Binary file removed public/android-icon-192x192.png
Binary file not shown.
Binary file removed public/android-icon-36x36.png
Binary file not shown.
Binary file removed public/android-icon-48x48.png
Binary file not shown.
Binary file removed public/android-icon-72x72.png
Binary file not shown.
Binary file removed public/android-icon-96x96.png
Binary file not shown.
Binary file removed public/apple-icon-114x114.png
Binary file not shown.
Binary file removed public/apple-icon-120x120.png
Binary file not shown.
Binary file removed public/apple-icon-144x144.png
Binary file not shown.
Binary file removed public/apple-icon-152x152.png
Binary file not shown.
Binary file removed public/apple-icon-180x180.png
Binary file not shown.
Binary file removed public/apple-icon-57x57.png
Binary file not shown.
Binary file removed public/apple-icon-60x60.png
Binary file not shown.
Binary file removed public/apple-icon-72x72.png
Binary file not shown.
Binary file removed public/apple-icon-76x76.png
Binary file not shown.
Binary file removed public/apple-icon-precomposed.png
Binary file not shown.
Binary file removed public/apple-icon.png
Binary file not shown.
2 changes: 0 additions & 2 deletions public/browserconfig.xml

This file was deleted.

Binary file removed public/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon-32x32.png
Binary file not shown.
Binary file removed public/favicon-96x96.png
Binary file not shown.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<!--
* CoreUI Pro - React.js Admin Template
* @version v3.0.0-beta.2
* CoreUI Free - React.js Admin Template
* @version v3.0.0-beta.1
* @link https://coreui.io/pro/react/
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* License (https://coreui.io/pro/license)
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
* License MIT
-->
<html lang="en">
<head>
Expand All @@ -14,7 +14,7 @@
<meta name="description" content="CoreUI for React - Open Source Bootstrap Admin Template">
<meta name="author" content="Łukasz Holeczek">
<meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,CSS,SCSS,HTML,RWD,Dashboard,React">
<title>CoreUI Pro React.js Admin Template</title>
<title>CoreUI Free React.js Admin Template</title>
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
Expand Down
Binary file removed public/ms-icon-144x144.png
Binary file not shown.
Binary file removed public/ms-icon-150x150.png
Binary file not shown.
Binary file removed public/ms-icon-310x310.png
Binary file not shown.
Binary file removed public/ms-icon-70x70.png
Binary file not shown.
2 changes: 0 additions & 2 deletions src/containers/TheLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react'
import {
TheContent,
TheSidebar,
TheAside,
TheFooter,
TheHeader
} from './index'
Expand All @@ -12,7 +11,6 @@ const TheLayout = () => {
return (
<div className="c-app c-default-layout">
<TheSidebar/>
<TheAside/>
<div className="c-wrapper">
<TheHeader/>
<div className="c-body">
Expand Down
2 changes: 0 additions & 2 deletions src/containers/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import TheAside from './TheAside'
import TheContent from './TheContent'
import TheFooter from './TheFooter'
import TheHeader from './TheHeader'
Expand All @@ -10,7 +9,6 @@ import TheLayout from './TheLayout'
import TheSidebar from './TheSidebar'

export {
TheAside,
TheContent,
TheFooter,
TheHeader,
Expand Down

0 comments on commit 1ee0561

Please sign in to comment.