mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Update index.html: text fixes
This commit is contained in:
parent
b437f19fc3
commit
4bab07dbc8
1 changed files with 2 additions and 2 deletions
4
docs/_templates/index.html
vendored
4
docs/_templates/index.html
vendored
|
@ -123,7 +123,7 @@
|
|||
<div class="d-table-cell align-middle" >
|
||||
<h2 style="color:white;"><b>XONSH</b> is a Python-powered shell</h2>
|
||||
<br>
|
||||
<p style="font-size: 20px; font-weight: 1;">Xonsh is a modern, full-featured and cross-platform shell. The language is a superset of Python 3.6+ with additional shell primitives that you are used to from Bash and IPython.
|
||||
<p style="font-size: 20px; font-weight: 1;">Xonsh is a modern, full-featured and cross-platform python shell. The language is a superset of Python 3.6+ with additional shell primitives that you are used to from Bash and IPython.
|
||||
It works on all major systems including Linux, OSX, and Windows. Xonsh is meant for the daily use of experts and novices.</p>
|
||||
<a href="#" data-scroll-nav="3"><i class="icofont-download"></i> Install</a>
|
||||
<a href="https://xon.sh/contents.html" target="_blank"><i class="icofont-ui-note"></i> Docs</a>
|
||||
|
@ -139,7 +139,7 @@
|
|||
<section id="about-area" data-scroll-index="1">
|
||||
<div class="container text-center section-heading">
|
||||
<h2>What is Xonsh?</h2>
|
||||
<p>The xonsh shell lets you easily mix Python and shell commands in a powerful and simplified approach to the command line.</p>
|
||||
<p>The xonsh as a python shell lets you easily mix Python and shell commands in a powerful and simplified approach to the command line.</p>
|
||||
</div>
|
||||
|
||||
<div class="container" style="margin-top: 30px">
|
||||
|
|
Loading…
Add table
Reference in a new issue