/
githubmirror
/
materialize
Обзор
Документация
Войти
/
githubmirror
/
materialize
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1-dev
jade/mobile/mobile_content.html
39 строк
2 KB
Chang Alan
changed carbon ad code
25 май 2018, 00:33
25 май 2018, 00:33
c72138e
Код
Авторство
О чём код?
<div class="container"> <div class="row"> <div class="col s12 m8 offset-m1 xl7 offset-xl1"> <!-- Sidenav --> <div id="right" class="section scrollspy"> <h3 class="header">Navbar</h3> <p class="caption">The navbar is fully contained by an HTML5 Nav tag. Inside a recommended container div, there are 2 main parts of the navbar. A logo or brand link, and the navigations links. You can align these links to the left or right. </p> <h4>Drag Out Menu</h4> <p>This plugin includes several options for customizing the menu. See <a href="sidenav.html#options">Plugin Options</a> for details.</p> <img class="mobile-image" src="images/menu.gif"> </div> <!-- Toast --> <div id="toast-mobile" class="section scrollspy"> <h3 class="header">Toast</h3> <h4>Swipe to Dismiss</h4> <p>On all devices, you can swipe to dismiss toasts.</p> <img class="mobile-image" src="images/toast.gif"> </div> </div> <div class="col hide-on-small-only m3 xl3 offset-xl1"> <div class="toc-wrapper"> <div class="buysellads hide-on-small-only"> <!-- CarbonAds Zone Code --> <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIK27J&placement=materializecss" id="_carbonads_js"></script> </div> <div style="height: 1px;"> <ul class="section table-of-contents"> <li><a href="#right">Sidebar</a></li> <li><a href="#toast-mobile">Toast</a></li> </ul> </div> </div> </div> </div> <!-- End Container -->