/
githubmirror
/
materialize
Обзор
Документация
Войти
/
githubmirror
/
materialize
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1-dev
jade/getting-started.jade
23 строки
686 B
Chang Alan
layout pass for new docs
26 окт 2017, 01:14
26 окт 2017, 01:14
967ce03
Код
Авторство
О чём код?
- var white_nav = true - var page = "Getting Started" - var meta_descript = "Learn how to quickly get started using our CSS framework. We have guides for a variety of skill levels." doctype html html(lang="en") head include _head.jade body include _navbar.jade main include getting_started/getting_started_content.html include _footer.html include _scripts.html script. $('#download-source, #download-sass').on('click', function () { $('#download').slideUp( { duration: 500, queue: false, complete: function() { $('#download-thanks').slideDown({ duration: 300 }); } }); });