Hello!
55 |Welcome to Web Starter Kit.
56 | 57 |Get Started.
58 |Read how to Get Started or check out the Style Guide.
59 |├── Staticfile ├── .gitattributes ├── app ├── fonts │ ├── icons-hinted.ttf │ ├── icons.eot │ ├── icons.ttf │ ├── icons.woff │ ├── icons.woff2 │ ├── home │ │ ├── coding_home.eot │ │ ├── coding_home.ttf │ │ └── coding_home.woff │ ├── RobotoCondensed-Bold.eot │ ├── RobotoCondensed-Bold.ttf │ ├── RobotoCondensed-Bold.woff │ ├── RobotoCondensed-Light.eot │ ├── RobotoCondensed-Light.ttf │ ├── RobotoCondensed-Italic.eot │ ├── RobotoCondensed-Italic.ttf │ ├── RobotoCondensed-Italic.woff │ ├── RobotoCondensed-Light.woff │ ├── RobotoCondensed-Regular.eot │ ├── RobotoCondensed-Regular.ttf │ ├── RobotoCondensed-Regular.woff │ ├── RobotoCondensed-BoldItalic.eot │ ├── RobotoCondensed-BoldItalic.ttf │ ├── RobotoCondensed-BoldItalic.woff │ ├── RobotoCondensed-LightItalic.eot │ ├── RobotoCondensed-LightItalic.ttf │ ├── RobotoCondensed-LightItalic.woff │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── icons.svg ├── images │ ├── icons │ │ ├── icons-hinted.ttf │ │ ├── @_.png │ │ ├── pp.png │ │ ├── code.png │ │ ├── file.png │ │ ├── fork.png │ │ ├── logo.png │ │ ├── man.png │ │ ├── menu.png │ │ ├── task.png │ │ ├── user.png │ │ ├── 最新_.png │ │ ├── 热门_.png │ │ ├── 表情_.png │ │ ├── avatar.png │ │ ├── cloud .png │ │ ├── comment.png │ │ ├── folder.png │ │ ├── icons.eot │ │ ├── icons.ttf │ │ ├── icons.woff │ │ ├── icons.woff2 │ │ ├── like1.png │ │ ├── like2.png │ │ ├── logout.png │ │ ├── pp_icon.png │ │ ├── project.png │ │ ├── square.png │ │ ├── watched.png │ │ ├── woman.png │ │ ├── 冒泡_edit.png │ │ ├── addfriend.png │ │ ├── concerned.png │ │ ├── dropdown.png │ │ ├── feedback.png │ │ ├── pp_active.png │ │ ├── priority.png │ │ ├── up_arrow.png │ │ ├── app-logo-ios.png │ │ ├── comment_gray.png │ │ ├── down_arrow.png │ │ ├── folder_blue.png │ │ ├── key_checked.png │ │ ├── left_arrow.png │ │ ├── login_logo.png │ │ ├── logo&slogan.png │ │ ├── logo-coding.png │ │ ├── pp_checked.png │ │ ├── pp_unchecked.png │ │ ├── project_icon.png │ │ ├── right_arrow.png │ │ ├── scenery-20.png │ │ ├── task_active.png │ │ ├── user_right.png │ │ ├── 精选_unchecked.png │ │ ├── eachconcerned.png │ │ ├── elite_checked.png │ │ ├── email_checked.png │ │ ├── folder_default.png │ │ ├── key_unchecked.png │ │ ├── priority_gray.png │ │ ├── project_active.png │ │ ├── square_active.png │ │ ├── x_activate_tip.png │ │ ├── x_input_clear.png │ │ ├── 冒泡_down arrow.png │ │ ├── email_unchecked.png │ │ ├── feedback_active.png │ │ ├── placeholder--wide.png │ │ ├── projects_checked.png │ │ ├── pic_projects_banner.png │ │ ├── placeholder--medium.png │ │ ├── placeholder--small.png │ │ ├── projects_unchecked.png │ │ └── icons.svg │ ├── .DS_Store │ ├── pp │ │ ├── at.png │ │ ├── .DS_Store │ │ ├── emoji.png │ │ ├── like1.png │ │ ├── like2.png │ │ ├── plus.png │ │ ├── write.png │ │ ├── comment.png │ │ ├── emojis.png │ │ ├── loading.gif │ │ ├── monkeys.png │ │ ├── emojihead.png │ │ ├── keyboard.png │ │ ├── location1.png │ │ ├── location2.png │ │ ├── monkeyhead.png │ │ ├── addtodesk_x.png │ │ ├── comment_more.png │ │ ├── deleteimg_x.png │ │ └── emojidelete.png │ ├── coding.net.png │ ├── static │ │ ├── file.png │ │ ├── folder.png │ │ ├── read.png │ │ ├── left_arrow.png │ │ ├── right_arrow.png │ │ ├── blankpage_image_Hi.png │ │ ├── blankpage_image_Sleep.png │ │ └── blankpage_image_loadFail.png │ ├── touch │ │ ├── icon-128x128.png │ │ ├── chrome-touch-icon-192x192.png │ │ └── ms-touch-icon-144x144-precomposed.png │ ├── hamburger.svg │ └── close.svg ├── robots.txt ├── .DS_Store ├── favicon.ico ├── icon-144x144.png ├── styles │ ├── .DS_Store │ ├── components │ │ ├── _modules │ │ │ ├── _featured-section.scss │ │ │ ├── _guides-section.scss │ │ │ ├── _in-this-guide.scss │ │ │ ├── _related-items.scss │ │ │ ├── _articles-section.scss │ │ │ ├── _page-header.scss │ │ │ ├── _summary-header.scss │ │ │ ├── _toc.scss │ │ │ ├── _related-guides.scss │ │ │ ├── _quote.scss │ │ │ ├── _did-you-know.scss │ │ │ ├── _featured-spotlight.scss │ │ │ ├── _next-lessons.scss │ │ │ ├── _editorial-header.scss │ │ │ └── _article-nav.scss │ │ ├── _components │ │ │ ├── _media.scss │ │ │ ├── _subsection-title.scss │ │ │ ├── _link.scss │ │ │ ├── _breadcrumb.scss │ │ │ ├── _typography.scss │ │ │ ├── _column-list.scss │ │ │ ├── _articles-list.scss │ │ │ ├── _button.scss │ │ │ ├── _guides-list.scss │ │ │ ├── _icon-circle.scss │ │ │ ├── _table.scss │ │ │ ├── _icons.scss │ │ │ └── _grid.scss │ │ ├── _pages │ │ │ ├── _page-resources.scss │ │ │ └── _styleguide.scss │ │ ├── _global.scss │ │ ├── components.scss │ │ ├── _helper.scss │ │ └── _themed.scss │ ├── reset.css │ ├── bootstrap.less │ ├── nav.css │ └── _h5bp.scss ├── apple-icon-57x57.png ├── apple-icon-72x72.png ├── apple-icon-114x114.png ├── apple-icon-144x144.png ├── apple-icon-180x180.png ├── apple-touch-icon-precomposed.png ├── views │ ├── my_project_task_desc.html │ ├── project_topics.html │ ├── project_blob.html │ ├── pp_like_users.html │ ├── user_info.html │ ├── pp_detail.html │ ├── my_project_attachment_preview.html │ ├── my_project_git_blob.html │ ├── project_tree.html │ ├── project.html │ ├── my_project_topic_create.html │ ├── project_pull.html │ ├── my_project_git_pull.html │ ├── pp.html │ ├── my_project_attachment_list.html │ ├── user_projects.html │ ├── my_project_members.html │ ├── register.html │ ├── feedback.html │ ├── my_project_git_code.html │ ├── project_topic.html │ ├── my_project.html │ ├── user_fans.html │ ├── my_project_topics.html │ ├── pp_iphoneAddtoDesk.html │ ├── user_item.html │ ├── activate.html │ ├── my_project_git_merge.html │ ├── resetPassword.html │ ├── user_pp.html │ ├── my_project_topic.html │ ├── my_project_attachment.html │ ├── login.html │ ├── my_project_activity.html │ ├── project_item.html │ └── pp_modal.html ├── scripts │ ├── controllers │ │ ├── root_ctrl.js │ │ ├── dispatch_project_topics_ctrl.js │ │ ├── dispatch_project_home_ctrl.js │ │ ├── dispatch_project_topic_ctrl.js │ │ ├── dispatch_project_git_code_ctrl.js │ │ ├── my_project_topic_create_ctrl.js │ │ ├── my_project_member_ctrl.js │ │ ├── my_project_task_desc_ctrl.js │ │ ├── my_project_attachment_preview_ctrl.js │ │ ├── my_project_attachment_list_ctrl.js │ │ ├── my_project_topics_ctrl.js │ │ ├── my_project_git_code_ctrl.js │ │ ├── my_project_git_merge_ctrl.js │ │ ├── my_project_git_blob_ctrl.js │ │ └── project_item_ctrl.js │ ├── public_method.js │ ├── async.localStorage.examples.js │ ├── main-web-starter-kit.js │ ├── fullscreensnippet.js │ ├── feedbackUploadImage.js │ └── sha1.js ├── lib │ └── home-mobile.js ├── nginx.conf └── index-web-starter-kit.html ├── .yo-rc.json ├── .bowerrc ├── test ├── .bowerrc ├── bower.json ├── spec │ └── test.js └── index.html ├── .DS_Store ├── .gitignore ├── bower.json ├── .jshintrc ├── .editorconfig ├── LICENSE ├── package.json └── README.md /Staticfile: -------------------------------------------------------------------------------- 1 | root: dist -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto -------------------------------------------------------------------------------- /app/fonts/icons-hinted.ttf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/images/icons/icons-hinted.ttf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.yo-rc.json: -------------------------------------------------------------------------------- 1 | { 2 | "generator-mocha": {} 3 | } -------------------------------------------------------------------------------- /app/robots.txt: -------------------------------------------------------------------------------- 1 | # robotstxt.org 2 | 3 | User-agent: * 4 | -------------------------------------------------------------------------------- /.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "app/bower_components" 3 | } 4 | -------------------------------------------------------------------------------- /test/.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "bower_components" 3 | } 4 | -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/.DS_Store -------------------------------------------------------------------------------- /app/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/.DS_Store -------------------------------------------------------------------------------- /app/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/favicon.ico -------------------------------------------------------------------------------- /app/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/icons.eot -------------------------------------------------------------------------------- /app/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/icons.ttf -------------------------------------------------------------------------------- /app/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/icons.woff -------------------------------------------------------------------------------- /app/icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/icon-144x144.png -------------------------------------------------------------------------------- /app/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/.DS_Store -------------------------------------------------------------------------------- /app/images/pp/at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/at.png -------------------------------------------------------------------------------- /app/styles/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/styles/.DS_Store -------------------------------------------------------------------------------- /app/fonts/icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/icons.woff2 -------------------------------------------------------------------------------- /app/images/icons/@_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/@_.png -------------------------------------------------------------------------------- /app/images/icons/pp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/pp.png -------------------------------------------------------------------------------- /app/images/pp/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/.DS_Store -------------------------------------------------------------------------------- /app/images/pp/emoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/emoji.png -------------------------------------------------------------------------------- /app/images/pp/like1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/like1.png -------------------------------------------------------------------------------- /app/images/pp/like2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/like2.png -------------------------------------------------------------------------------- /app/images/pp/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/plus.png -------------------------------------------------------------------------------- /app/images/pp/write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/write.png -------------------------------------------------------------------------------- /app/apple-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/apple-icon-57x57.png -------------------------------------------------------------------------------- /app/apple-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/apple-icon-72x72.png -------------------------------------------------------------------------------- /app/images/coding.net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/coding.net.png -------------------------------------------------------------------------------- /app/images/icons/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/code.png -------------------------------------------------------------------------------- /app/images/icons/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/file.png -------------------------------------------------------------------------------- /app/images/icons/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/fork.png -------------------------------------------------------------------------------- /app/images/icons/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/logo.png -------------------------------------------------------------------------------- /app/images/icons/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/man.png -------------------------------------------------------------------------------- /app/images/icons/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/menu.png -------------------------------------------------------------------------------- /app/images/icons/task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/task.png -------------------------------------------------------------------------------- /app/images/icons/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/user.png -------------------------------------------------------------------------------- /app/images/icons/最新_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/最新_.png -------------------------------------------------------------------------------- /app/images/icons/热门_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/热门_.png -------------------------------------------------------------------------------- /app/images/icons/表情_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/表情_.png -------------------------------------------------------------------------------- /app/images/pp/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/comment.png -------------------------------------------------------------------------------- /app/images/pp/emojis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/emojis.png -------------------------------------------------------------------------------- /app/images/pp/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/loading.gif -------------------------------------------------------------------------------- /app/images/pp/monkeys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/monkeys.png -------------------------------------------------------------------------------- /app/apple-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/apple-icon-114x114.png -------------------------------------------------------------------------------- /app/apple-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/apple-icon-144x144.png -------------------------------------------------------------------------------- /app/apple-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/apple-icon-180x180.png -------------------------------------------------------------------------------- /app/images/icons/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/avatar.png -------------------------------------------------------------------------------- /app/images/icons/cloud .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/cloud .png -------------------------------------------------------------------------------- /app/images/icons/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/comment.png -------------------------------------------------------------------------------- /app/images/icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/folder.png -------------------------------------------------------------------------------- /app/images/icons/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/icons.eot -------------------------------------------------------------------------------- /app/images/icons/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/icons.ttf -------------------------------------------------------------------------------- /app/images/icons/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/icons.woff -------------------------------------------------------------------------------- /app/images/icons/icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/icons.woff2 -------------------------------------------------------------------------------- /app/images/icons/like1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/like1.png -------------------------------------------------------------------------------- /app/images/icons/like2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/like2.png -------------------------------------------------------------------------------- /app/images/icons/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/logout.png -------------------------------------------------------------------------------- /app/images/icons/pp_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/pp_icon.png -------------------------------------------------------------------------------- /app/images/icons/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/project.png -------------------------------------------------------------------------------- /app/images/icons/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/square.png -------------------------------------------------------------------------------- /app/images/icons/watched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/watched.png -------------------------------------------------------------------------------- /app/images/icons/woman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/woman.png -------------------------------------------------------------------------------- /app/images/icons/冒泡_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/冒泡_edit.png -------------------------------------------------------------------------------- /app/images/pp/emojihead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/emojihead.png -------------------------------------------------------------------------------- /app/images/pp/keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/keyboard.png -------------------------------------------------------------------------------- /app/images/pp/location1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/location1.png -------------------------------------------------------------------------------- /app/images/pp/location2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/location2.png -------------------------------------------------------------------------------- /app/images/pp/monkeyhead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/monkeyhead.png -------------------------------------------------------------------------------- /app/images/static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/static/file.png -------------------------------------------------------------------------------- /app/images/static/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/static/folder.png -------------------------------------------------------------------------------- /app/images/static/read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/static/read.png -------------------------------------------------------------------------------- /app/fonts/home/coding_home.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/home/coding_home.eot -------------------------------------------------------------------------------- /app/fonts/home/coding_home.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/home/coding_home.ttf -------------------------------------------------------------------------------- /app/images/icons/addfriend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/addfriend.png -------------------------------------------------------------------------------- /app/images/icons/concerned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/concerned.png -------------------------------------------------------------------------------- /app/images/icons/dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/dropdown.png -------------------------------------------------------------------------------- /app/images/icons/feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/feedback.png -------------------------------------------------------------------------------- /app/images/icons/pp_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/pp_active.png -------------------------------------------------------------------------------- /app/images/icons/priority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/priority.png -------------------------------------------------------------------------------- /app/images/icons/up_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/up_arrow.png -------------------------------------------------------------------------------- /app/images/pp/addtodesk_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/addtodesk_x.png -------------------------------------------------------------------------------- /app/images/pp/comment_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/comment_more.png -------------------------------------------------------------------------------- /app/images/pp/deleteimg_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/deleteimg_x.png -------------------------------------------------------------------------------- /app/images/pp/emojidelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/pp/emojidelete.png -------------------------------------------------------------------------------- /app/fonts/home/coding_home.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/home/coding_home.woff -------------------------------------------------------------------------------- /app/images/icons/app-logo-ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/app-logo-ios.png -------------------------------------------------------------------------------- /app/images/icons/comment_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/comment_gray.png -------------------------------------------------------------------------------- /app/images/icons/down_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/down_arrow.png -------------------------------------------------------------------------------- /app/images/icons/folder_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/folder_blue.png -------------------------------------------------------------------------------- /app/images/icons/key_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/key_checked.png -------------------------------------------------------------------------------- /app/images/icons/left_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/left_arrow.png -------------------------------------------------------------------------------- /app/images/icons/login_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/login_logo.png -------------------------------------------------------------------------------- /app/images/icons/logo&slogan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/logo&slogan.png -------------------------------------------------------------------------------- /app/images/icons/logo-coding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/logo-coding.png -------------------------------------------------------------------------------- /app/images/icons/pp_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/pp_checked.png -------------------------------------------------------------------------------- /app/images/icons/pp_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/pp_unchecked.png -------------------------------------------------------------------------------- /app/images/icons/project_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/project_icon.png -------------------------------------------------------------------------------- /app/images/icons/right_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/right_arrow.png -------------------------------------------------------------------------------- /app/images/icons/scenery-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/scenery-20.png -------------------------------------------------------------------------------- /app/images/icons/task_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/task_active.png -------------------------------------------------------------------------------- /app/images/icons/user_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/user_right.png -------------------------------------------------------------------------------- /app/images/icons/精选_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/精选_unchecked.png -------------------------------------------------------------------------------- /app/images/static/left_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/static/left_arrow.png -------------------------------------------------------------------------------- /app/images/static/right_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/static/right_arrow.png -------------------------------------------------------------------------------- /app/images/touch/icon-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/touch/icon-128x128.png -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Bold.eot -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Bold.ttf -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Bold.woff -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Light.eot -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Light.ttf -------------------------------------------------------------------------------- /app/images/icons/eachconcerned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/eachconcerned.png -------------------------------------------------------------------------------- /app/images/icons/elite_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/elite_checked.png -------------------------------------------------------------------------------- /app/images/icons/email_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/email_checked.png -------------------------------------------------------------------------------- /app/images/icons/folder_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/folder_default.png -------------------------------------------------------------------------------- /app/images/icons/key_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/key_unchecked.png -------------------------------------------------------------------------------- /app/images/icons/priority_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/priority_gray.png -------------------------------------------------------------------------------- /app/images/icons/project_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/project_active.png -------------------------------------------------------------------------------- /app/images/icons/square_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/square_active.png -------------------------------------------------------------------------------- /app/images/icons/x_activate_tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/x_activate_tip.png -------------------------------------------------------------------------------- /app/images/icons/x_input_clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/x_input_clear.png -------------------------------------------------------------------------------- /app/images/icons/冒泡_down arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/冒泡_down arrow.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | .tmp 3 | .sass-cache 4 | app/bower_components 5 | test/bower_components 6 | dist 7 | .idea 8 | .* 9 | -------------------------------------------------------------------------------- /app/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/apple-touch-icon-precomposed.png -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Italic.eot -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Italic.ttf -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Italic.woff -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Light.woff -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Regular.eot -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Regular.ttf -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-Regular.woff -------------------------------------------------------------------------------- /app/images/icons/email_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/email_unchecked.png -------------------------------------------------------------------------------- /app/images/icons/feedback_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/feedback_active.png -------------------------------------------------------------------------------- /app/images/icons/placeholder--wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/placeholder--wide.png -------------------------------------------------------------------------------- /app/images/icons/projects_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/projects_checked.png -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-BoldItalic.eot -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /app/images/icons/pic_projects_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/pic_projects_banner.png -------------------------------------------------------------------------------- /app/images/icons/placeholder--medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/placeholder--medium.png -------------------------------------------------------------------------------- /app/images/icons/placeholder--small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/placeholder--small.png -------------------------------------------------------------------------------- /app/images/icons/projects_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/icons/projects_unchecked.png -------------------------------------------------------------------------------- /app/images/static/blankpage_image_Hi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/static/blankpage_image_Hi.png -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-BoldItalic.woff -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-LightItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-LightItalic.eot -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-LightItalic.ttf -------------------------------------------------------------------------------- /app/fonts/RobotoCondensed-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/RobotoCondensed-LightItalic.woff -------------------------------------------------------------------------------- /app/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /app/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /app/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /app/images/static/blankpage_image_Sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/static/blankpage_image_Sleep.png -------------------------------------------------------------------------------- /app/images/static/blankpage_image_loadFail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/static/blankpage_image_loadFail.png -------------------------------------------------------------------------------- /app/images/touch/chrome-touch-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/touch/chrome-touch-icon-192x192.png -------------------------------------------------------------------------------- /app/images/hamburger.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/images/touch/ms-touch-icon-144x144-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding/m.coding.net/master/app/images/touch/ms-touch-icon-144x144-precomposed.png -------------------------------------------------------------------------------- /app/styles/components/_modules/_featured-section.scss: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * Editorial Header 4 | * 5 | **/ 6 | 7 | .featured-section { 8 | background: $colorGrayBackground; 9 | } 10 | -------------------------------------------------------------------------------- /app/styles/components/_modules/_guides-section.scss: -------------------------------------------------------------------------------- 1 | .guides-section { 2 | background: $colorGrayBackground; 3 | text-align: center; 4 | padding: $lineHeight 0 $lineHeight * 4; 5 | } 6 | -------------------------------------------------------------------------------- /test/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mobile", 3 | "private": true, 4 | "dependencies": { 5 | "chai": "~1.8.0", 6 | "mocha": "~1.14.0" 7 | }, 8 | "devDependencies": {} 9 | } 10 | -------------------------------------------------------------------------------- /app/views/my_project_task_desc.html: -------------------------------------------------------------------------------- 1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/app/styles/components/_components/_subsection-title.scss:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | * subsection__title
4 | *
5 | **/
6 |
7 | .subsection-title {
8 | color: $colorGrayDark;
9 | margin-top: $lineHeight * 2;
10 | }
11 |
12 | .subsection-number {
13 | @include type--base;
14 | padding-top: 0;
15 | display: block;
16 | }
17 |
--------------------------------------------------------------------------------
/test/spec/test.js:
--------------------------------------------------------------------------------
1 | /* global describe, it */
2 |
3 | (function () {
4 | 'use strict';
5 |
6 | describe('Give it some context', function () {
7 | describe('maybe a bit more context here', function () {
8 | it('should run here few assertions', function () {
9 |
10 | });
11 | });
12 | });
13 | })();
14 |
--------------------------------------------------------------------------------
/app/views/pp_like_users.html:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 |
8 |
24 | " + data.data.content + ""; 42 | assembleDOM(data.data); 43 | } 44 | } else { 45 | alert('该文件不存在!'); 46 | router.run.call(router, '/u/'+ownerName+'/p/'+projectName+'/attachment'); 47 | } 48 | }); 49 | } 50 | 51 | function assembleDOM(json) { 52 | var data = { 53 | isText: fileType === 'md' || fileType === 'txt', 54 | fileType: fileType, 55 | file: json.file, 56 | content: json.content 57 | }; 58 | var rendered = Mustache.render($('#tPreview').html(), data); 59 | $('#tcontainer').append(rendered); 60 | } 61 | 62 | return { 63 | template_url: '/views/my_project_attachment_preview.html', 64 | context: ".container", 65 | before_enter: function(){ 66 | $('#navigator').find('.li-project').addClass('active'); 67 | $('#navigator').find(".li-project img").attr('src','/images/icons/project_active.png'); 68 | }, 69 | on_enter: function(user, project, parentId, fileId, type){ 70 | fileUrl = API_DOMAIN + '/api/user/' + user + '/project/' + project + '/files/' + fileId + '/view'; 71 | fileId = fileId; 72 | fileType = type; 73 | ownerName = user; 74 | projectName = project; 75 | 76 | showPreview(); 77 | }, 78 | on_exit: function(){ 79 | $('#navigator').find('li').removeClass('active'); 80 | $('#navigator').find(".li-project img").attr('src','/images/icons/project.png'); 81 | coding.showBanner(); 82 | } 83 | }; 84 | })(); 85 | -------------------------------------------------------------------------------- /app/styles/components/_themed.scss: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * Themed styles 4 | * 5 | **/ 6 | 7 | .themed { 8 | 9 | .theme--multi-device-layouts & { color: $colorLayouts; } 10 | 11 | .theme--introduction-to-media & { color: $colorMedia; } 12 | 13 | .theme--user-input & { color: $colorUser; } 14 | 15 | .theme--performance & { color: $colorPerformance; } 16 | 17 | } 18 | 19 | .themed--background { 20 | 21 | .theme--multi-device-layouts &, 22 | .theme--multi-device-layouts &.next-lessons::before { background-color: $colorLayouts; } 23 | 24 | .theme--introduction-to-media &, 25 | .theme--introduction-to-media &.next-lessons::before { background-color: $colorMedia; } 26 | 27 | .theme--user-input &, 28 | .theme--user-input &.next-lessons::before { background-color: $colorUser; } 29 | 30 | .theme--performance &, 31 | .theme--performance &.next-lessons::before { background-color: $colorPerformance; } 32 | 33 | } 34 | 35 | .themed--hover { 36 | 37 | .theme--multi-device-layouts &:hover { color: $colorLayouts; } 38 | 39 | .theme--introduction-to-media &:hover { color: $colorMedia; } 40 | 41 | .theme--user-input &:hover { color: $colorUser; } 42 | 43 | .theme--performance &:hover { color: $colorPerformance; } 44 | 45 | } 46 | 47 | .themed--hover-secondary { 48 | 49 | .theme--multi-device-layouts &:hover { color: $colorLayoutsSecondary; } 50 | 51 | .theme--introduction-to-media &:hover { color: $colorMediaSecondary; } 52 | 53 | .theme--user-input &:hover { color: $colorUserSecondary; } 54 | 55 | .theme--performance &:hover { color: $colorPerformanceSecondary; } 56 | 57 | } 58 | 59 | 60 | // Wrapped content in .article-container so we can 61 | // encapsulate what needs to be themed without overriding 62 | // anything outside of this container. 63 | .article-container h1, 64 | .article-container h2 { 65 | 66 | .article--multi-device-layouts & { color: $colorLayouts; } 67 | 68 | .article--introduction-to-media & { color: $colorMedia; } 69 | 70 | .article--user-input & { color: $colorUser; } 71 | 72 | .article--performance & { color: $colorPerformance; } 73 | } 74 | 75 | 76 | // Let's make sure this is at the end so we can override 77 | // previous rules. Specicifity rules. 78 | .themed--hover { 79 | 80 | .nav-theme--multi-device-layouts &:hover { color: $colorLayouts; } 81 | 82 | .nav-theme--introduction-to-media &:hover { color: $colorMedia; } 83 | 84 | .nav-theme--user-input &:hover { color: $colorUser; } 85 | 86 | .nav-theme--performance &:hover { color: $colorPerformance; } 87 | 88 | } 89 | 90 | .themed { 91 | 92 | .nav-theme--multi-device-layouts & { color: $colorLayouts; } 93 | 94 | .nav-theme--introduction-to-media & { color: $colorMedia; } 95 | 96 | .nav-theme--user-input & { color: $colorUser; } 97 | 98 | .nav-theme--performance & { color: $colorPerformance; } 99 | 100 | } 101 | 102 | .themed--background { 103 | 104 | .nav-theme--multi-device-layouts & { background-color: $colorLayouts; } 105 | 106 | .nav-theme--introduction-to-media & { background-color: $colorMedia; } 107 | 108 | .nav-theme--user-input & { background-color: $colorUser; } 109 | 110 | .nav-theme--performance & { background-color: $colorPerformance; } 111 | 112 | } 113 | -------------------------------------------------------------------------------- /app/styles/components/_components/_table.scss: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * Table 4 | * 5 | **/ 6 | 7 | table { 8 | margin-top: $lineHeight; 9 | width: 100%; 10 | 11 | thead { 12 | background: $colorBlue; 13 | color: #ffffff; 14 | } 15 | 16 | th { 17 | text-align: center; 18 | display: none; 19 | font-family: $fontHighlight; 20 | @include type--medium; 21 | } 22 | 23 | tr { 24 | @include medium { 25 | border-bottom: 1px solid #ffffff; 26 | } 27 | } 28 | 29 | tbody { 30 | background: $colorGrayBackground; 31 | } 32 | 33 | td { 34 | display: block; 35 | padding-top: $lineHeight/2; 36 | padding-bottom: $lineHeight/2; 37 | 38 | // This is to re-plicate the table-headers for mobile 39 | &::before { 40 | content: attr(data-th) " :"; 41 | display: inline-block; 42 | color: #ffffff; 43 | background: $colorBlue; 44 | border-right: 2px solid #ffffff; 45 | position: absolute; 46 | top: 0; 47 | left: 0; 48 | bottom: 0; 49 | width: 100px; 50 | max-height: 100%; 51 | font-family: $fontHighlight; 52 | font-size: 16px; 53 | font-weight: 400; 54 | padding-left: $lineHeight/2; 55 | padding-top: $lineHeight/2; 56 | 57 | @include medium { 58 | display: none; 59 | } 60 | } 61 | } 62 | 63 | th, 64 | td { 65 | position: relative; 66 | padding-left: 140px; 67 | 68 | @include medium { 69 | display: table-cell; 70 | } 71 | } 72 | 73 | th { 74 | @include medium { 75 | padding: $lineHeight; 76 | padding-top: 13px; 77 | padding-bottom: $lineHeight/2 - 1; 78 | } 79 | } 80 | 81 | td { 82 | @include medium { 83 | padding: $lineHeight; 84 | padding-bottom: $lineHeight - 1; 85 | } 86 | } 87 | } 88 | 89 | td:last-child::after { 90 | content: ""; 91 | display: block; 92 | background: #ffffff; 93 | height: 1px; 94 | left: 0; 95 | position: absolute; 96 | bottom: 0; 97 | width: 100%; 98 | @include medium { 99 | display: none; 100 | } 101 | } 102 | 103 | .table-2 { 104 | col { 105 | width: $mediumContainer / 2; 106 | @include wide { 107 | width: $wideContainer / 2; 108 | } 109 | } 110 | 111 | th, 112 | td { 113 | @include medium { 114 | &:first-child { 115 | border-right: 2px solid #ffffff; 116 | } 117 | } 118 | } 119 | } 120 | 121 | .table-3 { 122 | col { 123 | width: $mediumContainer / 3; 124 | @include wide { 125 | width: $wideContainer / 3; 126 | } 127 | } 128 | 129 | th, 130 | td { 131 | @include medium { 132 | &:nth-child(2) { 133 | border-left: 2px solid #ffffff; 134 | border-right: 2px solid #ffffff; 135 | } 136 | } 137 | } 138 | } 139 | 140 | .table-4 { 141 | col { 142 | width: $mediumContainer / 4; 143 | @include wide { 144 | width: $wideContainer / 4; 145 | } 146 | } 147 | 148 | th, 149 | td { 150 | @include medium { 151 | &:nth-child(2), 152 | &:nth-child(3) { 153 | border-left: 2px solid #ffffff; 154 | border-right: 2px solid #ffffff; 155 | } 156 | } 157 | } 158 | } 159 | -------------------------------------------------------------------------------- /app/styles/components/_components/_icons.scss: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: icons; 3 | src: url(../images/icons/icons.eot); 4 | src: url(../images/icons/icons.eot?#iefix) format('embedded-opentype'), 5 | url(../images/icons/icons.woff2) format('woff2'), 6 | url(../images/icons/icons.woff) format('woff'), 7 | url(../images/icons/icons.ttf) format('truetype'), 8 | url(../images/icons/icons.svg?#icons) format('svg'); 9 | font-weight: normal; 10 | font-style: normal; 11 | } 12 | 13 | .icon { 14 | font-family: 'icons'; 15 | display: inline-block; 16 | vertical-align: top; 17 | line-height: 1; 18 | font-weight: normal; 19 | font-style: normal; 20 | speak: none; 21 | text-decoration: inherit; 22 | text-transform: none; 23 | text-rendering: optimizeLegibility; 24 | -webkit-font-smoothing: antialiased; 25 | -moz-osx-font-smoothing: grayscale; 26 | } 27 | 28 | // Icons 29 | $icon-bullet: '\e001'; 30 | .icon-bullet::before { 31 | content:"\e001"; 32 | } 33 | 34 | $icon-chevron-down: '\e002'; 35 | .icon-chevron-down::before { 36 | content: '\e002'; 37 | } 38 | 39 | $icon-chevron-large: '\e003'; 40 | .icon-chevron-large::before { 41 | content: '\e003'; 42 | } 43 | 44 | $icon-chevron-left: '\e004'; 45 | .icon-chevron-left::before { 46 | content: '\e004'; 47 | } 48 | 49 | $icon-chevron-right: '\e005'; 50 | .icon-chevron-right::before { 51 | content: '\e005'; 52 | } 53 | 54 | $icon-chevron-up: '\e006'; 55 | .icon-chevron-up::before { 56 | content: '\e006'; 57 | } 58 | 59 | $icon-close: '\e007'; 60 | .icon-close::before { 61 | content: '\e007'; 62 | } 63 | 64 | $icon-cog: '\e008'; 65 | .icon-cog::before { 66 | content: '\e008'; 67 | } 68 | 69 | $icon-diamond: '\e009'; 70 | .icon-diamond::before { 71 | content: '\e009'; 72 | } 73 | 74 | $icon-exclamation: '\e00a'; 75 | .icon-exclamation::before { 76 | content: '\e00a'; 77 | } 78 | 79 | $icon-google-dev: '\e00b'; 80 | .icon-google-dev::before { 81 | content: '\e00b'; 82 | } 83 | 84 | $icon-hash: '\e00c'; 85 | .icon-hash::before { 86 | content: '\e00c'; 87 | } 88 | 89 | $icon-introduction-to-media: '\e00d'; 90 | .icon-introduction-to-media::before { 91 | content: '\e00d'; 92 | } 93 | 94 | $icon-lessons: '\e00e'; 95 | .icon-lessons::before { 96 | content: '\e00e'; 97 | } 98 | 99 | $icon-menu: '\e00f'; 100 | .icon-menu::before { 101 | content: '\e00f'; 102 | } 103 | 104 | $icon-minus: '\e010'; 105 | .icon-minus::before { 106 | content: '\e010'; 107 | } 108 | 109 | $icon-multi-device-layouts: '\e011'; 110 | .icon-multi-device-layouts::before { 111 | content: '\e011'; 112 | } 113 | 114 | $icon-performance: '\e012'; 115 | .icon-performance::before { 116 | content: '\e012'; 117 | } 118 | 119 | $icon-plus: '\e013'; 120 | .icon-plus::before { 121 | content: '\e013'; 122 | } 123 | 124 | $icon-question: '\e014'; 125 | .icon-question::before { 126 | content: '\e014'; 127 | } 128 | 129 | $icon-slash: '\e015'; 130 | .icon-slash::before { 131 | content: '\e015'; 132 | } 133 | 134 | $icon-star: '\e016'; 135 | .icon-star::before { 136 | content: '\e016'; 137 | } 138 | 139 | $icon-tick: '\e017'; 140 | .icon-tick::before { 141 | content: '\e017'; 142 | } 143 | 144 | $icon-user-input: '\e018'; 145 | .icon-user-input::before { 146 | content: '\e018'; 147 | } 148 | -------------------------------------------------------------------------------- /app/index-web-starter-kit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
Welcome to Web Starter Kit.
56 | 57 |Read how to Get Started or check out the Style Guide.
59 |