Skip to content

Commit 4658b6d

Browse files
committed
improve readability of index
1 parent 8cb5294 commit 4658b6d

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

newdocs/docs/index.md

+22-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,37 @@
11
# PyScript
22

3-
Welcome to the PyScript documentation!
3+
![PyScript Logo](assets/images/pyscript.svg)
44

5-
PyScript is a programming platform that allows you to create web applications that run in the browser, using Python.
6-
That creates some really interesting benefits:
5+
<h3 style="text-align: center; font-style: italic;">The programming Platform for the 99%</h3>
76

8-
* Using Python directly in the browser allows to create applications with an easier and more user friendly language
9-
* Scalability: since applications run directly in the browser and not on a server somewhere, servers don't need to
7+
---------------------------------------------------------------------------------------------
8+
9+
<p style="text-align: center; font-style: italic;">Welcome to the PyScript documentation!</p>
10+
11+
PyScript is a programming platform that allows you to create web applications that run in
12+
the browser, using Python. That gives anyone the ability to program without infrastructure
13+
barriers and creates some really interesting benefits:
14+
15+
* **Easy start**: create and share applications in the browser, not installation required
16+
* **Simplicity**: Code your apps with a friendly and intuitive language like Python
17+
* **Scalability**: since applications run directly in the browser and not on a server somewhere, servers don't need to
1018
scale as much if the number of users of an application grows exponentially
11-
* Shareability: applications can be shared as easily as sharing an URL. Can't get easier than that ;)
12-
* Multi-Platform support: since the browser is the underlying system where PyScript applications run, applications
19+
* **Shareability**: applications can be shared as easily as sharing an URL. Can't get easier than that ;)
20+
* **Multi-Platform**: since the browser is the underlying system where PyScript applications run, applications
1321
can run anywhere a modern browser is installed, on windows, linux, mac, mobile, or even a Tesla! :)
14-
* Security: since PyScript runs core in the Browser (via Web Assembly) in a sandbox fashion and the browsers offers
22+
* **Security**: since PyScript runs core in the Browser (via Web Assembly) in a sandbox fashion and the browsers offers
1523
a very strict level of security, code never have access files or part of the underlying system without user permission,
1624
making it a great option in terms of security.
17-
* User Friendly APIs: web APIs are very vast and, sometimes, complicated. PyScript offers smaller and more user friendly
25+
* **User Friendly APIs**: web APIs are very vast and, sometimes, complicated. PyScript offers smaller and more user friendly
1826
APIs for the most common use cases while also providing an option to access the full Web APIs as well.
1927

2028
We hope you'll enjoy the project and create so many incredible things with it! To learn more, consult our documentation.
2129

30+
## What next?
31+
32+
Check out our [getting started](getting-started.md) section to learn where to start from or go to our
33+
[user guide](user-guide.md) section for a more in-depth coverage of PyScript features.
34+
2235
<div class="grid cards" markdown>
2336

2437
- :fontawesome-brands-html5: __HTML__ for content and structure

0 commit comments

Comments
 (0)