forked from drinky78/sortello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleguide.html
24 lines (23 loc) · 1.11 KB
/
styleguide.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sortello - Prioritize your cards on trello!</title>
<meta name="Description" content="Sort your Trello lists, comparing your cards two by two.">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Prioritize your Trello lists, the simple way" />
<meta name="twitter:description" content="Try Sortello!" />
<meta name="twitter:image" content="https://sortello.com/assets/logo_large.jpg" />
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,700,700i" rel="stylesheet">
</head>
<body>
<div id="container"></div>
<script src="styleguideBuild/styleguideBundle.js"></script>
<a class="forkMeRibbon" href="https://github.com/mazzcris/sortello" target="_blank">
<img src="assets/forkme_white.png" alt="Fork me on GitHub">
</a>
</body>
</html>