Skip to content

Commit

Permalink
chore(demos): Add favicon to all demo pages. (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidx authored and traviskaufman committed May 18, 2017
1 parent 34c1198 commit e41b21f
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 1 deletion.
1 change: 1 addition & 0 deletions demos/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>Button - Material Compoonents Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
3 changes: 2 additions & 1 deletion demos/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<meta charset="utf-8">
<title>Card - Material Compoonents Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down Expand Up @@ -87,7 +88,7 @@
height: 10.938rem;
/* 175sp, for 1:1 ratio with 175sp demo card width */
}

.demo-card--bg-demo {
height: 21.875rem;
/* 350sp */
Expand Down
1 change: 1 addition & 0 deletions demos/checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Checkbox - Material Compoonents Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Dialog - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/drawer/permanent-drawer-above-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Drawer Above Toolbar - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link rel="stylesheet" href="../demos.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
Expand Down
1 change: 1 addition & 0 deletions demos/drawer/permanent-drawer-below-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Drawer Below Toolbar - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link rel="stylesheet" href="../demos.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
Expand Down
1 change: 1 addition & 0 deletions demos/drawer/persistent-drawer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Drawer (Persistent) - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link rel="stylesheet" href="../demos.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
Expand Down
1 change: 1 addition & 0 deletions demos/drawer/temporary-drawer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Drawer (Temporary) - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link rel="stylesheet" href="../demos.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
Expand Down
1 change: 1 addition & 0 deletions demos/elevation.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Elevation - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/fab.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>Floating Action Button - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/grid-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>Grid List - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/icon-toggle.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>Icon Toggle - Material Components Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
Binary file added demos/images/logo_components_color_2x_web_48dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/layout-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Layout Grid - Material Components</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>List Item - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/radio.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Radio Button - Material Components Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/ripple.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Ripple - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/select.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Select Menu - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/simple-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Simple Menu - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/snackbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Snackbar - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/switch.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>Switch - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<meta charset="utf-8">
<title>MDC-Web Tab Bar Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/textfield.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Text Field - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Theme - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/toolbar/default-flexible-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>MDC Toolbar Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link href="../demos.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
Expand Down
1 change: 1 addition & 0 deletions demos/toolbar/default-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>MDC Toolbar Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link href="../demos.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
Expand Down
1 change: 1 addition & 0 deletions demos/toolbar/fixed-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>MDC Toolbar Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link href="../demos.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
Expand Down
1 change: 1 addition & 0 deletions demos/toolbar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>Toolbar - Material Compoonents Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link href="../demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions demos/toolbar/waterfall-flexible-toolbar-custom-style.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>MDC Toolbar Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link href="../demos.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
Expand Down
1 change: 1 addition & 0 deletions demos/toolbar/waterfall-flexible-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>MDC Toolbar Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link href="../demos.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
Expand Down
1 change: 1 addition & 0 deletions demos/toolbar/waterfall-toolbar-fix-last-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>MDC Toolbar Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link href="../demos.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
Expand Down
1 change: 1 addition & 0 deletions demos/toolbar/waterfall-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<meta charset="utf-8">
<title>MDC Toolbar Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="../assets/material-components-web.css.js" charset="utf-8"></script>
<link href="../demos.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
Expand Down
1 change: 1 addition & 0 deletions demos/typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta charset="utf-8">
<title>Typography - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png" />
<script src="assets/material-components-web.css.js" charset="utf-8"></script>
<link href="demos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
Expand Down

0 comments on commit e41b21f

Please sign in to comment.