-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
182 lines (162 loc) · 6.78 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html>
<head>
<title>Beautiful Rising</title>
<base href="/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="og:title" content="Beautiful Rising" />
<meta property="og:description" content="Beautiful Rising seeks to strengthen the capacity, creativity, and effectiveness of social movements, activist groups, and civil society organizations to achieve lasting social change." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://beautifulrising.org/" />
<meta property="og:image" content="https://beautifulrising.org/promo.jpg" />
<meta property="og:site_name" content="Beautiful Rising" />
<meta name="twitter:site" content="@beautrising" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:image:src" content="https://beautifulrising.org/promo.jpg" />
<meta name="description" content="Beautiful Rising seeks to strengthen the capacity, creativity, and effectiveness of social movements, activist groups, and civil society organizations to achieve lasting social change." />
<meta name="keywords" content="">
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="7 days" />
<meta name="copyright" content="BeautifulRising © 2016" />
<meta name="unix_date" content="1470290000" />
<meta name="date" content="August 1, 2016" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<style>
@-webkit-keyframes loader {
0% {
opacity: 1;
transform: scale(1.3, 1.3); }
50% {
opacity: .1;
transform: scale(1, 1); }
100% {
opacity: 1;
transform: scale(1, 1); } }
@-moz-keyframes loader {
0% {
opacity: 1;
transform: scale(1.3, 1.3); }
50% {
opacity: .1;
transform: scale(1, 1); }
100% {
opacity: 1;
transform: scale(1, 1); } }
@-o-keyframes loader {
0% {
opacity: 1;
transform: scale(1.3, 1.3); }
50% {
opacity: .1;
transform: scale(1, 1); }
100% {
opacity: 1;
transform: scale(1, 1); } }
@keyframes loader {
0% {
opacity: 1;
transform: scale(1.3, 1.3); }
50% {
opacity: .1;
transform: scale(1, 1); }
100% {
opacity: 1;
transform: scale(1, 1); } }
.loader div {
box-sizing: border-box; }
.loader > div {
display: inline-block;
vertical-align: top;
margin-right: 26px; }
.loader1 {
-webkit-animation: loader 2s ease-in-out infinite;
-moz-animation: loader 2s ease-in-out infinite;
-o-animation: loader 2s ease-in-out infinite;
animation: loader 2s ease-in-out infinite;
margin-left: 18px;
padding-right: 14px;
border-left: 5px solid black;
height: 22px; }
.loader1:after, .loader1:before {
background: black;
content: "";
display: block;
width: 5px;
height: 24px;
transform-origin: bottom; }
.loader1:before {
transform: translate(-24px, 6px) rotate(60deg); }
.loader1:after {
transform: translate(14px, -18px) rotate(-60deg); }
.loader2 {
-webkit-animation: loader 2s ease-in-out -1.5s infinite;
-moz-animation: loader 2s ease-in-out -1.5s infinite;
-o-animation: loader 2s ease-in-out -1.5s infinite;
animation: loader 2s ease-in-out -1.5s infinite;
width: 36px;
height: 32px;
border-left: 5px solid black;
border-right: 5px solid black; }
.loader3 {
-webkit-animation: loader 2s ease-in-out -1s infinite;
-moz-animation: loader 2s ease-in-out -1s infinite;
-o-animation: loader 2s ease-in-out -1s infinite;
animation: loader 2s ease-in-out -1s infinite;
width: 34px;
height: 34px;
background: initial !important;
border-radius: 100%;
border: 5px solid black; }
.loader4 {
-webkit-animation: loader 2s ease-in-out -.5s infinite;
-moz-animation: loader 2s ease-in-out -.5s infinite;
-o-animation: loader 2s ease-in-out -.5s infinite;
animation: loader 2s ease-in-out -.5s infinite;
left: -8px;
border-right: 5px solid black;
position: relative;
width: 40px;
height: 12px; }
.loader4:before, .loader4:after {
content: "";
display: block;
position: absolute;
width: 15px;
height: 16px;
border-top: 5px solid black;
border-left: 5px solid black; }
.loader4:before {
top: 7px;
right: 0px; }
.loader4:after {
top: 18px;
left: 5px; }
.loader-wrapper {
display: flex;
justify-content: center;
align-items: center;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53723508-2', 'auto');
</script>
</head>
<body>
<beautiful-rising>
<div class="loader-wrapper" style="height:100vh;">
<div class="loader">
<div class="loader1"></div>
<div class="loader2"></div>
<div class="loader3"></div>
<div class="loader4"></div>
</div>
</div>
</beautiful-rising>
</body>
</html>