Skip to content

Commit 6053c99

Browse files
committed
Update README.md
1 parent 3a4ede4 commit 6053c99

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Below are screenshots of this sample application on the [Itel NEO R60+ 4G](https
2222
<img alt="Privacy Screenshot" src="./screenshots/img_20241224_194409954.png" width="240" />
2323
</p>
2424

25-
## Prerequisites
25+
## :notebook: Prerequisites
2626

2727
* [Node & npm](https://nodejs.org/en/download/)
2828
* [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
2929
* A [GitHub](https://github.com/signup) account :octocat:
3030

31-
## Pages
31+
## :page_facing_up: Pages
3232

3333
### `<Home />`
3434

@@ -42,7 +42,7 @@ A simple page displaying a static description.
4242

4343
A page for configuring the application. By default, the application will detect the best candidate from the browser's language. Users can override this on the settings page.
4444

45-
## Components
45+
## :wrench: Components
4646

4747
### `<Header />`
4848

@@ -66,19 +66,20 @@ On Cloud Phone, soft keys are mapped as follows:
6666

6767
Because developers cannot override the RSK behavior, clicking RSK also calls `history.back()` to reproduce the same behavior on desktop browsers.
6868

69-
## Deploy to GitHub Pages
69+
## :rocket: Deploy to GitHub Pages
7070

7171
[GitHub Pages](https://pages.github.com/) offers free hosting for public open-source repositories. This project uses the [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) GitHub Action to build and deploy HTML, CSS, and JS to the `gh-pages` branch.
7272

73-
:warning: <u>Production</u>: although it's possible to configure [custom domain names](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages), "GitHub Pages is not intended for or allowed to be used... either facilitating commercial transactions or providing commercial software" ([see Prohibited Uses](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#prohibited-uses)). Use GitHub Pages for production applications at your own risk.
73+
> [!WARNING]
74+
> Although it's possible to configure [custom domain names](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages), "GitHub Pages is not intended for or allowed to be used... either facilitating commercial transactions or providing commercial software" ([see Prohibited Uses](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#prohibited-uses)). Use GitHub Pages for production applications at your own risk.
7475
75-
## Developer Program
76+
## :sunglasses: Developer Program
7677

7778
Register for the [Cloud Phone Developer Program](https://www.cloudfone.com/developer-program) to upload test widgets and use the Cloud Phone Simulator.
7879

7980
![New Widget Screenshot](./screenshots/Screenshot%202024-12-25%20at%201.42.16 PM.png)
8081
![Cloud Phone Welcome Screenshot](./screenshots/Screenshot%202024-12-25%20at%201.51.54 PM.png)
8182

82-
## License
83+
## :free: License
8384

8485
Licensed under the [Apache 2.0](./LICENSE) license

0 commit comments

Comments
 (0)