-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
56 lines (51 loc) · 2.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/images/favicon/site.webmanifest">
<link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Installing Timber</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@unlimit.design">
<meta name="twitter:title" content="Timber CSS Framework - Timber is a utility-first, desktop-first CSS framework built for fast prototyping">
<meta name="twitter:description" content="Timber CSS Framework Documentation">
<meta name="twitter:image" content="https://timbercss.com/twitter-card.png">
<meta name="twitter:creator" content="@unlimit.design">
<meta property="og:url" content="https://timbercss.com/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Timber CSS Framework - Timber is a utility-first, desktop-first CSS framework built for fast prototyping" />
<meta property="og:description" content="Timber CSS Framework Documentation" />
<meta property="og:image" content="https://timbercss.com/twitter-card.png" />
<link rel="stylesheet" href="css/timber.css" />
</head>
<body>
<div class="wrapper reveal-side-navigation">
<div class="wrapper-inner">
<!-- Content -->
<div class="content clearfix">
<div class="section-block p-0 bg-black">
<div class="row fluid h-screen">
<div class="col w-6/12 offset-3 flex items-center center">
<div>
<img class="mx-auto" src="/images/logo.svg" width="200" alt="Logo">
<h1 class="text-huge color-white font-light">A CSS Framework for Rapid Website Prototyping</h1>
<p class="text-large color-grey-dark">Timber is a utility-first, desktop-first CSS framework built for fast prototyping. It also offers a range of components for those who need them.</p>
</div>
</div>
</div>
<p class="copyright w-full h-0 mb-0 relative -pst-40 center color-grey-dark">© unlimit.design. All Rights Reserved. Released under MIT license.</p>
</div>
</div>
<!-- Content End -->
</div>
</div>
<!-- Js -->
<script src="/js/tm.core.js"></script>
</body>
</html>