-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (165 loc) · 4.51 KB
/
index.html
File metadata and controls
193 lines (165 loc) · 4.51 KB
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
183
184
185
186
187
188
189
190
191
192
193
<!doctype html>
<html>
<head>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AngularJS lovers - Built for community and by community | Angularify.org</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<style type="text/css">
html, body {
padding: 0px;
margin: 0px;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
}
body {
background-color: #f1f1f1;
height: 100%;
}
.content {
position: relative;
width: 100%;
min-height: 500px;
margin-top: 50px;
text-align: center;
}
.content > .wrapper {
padding: 16px;
}
.logo {
width: 160px;
height: 160px;
}
.title {
}
.subtitle {
font-size: 16px;
color: #999;
font-weight: normal;
margin: 8px 0px;
}
.explore {
background-color: #ce0000;
color: #fff;
display: inline-block;
padding: 12px 24px;
text-transform: uppercase;
cursor: pointer;
text-decoration: none;
}
.explore:hover {
background-color: #b80000;
}
.explore:active {
background-color: #a90000;
}
.footer {
margin-top: 80px;
text-align: center;
}
.footer > .wrapper {
}
.footer .desc {
font-size: 14px;
max-width: 400px;
margin: auto;
}
.footer .copyright {
margin-top: 8px;
font-size: 12px;
}
.footer a {
color: #ce0000;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.clearfix {
clear: both;
}
.social-links {
text-align: center;
margin-bottom: 16px;
}
.social-links > div {
display: inline-block;
}
.social-links > .github {
margin-left: 24px;
margin-right: 24px;
}
</style>
</head>
<body>
<div class="content">
<div class="wrapper">
<img class="logo" src="/images/angularify.logo.png" />
<h2 class="title">
<div>AngularJS lovers</div>
<div class="subtitle">Built for community and by community</div>
</h2>
<a class="explore" href="https://github.com/angularifyjs" onclick="sendEvent('explore-button');">Explore Now!</a>
<div class="footer">
<div class="wrapper">
<div class="social-links">
<div class="google">
<div class="g-follow" data-annotation="bubble" data-height="20" data-href="//plus.google.com/u/0/102723596105240966780" data-rel="publisher"></div>
<!-- <div class="g-plus" data-action="share" data-href="http://angularify.org"></div> -->
</div>
<div class="github">
<iframe src="http://ghbtns.com/github-btn.html?user=angularifyjs&type=follow&count=false"
allowtransparency="true" frameborder="0" scrolling="0" width="132" height="20"></iframe>
</div>
<div class="twitter-follow">
<a class="twitter-follow-button" href="https://twitter.com/angularify" data-show-count="true" data-lang="en">Follow @angularify</a>
</div>
<div class="twitter-tweet">
<a class="twitter-share-button" data-url="http://angularify.org" data-via="angularify" href="https://twitter.com/share">Tweet</a>
</div>
</div>
<div class="desc">
<span>If you want to contribute your works as a team, feel free to drop us a line</span>
<a href="mailto:hello@angularify.org">hello@angularify.org</a>
</div>
<div class="copyright">© 2014 Angularify.org</div>
</div>
</div>
</div>
</div>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56551126-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script type="text/javascript">
window.twttr = (function (d, s, id) {
var t, js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src= "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
return window.twttr || (t = { _e: [], ready: function (f) { t._e.push(f) } });
}(document, "script", "twitter-wjs"));
</script>
<script type="text/javascript">
var sendEvent = function(label) {
ga('send', 'event', 'landing-page', 'click', label);
};
</script>
</body>
</html>