-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (69 loc) · 2.15 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>#BackToTheFuture Demo – Climb.social</title>
<style>
body {
background: url('img/bg.png') no-repeat fixed;
color: white;
font-family: "orbitron", sans-serif;
background-size: cover;
}
.logo {
position: absolute;
top: 50px;
left: 50px;
}
h1 {
margin-left: 340px;
margin-top: 73px;
margin-right: 200px;
}
.climb-slideshow__panel {
background-color: transparent !important;
padding: 40px !important;
}
a {
text-decoration: none;
color: #F34710;
}
.climb__tile {
background-color: rgba(0,0,0,0.5) !important;
}
.climb-slideshow__slide--has-no-image .climb-slideshow__panel {
box-shadow: none !important;
}
.climb__tile__content {
background-color: transparent !important;
}
.climb__tile .climb__image {
}
.climb__message {
font-size: 80%;
}
.climb-slideshow {
width: auto !important;
}
.climb__author img {
display: none;
}
</style>
<script src="https://use.typekit.net/nti6bnm.js"></script>
<script>try {
Typekit.load({async: true});
} catch (e) {
}</script>
</head>
<body>
<img class="logo"
src="img/logo.png"
alt="Back To the future logo"/>
<h1>Celebrating #BackToTheFuture Day by bringing all the content from all over the world together. In one place.</h1>
<div class="climb-slideshow" data-collection-id="5627883345284ec7e0328949" data-delay="5"></div>
<div class="climb-wall" data-collection-id="5627883345284ec7e0328949" data-limit="24"></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="https://cdn.rawgit.com/Climb-social/react-climb-social/v1.2.0/dist/react-climb-social.min.js"></script>
</body>
</html>