Israel Lavi | 1994c98 | 2018-05-21 17:42:00 +0300 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta charset=UTF-8> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | |
| 7 | <!-- Componentes generates styles --> |
| 8 | <link rel="stylesheet" type="text/css" href="gen/css/style.css"> |
| 9 | |
| 10 | <!-- Html story board styles --> |
| 11 | <link rel="stylesheet" type="text/css" href="index.css"> |
| 12 | |
| 13 | <!-- Html story borad fonts --> |
| 14 | <!--<link href='//fonts.googleapis.com/css?family=Open Sans Condensed:300' rel='stylesheet'>--> |
| 15 | <link href='//fonts.googleapis.com/css?family=Overlock:400' rel='stylesheet'> |
| 16 | <link href='//fonts.googleapis.com/css?family=PT Sans Narrow:400' rel='stylesheet'> |
| 17 | |
| 18 | <!-- Html story borad external libs --> |
| 19 | <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/default.min.css" rel="stylesheet"> |
| 20 | <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js"></script> |
| 21 | <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> |
| 22 | |
| 23 | <!-- Html story borad javascript --> |
| 24 | <script src="index.js"></script> |
| 25 | |
| 26 | <title>SDC-UI Show case</title> |
| 27 | </head> |
| 28 | <body> |
| 29 | |
| 30 | <header> |
| 31 | <div class='logo'>SDC-UI</div> |
| 32 | <div class='title'>Show case</div> |
| 33 | </header> |
| 34 | |
| 35 | <div id='main-navigation'> |
| 36 | <div class='title'>Components</div> |
| 37 | <ul> |
| 38 | <li id='colors'>Colors</li> |
| 39 | <li id='button'>Buttons</li> |
| 40 | <li id='tiles'>Tiles</li> |
| 41 | <li id='tiles-generic'>Tiles Generic</li> |
| 42 | </ul> |
| 43 | </div> |
| 44 | |
| 45 | <div id='main-content'></div> |
| 46 | |
| 47 | <footer> |
| 48 | Copywrite 2017. All rights reserved. |
| 49 | </footer> |
| 50 | |
| 51 | </body> |
| 52 | |
| 53 | </html> |