mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 01:47:35 +03:00 
			
		
		
		
	Replaced Material Design for Bootstrap with Bootstrap Material Design everywhere in the project/
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% if page.group == "getting-started" %}
 | 
						|
  <h1>Getting started</h1>
 | 
						|
  <p class="lead">
 | 
						|
    An overview of Bootstrap Material Design, including how to download and use it, some basic templates and examples, and more.
 | 
						|
  </p>
 | 
						|
{% elsif page.group == "layout" %}
 | 
						|
  <h1>Layout</h1>
 | 
						|
  <p class="lead">
 | 
						|
    Options for structuring your pages with Bootstrap Material Design, including global styles and more.
 | 
						|
  </p>
 | 
						|
{% elsif page.group == "content" %}
 | 
						|
  <h1>Content</h1>
 | 
						|
  <p class="lead">
 | 
						|
    Styles for displaying content with some of the most commonly used HTML elements, including typography, tables, and more.
 | 
						|
  </p>
 | 
						|
{% elsif page.group == "material-design" %}
 | 
						|
  <h1>Material Design</h1>
 | 
						|
  <p class="lead">
 | 
						|
    A quick reference display for Bootstrap Material Design components with additional options.
 | 
						|
  </p>
 | 
						|
{% elsif page.group == "components" %}
 | 
						|
  <h1>Components</h1>
 | 
						|
  <p class="lead">
 | 
						|
    Over a dozen reusable components built to provide buttons, dropdowns, input groups, navigation, alerts, and much more.
 | 
						|
  </p>
 | 
						|
{% elsif page.group == "javascript" %}
 | 
						|
  <h1>JavaScript plugins</h1>
 | 
						|
  <p class="lead">
 | 
						|
    Bring Bootstrap Material Design's components to life with jQuery plugins. Easily include them all, or one by one.
 | 
						|
  </p>
 | 
						|
{% elsif page.group == "about" %}
 | 
						|
  <h1>About</h1>
 | 
						|
  <p class="lead">
 | 
						|
    Learn about the project's history and meet the maintaining team.
 | 
						|
  </p>
 | 
						|
{% elsif page.group == "migration" %}
 | 
						|
  <h1>Migration</h1>
 | 
						|
  <p class="lead">
 | 
						|
    Guidance on how to upgrade from Bootstrap Material Design v3.x to v4.x with emphasis on major changes, what's new, and what's been removed.
 | 
						|
  </p>
 | 
						|
{% elsif page.group == "browser-bugs" %}
 | 
						|
  <h1>Wall of browser bugs</h1>
 | 
						|
  <p class="lead">
 | 
						|
    A list of the browser bugs that Bootstrap Material Design is currently grappling with.
 | 
						|
  </p>
 | 
						|
{% endif %}
 |