|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8">
|
5 | 5 | <title>Relax...</title>
|
| 6 | + <meta name="HandheldFriendly" content="True"> |
| 7 | + <meta name="viewport" content="initial-scale = 1.0"> |
| 8 | + <meta name="apple-mobile-web-app-capable" content="yes"> |
| 9 | + <meta name="apple-mobile-web-app-status-bar-style" content="black"> |
| 10 | + |
6 | 11 | <link rel="stylesheet" href="vendor/css/grid.css" type-"text/css">
|
7 | 12 | <link rel="stylesheet" href="vendor/css/meteo/stylesheet.css" type="text/css">
|
8 | 13 | <link rel="stylesheet" href="vendor/css/fontello/fontello.css" type="text/css">
|
9 | 14 | <link rel="stylesheet" href="vendor/css/glyphicons.css" type="text/css">
|
10 | 15 | <link rel="stylesheet" href="vendor/css/editor.css" />
|
| 16 | + <link rel="stylesheet" href="static/css/fitgrd.pack.css" type="text/css"> |
11 | 17 | <link rel="stylesheet" href="static/css/style.css" type="text/css">
|
12 | 18 | <link rel="stylesheet" href="static/css/preview.css" type="text/css">
|
13 | 19 | </head>
|
14 | 20 | <body>
|
15 | 21 | <div class="wrapper">
|
16 |
| -<header class="row"> |
17 |
| - <div class="col content"> |
18 |
| - <div class="title-container"> |
19 |
| - <h1>Relax...</h1> |
| 22 | + |
| 23 | +<header> |
| 24 | + <div class="center"> |
| 25 | + <div class="row"> |
| 26 | + <div class="fg12 title-container"> |
| 27 | + <h1>Relax...</h1> |
| 28 | + </div> |
20 | 29 | </div>
|
21 | 30 | </div>
|
22 | 31 | </header>
|
23 |
| -<section class="row"> |
24 |
| - <div class="col content"> |
25 |
| - <div class="editor-wrapper"> |
26 |
| - <form action="" id="editor"> |
27 |
| - <textarea placeholder="Please relax and type away..."></textarea> |
28 |
| - </form> |
| 32 | + |
| 33 | +<section> |
| 34 | + <div class="center"> |
| 35 | + <div class="row"> |
| 36 | + |
| 37 | + <div class="fg10"> |
| 38 | + <div class="editor-wrapper"> |
| 39 | + <form action="" id="editor"> |
| 40 | + <textarea placeholder="Please relax and type away..."></textarea> |
| 41 | + </form> |
| 42 | + </div> |
29 | 43 | </div>
|
30 |
| - </div> |
31 |
| - <div class="col sidebar"> |
32 |
| - <div id="soundlinks"></div> |
33 |
| - <hr> |
34 |
| - <div class="toolbar"> |
35 |
| - <p id="btn-save-wrapper"><a id="btn-save" href="#"><i class="glyphicon glyphicon-save"></i> Save as...</a></p> |
| 44 | + |
| 45 | + <div class="fg2 sidebar"> |
| 46 | + <div id="soundlinks"></div> |
| 47 | + <hr> |
| 48 | + <div class="toolbar"> |
| 49 | + <p id="btn-save-wrapper"><a id="btn-save" href="#"><i class="glyphicon glyphicon-save"></i> Save as...</a></p> |
| 50 | + <hr> |
| 51 | + <p><i class="glyphicon glyphicon-open"></i> Open</p> |
| 52 | + <p id="document-list"></p> |
| 53 | + </div> |
36 | 54 | <hr>
|
37 |
| - <p><i class="glyphicon glyphicon-open"></i> Open</p> |
38 |
| - <p id="document-list"></p> |
| 55 | + <small class="notes">made with love by <a href="http://jehaisleprintemps.net">Bruno Bord</a> - © 2014. Grab <a href="https://github.com/brunobord/relax">the source on Github</a>, inspired by the fantastic concept of <a href="http://noisli.com">Noisli.com</a></small> |
39 | 56 | </div>
|
40 |
| - <hr> |
41 |
| - <small class="notes">made with love by <a href="http://jehaisleprintemps.net">Bruno Bord</a> - © 2014. Grab <a href="https://github.com/brunobord/relax">the source on Github</a>, inspired by the fantastic concept of <a href="http://noisli.com">Noisli.com</a></small> |
42 |
| - </div> |
43 | 57 |
|
| 58 | + </div> |
| 59 | + </div> |
44 | 60 | </section>
|
45 | 61 |
|
46 | 62 | </div> <!-- /wrapper -->
|
|
0 commit comments