forked from GoldenEggRoom/goldeneggroom.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.orig
144 lines (110 loc) · 5.39 KB
/
index.html.orig
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
<!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">
<title>Welcome to the Golden Egg Room</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Golden Egg Room">
<<<<<<< HEAD
<!-- build:css app/styles/app.min.css -->
<link rel="stylesheet" href="app/styles/app.css">
<link rel="stylesheet" href="app/styles/goldenegg.css">
<!-- endbuild -->
=======
<link rel="stylesheet" href="app/styles/1350fbd8.app.min.css">
>>>>>>> c6acc856a5354cf112d23834c4549a43a04f476c
<!--[if lt IE 9]>
<script src="components/html5shiv-dist/html5shiv.js"></script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.js"></script>
<!-- waiting for ui-router to support angular-1.2, hence some view animations are currently gracefully degrading -->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.8/angular.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.8/angular-animate.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.8/angular-sanitize.min.js"></script>
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/7370432/708202/css/fonts.css" />
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<noscript>
Please enable Javascript to experience this site :)
</noscript>
<div class="row-fluid serpia min-height-1500">
<div ng-include src="'app/views/header.html'"></div>
<div view-loading ng-show="isViewLoading"></div>
<div ui-view class="first-load"></div>
</div>
<script src="//www.parsecdn.com/js/parse-1.2.15.js"></script>
<<<<<<< HEAD
<!-- build:js app/scripts/all.min.js -->
<script src="components/modernizr/modernizr.js"></script>
<script src="components/lodash/dist/lodash.js"></script>
<script src="app/scripts/libs/angular-1.2-ui-router.js"></script>
<script src="app/scripts/app.js"></script>
<script src="app/scripts/app.templates.js"></script>
<script src="app/scripts/modules/states/demo.js"></script>
<script src="app/scripts/modules/states/features.js"></script>
<script src="app/scripts/modules/states/facebook.js"></script>
<script src="app/scripts/modules/states/about.js"></script>
<script src="app/scripts/modules/directives/bootyShake.js"></script>
<script src="app/scripts/modules/directives/forms.js"></script>
<script src="app/scripts/modules/directives/loader.js"></script>
<script src="app/scripts/controllers/menu.js"></script>
<script src="app/scripts/controllers/master-detail.js"></script>
<script src="app/scripts/controllers/detail.js"></script>
<script src="app/scripts/controllers/ideas.js"></script>
<script src="app/scripts/controllers/facebook-example.js"></script>
<!-- Parse specific -->
<script src="app/scripts/services/ParseServices.js"></script>
<script src="app/scripts/services/ParseQueryAngular.js"></script>
<script src="app/scripts/modules/data/_ParseObjects.js"></script>
<script src="app/scripts/modules/data/Monsters.js"></script>
<script src="app/scripts/modules/data/Ideas.js"></script>
<script src="app/scripts/modules/data/GoldenEggUsers.js"></script>
<!-- Facebook angular bindings -->
<script src="app/scripts/services/FacebookAngularPatch.js"></script>
<!-- endbuild -->
=======
<script src="app/scripts/8677115e.all.min.js"></script>
>>>>>>> c6acc856a5354cf112d23834c4549a43a04f476c
<!-- Async Social SDKs -->
<div id="fb-root"></div>
<script type="text/javascript">
(function(doc, script) {
var js,
fjs = doc.getElementsByTagName(script)[0],
add = function(url, id) {
if (doc.getElementById(id)) {return;}
js = doc.createElement(script);
js.src = url;
id && (js.id = id);
fjs.parentNode.insertBefore(js, fjs);
};
// Facebook SDK
add('//connect.facebook.net/en_US/all.js', 'facebook-jssdk');
// Twitter SDK
add('//platform.twitter.com/widgets.js', 'twitter-wjs');
}(document, 'script'));
</script>
<!-- Async resolve promise when FB SDK is loaded, this triggers Parse.FacebookUtils.init() -->
<script>
var fbDeferred = $.Deferred();
window.fbPromise = fbDeferred.promise();
window.fbAsyncInit = function() {
fbDeferred.resolve();
};
</script>
<script type="text/javascript">
// manual bootstrap
angular.element(document).ready(function() {
angular.bootstrap(document, ['app']);
});
</script>
</body>
</html>