mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-31 07:57:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			57 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <footer class="bd-footer text-muted" role="contentinfo">
 | |
|   <div class="container">
 | |
|     <ul class="bd-footer-links">
 | |
|       <li><a href="{{ site.repo }}">GitHub</a></li>
 | |
|       <li><a href="{{ site.baseurl }}/examples/">Examples</a></li>
 | |
|       <li><a href="{{ site.baseurl }}/about/history/">About</a></li>
 | |
|     </ul>
 | |
|     <p>
 | |
|       Designed and built
 | |
|       by Federico Zivolo <span class="text-muted">(<a href="https://github.com/FezVrasta" target="_blank">@FezVrasta</a>)</span>
 | |
|       and Kevin Ross <span class="text-muted">(<a href="https://github.com/rosskevin" target="_blank">@rosskevin</a>)</span>.
 | |
|       Maintained by our core team with the help of <a href="https://github.com/FezVrasta/bootstrap-material-design/graphs/contributors">our contributors</a>.
 | |
|     </p>
 | |
|     <p>Code licensed <a rel="license" href="https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>
 | |
|     <p>Material Design for Bootstrap v{{ site.data.version }} is a customization of <a href="http://getbootstrap.com" target="_other">Bootstrap</a> v{{ site.data.bootstrap_version }} documentation and source.</p>
 | |
|   </div>
 | |
| </footer>
 | |
| 
 | |
| <script src="{{ site.data.cdn.jquery }}"></script>
 | |
| <script src="{{ site.data.cdn.tether }}"></script>
 | |
| <script src="{{ site.data.cdn.bootstrap }}"></script>
 | |
| 
 | |
| <script src="{{ site.baseurl }}/dist/js/docs-vendor.min.js"></script>
 | |
| {% if site.data.minified %}
 | |
|   <script src="{{ site.baseurl }}/dist/js/docs.iife.min.js"></script>
 | |
| {% else %}
 | |
|   <script src="{{ site.baseurl }}/dist/js/docs.iife.js"></script>
 | |
| {% endif %}
 | |
| 
 | |
| <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 | |
| <script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script>
 | |
| <script src="{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"></script>
 | |
| 
 | |
| {% if page.layout == "docs" %}
 | |
| <!--already in docs-vendor.js -->
 | |
| <!--<script src="{{ site.baseurl }}/assets/js/vendor/jekyll-search.min.js"></script>-->
 | |
| 
 | |
| <script>
 | |
| SimpleJekyllSearch.init({
 | |
|   searchInput: document.getElementById('search-input'),
 | |
|   resultsContainer: document.getElementById('search-results'),
 | |
|   searchResultTemplate: '<a class="dropdown-item" href="{url}">{title}</a>',
 | |
|   noResultsText: '<div class="dropdown-item no-results">Sorry, there are no results for that search.</div>',
 | |
|   json: '{{ site.baseurl }}/search.json'
 | |
| })
 | |
| </script>
 | |
| {% endif %}
 | |
| 
 | |
| <script>
 | |
| Holder.addTheme('gray', {
 | |
|   background: '#777',
 | |
|   foreground: 'rgba(255,255,255,.75)',
 | |
|   font: 'Roboto',
 | |
|   fontweight: 'normal'
 | |
| })
 | |
| </script>
 |