diff options
| author | XhmikosR <[email protected]> | 2019-07-13 16:28:25 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-17 16:21:47 +0300 |
| commit | 5e6f5d8f38be54a871ef584203a97c1bfb5f9324 (patch) | |
| tree | bc73bb1eccf38110f62a29a5a75b1af7d86ec401 | |
| parent | 506282fb9eb693901f7b2ee06ceceae6704fa4da (diff) | |
| download | bootstrap-5e6f5d8f38be54a871ef584203a97c1bfb5f9324.tar.xz bootstrap-5e6f5d8f38be54a871ef584203a97c1bfb5f9324.zip | |
Remove display none code.
| -rw-r--r-- | site/layouts/partials/home/masthead-followup.html | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index 4bbdc6a3c..a57b527d8 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -49,57 +49,3 @@ src="/docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes.png" alt="Bootstrap Themes" width="500" height="200"> </div> </div> - -<div class="masthead-followup container d-none"> - <div class="row py-5 mb-5"> - <div class="col-md-5"> - {{ "<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->" | safeHTML }} - {{ partial "icons/import.svg" (dict "class" "text-primary mb-2" "width" "32" "height" "32") }} - <h3>Installation</h3> - <p>Include Bootstrap’s source Sass and JavaScript files via npm, Composer, or Meteor. Package managed installs don’t include documentation, but do include our build system and readme.</p> - <hr class="half-rule"> - <a class="btn btn-outline-primary" href="/docs/{{ .Site.Params.docs_version }}/getting-started/download/">Read installation docs</a> - </div> - <div class="col-md-6 offset-md-1"> - {{ highlight "npm install bootstrap" "sh" "" }} - {{ highlight (printf ("gem install bootstrap -v %s") .Site.Params.current_ruby_version) "sh" "" }} - </div> - </div> - - <div class="row pb-5 mb-5"> - <div class="col-md-6"> - {{ "<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->" | safeHTML }} - {{ partial "icons/download.svg" (dict "class" "text-primary mb-2" "width" "32" "height" "32") }} - <h3>BootstrapCDN</h3> - <p>Use the <a href="https://bootstrapcdn.com/">BootstrapCDN</a> to deliver fast, cached, and compiled versions of Bootstrap’s CSS and JavaScript. No jQuery is required, but don't forget to include Popper.js for some components.</p> - <hr class="half-rule"> - <a class="btn btn-outline-primary" href="/docs/{{ .Site.Params.docs_version }}/layout/overview/">Explore the docs</a> - </div> - <div class="col-md-6"> - <h5>CSS only</h5> - {{ highlight (printf (`<link rel="stylesheet" href="%s" integrity="%s" crossorigin="anonymous">`) .Site.Params.cdn.css .Site.Params.cdn.css_hash) "html" "" }} - <h5>JS and Popper.js</h5> - {{ highlight (printf (`<script src="%s" integrity="%s" crossorigin="anonymous"></script> -<script src="%s" integrity="%s" crossorigin="anonymous"></script> - `) .Site.Params.cdn.popper .Site.Params.cdn.popper_hash .Site.Params.cdn.js .Site.Params.cdn.js_hash) "html" "" }} - </div> - </div> - - <div class="row pb-5 mb-5"> - <div class="col-md-6"> - {{ "<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->" | safeHTML }} - {{ partial "icons/lightning.svg" (dict "class" "text-primary mb-2" "width" "32" "height" "32") }} - <h3>Official Themes</h3> - <p> - Take Bootstrap 4 to the next level with official premium themes—toolkits built on Bootstrap with new components and plugins, docs, and build tools. - </p> - <hr class="half-rule"> - <a href="{{ .Site.Params.themes }}/" class="btn btn-outline-primary">Browse themes</a> - </div> - <div class="col-md-6"> - <img class="img-fluid mt-3 mx-auto" srcset="/docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes.png, - /docs/{{ .Site.Params.docs_version }}/assets/img/[email protected] 2x" - src="/docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes.png" alt="Bootstrap Themes" width="500" height="200"> - </div> - </div> -</div> |
