mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-07 14:43:08 +03:00
wording
This commit is contained in:
parent
404bfeed0a
commit
69b5eb17c3
|
@ -5,7 +5,7 @@ group: getting-started
|
||||||
redirect_from: "/getting-started/"
|
redirect_from: "/getting-started/"
|
||||||
---
|
---
|
||||||
|
|
||||||
This is Material Design for Bootstrap, the world's most popular framework for building responsive, mobile-first sites and applications.
|
This is Material Design for Bootstrap, the world's most popular framework for building responsive, mobile-first Material Design sites and applications.
|
||||||
Inside you'll find high quality HTML, CSS, and JavaScript to make starting any project easier than ever.
|
Inside you'll find high quality HTML, CSS, and JavaScript to make starting any project easier than ever.
|
||||||
|
|
||||||
Here's how to quickly get started with the Material Design for Bootstrap CDN and a template starter page.
|
Here's how to quickly get started with the Material Design for Bootstrap CDN and a template starter page.
|
||||||
|
@ -17,8 +17,8 @@ Here's how to quickly get started with the Material Design for Bootstrap CDN and
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
Looking to quickly add Material Design for Bootstrap to your project? Use the Material Design for Bootstrap CDN,
|
Looking to quickly add Material Design for Bootstrap to your project? Use the Material Design for Bootstrap CDN,
|
||||||
provided for free by the folks at MaxCDN. Using a package manager or need to download the source files?
|
provided for free by the folks at MaxCDN. Using a package manager or need to download the source files?
|
||||||
[Head to the downloads page.]({{ site.baseurl }}/getting-started/download)
|
[Head to the downloads page.]({{ site.baseurl }}/getting-started/download)
|
||||||
|
|
||||||
{% callout info %}
|
{% callout info %}
|
||||||
|
@ -73,7 +73,7 @@ Put it all together and your pages should look like this:
|
||||||
<!-- Material Design fonts -->
|
<!-- Material Design fonts -->
|
||||||
<link rel="stylesheet" href="{{ site.cdn.font_roboto }}">
|
<link rel="stylesheet" href="{{ site.cdn.font_roboto }}">
|
||||||
<link rel="stylesheet" href="{{ site.cdn.font_icons }}">
|
<link rel="stylesheet" href="{{ site.cdn.font_icons }}">
|
||||||
|
|
||||||
<!-- Material Design for Bootstrap -->
|
<!-- Material Design for Bootstrap -->
|
||||||
<link rel="stylesheet" href="{{ site.cdn.css }}">
|
<link rel="stylesheet" href="{{ site.cdn.css }}">
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
layout: home
|
layout: home
|
||||||
title: Material Design for Bootstrap, the world's most popular mobile-first and responsive front-end framework.
|
title: Material Design for Bootstrap, the world's most popular mobile-first and responsive Material Design front-end framework.
|
||||||
---
|
---
|
||||||
|
|
||||||
<main class="bd-masthead" id="content" role="main">
|
<main class="bd-masthead" id="content" role="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<span class="bd-booticon outline">BMD</span>
|
<span class="bd-booticon outline">BMD</span>
|
||||||
<p class="lead">Material Design for Bootstrap, the world's most popular mobile-first and responsive front-end framework.</p>
|
<p class="lead">Material Design for Bootstrap, the world's most popular mobile-first and responsive Material Design front-end framework.</p>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
<a href="{{ site.baseurl }}/getting-started/download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.data.version }}');">Download</a>
|
<a href="{{ site.baseurl }}/getting-started/download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.data.version }}');">Download</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user