-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo-db.html
32 lines (29 loc) · 1.33 KB
/
demo-db.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="themes/css/climb-red.css">
<link rel="stylesheet" type="text/css" href="themes/css/climb-naked.css">
<link rel="stylesheet" type="text/css" href="themes/css/climb-brooke.css">
<link rel="stylesheet" type="text/css" href="themes/css/climb-db.css">
<script src="https://use.typekit.net/nvz3fmd.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<title>Climb Theme Demos</title>
<style>
body {
font-family: "futura-pt", sans-serif;
font-style: normal;
font-weight: 400;
margin: 0;
}
</style>
</head>
<body>
<img class="db-logo" src="http://s27.postimg.org/gg1bpxytf/DESIGN_Type_something_Copy.png">
<div class="climb-slideshow climb-db" data-collection-id="55c1e00845284e26681c4929" data-delay="5"></div>
<div class="db-hashtag">#<span>designandbanter</span></div>
<script src="https://fb.me/react-0.14.0.min.js"></script>
<script src="https://fb.me/react-dom-0.14.0.min.js"></script>
<script src="//rawgit.com/Climb-social/react-climb-social/master/dist/react-climb-social.js"></script>
</body>
</html>