Updated README.md
This commit is contained in:
parent
ea2c558c51
commit
7b548ed548
2 changed files with 13 additions and 4 deletions
15
README.md
15
README.md
|
|
@ -1,10 +1,12 @@
|
||||||
<img alt="GitHub" src="https://img.shields.io/github/license/prozilla/Prozilla-OS?style=flat-square&color=red&label=License"> <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/prozilla/prozilla-os?style=flat-square&color=yellow&label=%E2%AD%90"> <img alt="GitHub forks" src="https://img.shields.io/github/forks/prozilla/prozilla-os?style=flat-square&color=blue&label=Forks">
|
<img alt="GitHub" src="https://img.shields.io/github/license/prozilla/Prozilla-OS?style=flat-square&color=red&label=License"> <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/prozilla/prozilla-os?style=flat-square&color=yellow&label=%E2%AD%90"> <img alt="GitHub forks" src="https://img.shields.io/github/forks/prozilla/prozilla-os?style=flat-square&color=blue&label=Forks">
|
||||||
|
|
||||||
# <img src="public/media/logo.svg" width=40 height=40 style="vertical-align: middle; background: none;"/> ProzillaOS
|
<img src="public/media/logo.svg" align="left" width=35 height=35/>
|
||||||
|
|
||||||
|
# ProzillaOS
|
||||||
|
|
||||||
ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by Prozilla.
|
ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by Prozilla.
|
||||||
|
|
||||||
[Live demo](https://os.prozilla.dev/)
|
**Live demo: [os.prozilla.dev](https://os.prozilla.dev/)**
|
||||||
|
|
||||||
<img src="public/media/Banner2.png"/>
|
<img src="public/media/Banner2.png"/>
|
||||||
|
|
||||||
|
|
@ -12,23 +14,30 @@ ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
See [docs](docs/README.md) for more information.
|
See [docs](docs/README.md) for more info.
|
||||||
|
|
||||||
### Quick Links
|
### Quick Links
|
||||||
|
|
||||||
- [Features](docs/features/README.md)
|
- [Features](docs/features/README.md)
|
||||||
|
- [Design](docs/design/README.md)
|
||||||
- [Roadmap](docs/roadmap/README.md)
|
- [Roadmap](docs/roadmap/README.md)
|
||||||
- [Configurations](docs/configurations/README.md)
|
- [Configurations](docs/configurations/README.md)
|
||||||
- [Contributing](docs/contributing/README.md)
|
- [Contributing](docs/contributing/README.md)
|
||||||
|
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||
|
See [docs/design](docs/design/README.md) for more info.
|
||||||
|
|
||||||
ProzillaOS was designed in Figma by Prozilla. You can view the design file [here](https://www.figma.com/file/bEE5RyWgV0QILcXpZWEk2r/ProzillaOS?type=design&node-id=0%3A1&mode=design&t=7KR1tKCp9H5cK3hf-1).
|
ProzillaOS was designed in Figma by Prozilla. You can view the design file [here](https://www.figma.com/file/bEE5RyWgV0QILcXpZWEk2r/ProzillaOS?type=design&node-id=0%3A1&mode=design&t=7KR1tKCp9H5cK3hf-1).
|
||||||
|
|
||||||
### Preview
|
### Preview
|
||||||
|
|
||||||
<img src="public/media/screenshots/Screenshot1.png"/>
|
<img src="public/media/screenshots/Screenshot1.png"/>
|
||||||
|
|
||||||
|
## Support ProzillaOS
|
||||||
|
|
||||||
|
You can support this project by donating to **[ko-fi.com/prozilla](https://ko-fi.com/prozilla)**.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT license, Copyright (c) 2023 Sieben De Beule. For more information see [LICENSE.md](LICENSE.md).
|
This project is licensed under the MIT license, Copyright (c) 2023 Sieben De Beule. For more information see [LICENSE.md](LICENSE.md).
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ echo -e "Repository: $REPO_URL\n"
|
||||||
|
|
||||||
echo $DOMAIN > build/CNAME
|
echo $DOMAIN > build/CNAME
|
||||||
echo Deploying to GitHub Pages...
|
echo Deploying to GitHub Pages...
|
||||||
if gh-pages --silent -d build -m $COMMIT_MESSAGE -r $REPO_URL ; then
|
if gh-pages -d build -m $COMMIT_MESSAGE -r $REPO_URL ; then
|
||||||
echo Successfully deployed to https://$DOMAIN/
|
echo Successfully deployed to https://$DOMAIN/
|
||||||
else
|
else
|
||||||
echo Failed to deploy
|
echo Failed to deploy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue