diff --git a/assets/images/code.svg b/assets/images/code.svg new file mode 100644 index 00000000..062164a6 --- /dev/null +++ b/assets/images/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/globe_with_meridians.svg b/assets/images/globe_with_meridians.svg deleted file mode 100644 index cb798b55..00000000 --- a/assets/images/globe_with_meridians.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/index.html b/index.html index 00e68577..bcb68898 100644 --- a/index.html +++ b/index.html @@ -12,10 +12,10 @@ - label: ' Install v{% include root_stable_version %}' url: /install feature_row: - - title: '*.*' + - title: '*.*' excerpt: "ROOT enables statistically sound scientific analyses and visualization of large amounts of data: today, more than 1 exabyte (1,000,000,000 gigabyte) are stored in ROOT files. [The Higgs was found with ROOT!](gallery#higgs-plots)" - - title: '*.*' - excerpt: "As high-performance software, ROOT is written mainly in C++. You can use it on Linux, macOS, or Windows; it works out of the box. ROOT is [open source](about/license): use it freely, [modify it](install/build_from_source), [contribute to it](contribute)!" + - title: '*.*' + excerpt: "ROOT is [open source](about/license), which means that you can use it freely and [modify it](install/build_from_source). It adopts an open development process, inviting [its users to contribute to it](contribute)." - title: '$ _' excerpt: "ROOT comes with an [incredible C++ interpreter](primer#learn-c-at-the-root-prompt), ideal for fast prototyping. Don't like C++? ROOT integrates super-smoothly with Python thanks to its [unique dynamic and powerful Python ⇄ C++ binding](manual/python/). Or what about [using ROOT in a Jupyter notebook](https://nbviewer.jupyter.org/url/root.cern/doc/master/notebooks/rf301_composition.C.nbconvert.ipynb)?" ---