|
|
@@ -11,10 +11,8 @@ redirect_from:
|
|
|
<main class="bd-masthead" id="content" role="main">
|
|
|
<div class="container">
|
|
|
<div class="row align-items-center">
|
|
|
- <div class="col-4 mx-auto col-md-4 order-md-2">
|
|
|
+ <div class="col-4 mx-auto col-md-3 order-md-2">
|
|
|
<img class="img-fluid mb-3 mb-md-0" src="favicon.png">
|
|
|
-
|
|
|
- {% include subscribe.html %}
|
|
|
</div>
|
|
|
<div class="col-md-6 order-md-1 text-center text-md-left pr-md-5">
|
|
|
<h1 class="mb-3 bd-text-purple-bright">
|
|
|
@@ -23,9 +21,6 @@ redirect_from:
|
|
|
<p class="lead">
|
|
|
{{ site.description }}
|
|
|
</p>
|
|
|
- <p class="lead mb-4">
|
|
|
- Bootstrap Table has been designed to reduce development time and to require no specific knowledge from developers. It is both featherweight and feature-rich.
|
|
|
- </p>
|
|
|
<div class="row mx-n2">
|
|
|
<div class="col-md px-2">
|
|
|
<a href="{{ site.baseurl }}/docs/getting-started/introduction/"
|
|
|
@@ -52,16 +47,12 @@ redirect_from:
|
|
|
<div class="masthead-followup row m-0 border border-white">
|
|
|
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
|
|
|
<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->
|
|
|
- {% include icons/import.svg width="32" height="32" class="text-primary mb-2" %}
|
|
|
- <h3>Installation</h3>
|
|
|
- <p>Include Bootstrap Table source CSS and JavaScript files via npm or Bower.</p>
|
|
|
+ <h3>{% include icons/import.svg width="32" height="32" class="text-primary mb-2" %}Installation</h3>
|
|
|
+ <p>Include Bootstrap Table source CSS and JavaScript files via npm or yarn.</p>
|
|
|
|
|
|
-{% highlight sh %}
|
|
|
+{% highlight javascript %}
|
|
|
npm install bootstrap-table
|
|
|
-{% endhighlight %}
|
|
|
-
|
|
|
-{% highlight sh %}
|
|
|
-bower install bootstrap-table
|
|
|
+yarn add bootstrap-table
|
|
|
{% endhighlight %}
|
|
|
|
|
|
<hr class="half-rule">
|
|
|
@@ -73,9 +64,8 @@ bower install bootstrap-table
|
|
|
|
|
|
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
|
|
|
<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->
|
|
|
- {% include icons/download.svg width="32" height="32" class="text-primary mb-2" %}
|
|
|
- <h3>CDN</h3>
|
|
|
- <p>When you only need to include Bootstrap Table’s compiled CSS or JS, you can use <a href="https://unpkg.com/bootstrap-table@{{ site.current_version }}/dist/">UNPKG</a>.</p>
|
|
|
+ <h3>{% include icons/download.svg width="32" height="32" class="text-primary mb-2" %}CDN</h3>
|
|
|
+ <p>When you only need to include Bootstrap Table’s compiled CSS or JS, use <a href="https://unpkg.com/bootstrap-table@{{ site.current_version }}/dist/">UNPKG</a>.</p>
|
|
|
|
|
|
{% highlight html %}
|
|
|
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@{{ site.current_version }}/dist/bootstrap-table.min.css">
|
|
|
@@ -90,8 +80,7 @@ bower install bootstrap-table
|
|
|
|
|
|
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
|
|
|
<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->
|
|
|
- {% include icons/lightning.svg width="32" height="32" class="text-primary mb-2" %}
|
|
|
- <h3>Examples</h3>
|
|
|
+ <h3>{% include icons/lightning.svg width="32" height="32" class="text-primary mb-2" %}Examples</h3>
|
|
|
<p>
|
|
|
The examples of bootstrap table.
|
|
|
</p>
|
|
|
@@ -103,4 +92,6 @@ bower install bootstrap-table
|
|
|
</div>
|
|
|
|
|
|
{% include opencollective.html %}
|
|
|
+
|
|
|
+ {% include subscribe.html %}
|
|
|
</div>
|