-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
196 lines (173 loc) · 8.13 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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<base href="/">
<title ng-bind="{{viewTitle}}"> - Speedle</title>
<meta property="og:site_name" content="Speedle"/>
<meta property="fb:app_id" content="334648210018659"/>
<meta name="viewport" content="width=device-width">
<meta name="fragment" content="!">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(client) app/vendor.css -->
<!-- bower:css -->
<!-- endbower -->
<!-- endbuild -->
<!-- build:css({.tmp,client}) app/app.css -->
<link rel="stylesheet" href="assets/css/Rebound/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/Rebound/css/style.css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!-- injector:css -->
<!-- endinjector -->
<!-- endbuild -->
</head>
<body ng-app="speedleweb">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="wrapper">
<div class="row">
<div class="col-md-3 sidebar">
<div ng-include="'components/navbar/navbar.html'">
</div>
</div>
<div class="col-md-9 content" ui-view="">
<!-- Add your site or application content here -->
</div>
</div>
</div>
<footer class="hidden-xs">
<p class="pull-left">© Copyright 2015. Speedle.</p>
<p class="pull-right"><a href="/termsOfService">Terms of Service</a> | <a href="/privacyPolicy">Privacy Policy</a>.</p>
</footer>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<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-XXXXX-X');
ga('send', 'pageview');
</script>
<!--[if lt IE 9]>
<script src="bower_components/es5-shim/es5-shim.js"></script>
<script src="bower_components/json3/lib/json3.min.js"></script>
<![endif]-->
<!-- build:js({client,node_modules}) app/vendor.js -->
<!-- bower:js -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/lodash/dist/lodash.compat.js"></script>
<script src="bower_components/angular-resource/angular-resource.js"></script>
<script src="bower_components/angular-cookies/angular-cookies.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="bower_components/angularjs-geolocation/src/geolocation.js"></script>
<script src="bower_components/angularjs-viewhead/angularjs-viewhead.js"></script>
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<!-- endbower -->
<!--script src="socket.io-client/socket.io.js"></script-->
<!-- endbuild -->
<!-- build:js({.tmp,client}) app/app.js -->
<script src="app/app.js"></script>
<!-- injector:js -->
<script src="app/abuse/abuse.controller.js"></script>
<script src="app/abuse/abuse.js"></script>
<script src="app/account/account.js"></script>
<script src="app/account/login/login.controller.js"></script>
<script src="app/account/settings/settings.controller.js"></script>
<script src="app/account/signup/signup.controller.js"></script>
<script src="app/admin/admin.controller.js"></script>
<script src="app/admin/admin.js"></script>
<script src="app/categories/categories.controller.js"></script>
<script src="app/categories/categories.js"></script>
<script src="app/categories/categories.service.js"></script>
<script src="app/classifieds/classifieds.controller.js"></script>
<script src="app/classifieds/classifieds.js"></script>
<script src="app/classifieds/classifieds.service.js"></script>
<script src="app/file/file.directive.js"></script>
<script src="app/languages/language.service.js"></script>
<script src="app/main/main.controller.js"></script>
<script src="app/main/main.js"></script>
<script src="app/privacyPolicy/privacyPolicy.controller.js"></script>
<script src="app/privacyPolicy/privacyPolicy.js"></script>
<script src="app/s3upload/s3upload.service.js"></script>
<script src="app/teaser/teaser.controller.js"></script>
<script src="app/teaser/teaser.js"></script>
<script src="app/termsOfService/termsOfService.controller.js"></script>
<script src="app/termsOfService/termsOfService.js"></script>
<script src="components/auth/auth.service.js"></script>
<script src="components/auth/user.service.js"></script>
<script src="components/modal/modal.service.js"></script>
<script src="components/mongoose-error/mongoose-error.directive.js"></script>
<script src="components/navbar/navbar.controller.js"></script>
<script src="components/socket/socket.service.js"></script>
<!-- endinjector -->
<!-- endbuild -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="assets/css/Rebound/js/bootstrap.js"></script>
<script src="assets/css/Rebound/js/rebound.js"></script>
<script src="assets/css/Rebound/js/jquery.isotope.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.dropdown-toggle').dropdown();
var $container = $('.portfolio-wrapper');
$container.imagesLoaded( function(){
$container.isotope({
itemSelector : '.card',
layoutMode : 'fitRows'
});
});
// Needed functions
var getColWidth = function() {
var width,
windowWidth = $(window).width();
if( windowWidth <= 480 ) {
width = Math.floor( $container.width() );
} else if( windowWidth <= 768 ) {
width = Math.floor( $container.width() );
} else {
width = Math.floor( 250 );
}
return width;
}
function setWidths() {
var colWidth = getColWidth();
$container.children().css({ width: colWidth });
}
$(window).smartresize(function() {
setWidths();
$container.isotope({
masonry: {
columnWidth: getColWidth()
}
});
});
$('.filter-portfolio li a').click(function(){
$('.filter-portfolio li.active').removeClass('active');
$(this).parent('li').addClass('active');
var selector = $(this).attr('data-filter');
$container.isotope({
filter: selector,
masonry: { }
});
return false;
});
// update columnWidth on window resize
$(window).smartresize(function(){
$container.isotope({
// update columnWidth to a percentage of container width
masonry: { }
});
});
});
</script>
</body>
</html>