-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
287 lines (222 loc) · 11.5 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<html lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Polymer Starter Kit" />
<title>Focused Coaching</title>
<!-- Place favicon.ico in the `app/` directory -->
<!-- Chrome for Android theme color -->
<meta name="theme-color" content="#2E3AA1">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Tile color for Win8 -->
<meta name="msapplication-TileColor" content="#3372DF">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="PSK">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Focused One">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<!-- build:css styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild-->
<!-- build:js bower_components/webcomponentsjs/webcomponents-lite.min.js -->
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<!-- endbuild -->
<!-- will be replaced with elements/elements.vulcanized.html -->
<link rel="import" href="elements/elements.html">
<!-- endreplace-->
<!-- For shared styles, shared-styles.html import in elements.html -->
<style is="custom-style" include="shared-styles"></style>
</head>
<body unresolved class="fullbleed layout vertical">
<span id="browser-sync-binding"></span>
<template is="dom-bind" id="app">
<paper-drawer-panel left-drawer>
<div drawer>
<!-- Drawer Toolbar -->
<paper-toolbar id="drawerToolbar">
<span class="paper-font-title">Menu</span>
</paper-toolbar>
<!-- Drawer Content -->
<paper-menu class="list" attr-for-selected="data-route" selected="[[route]]">
<paper-menu class="list" attr-for-selected="data-route" selected="[[route]]">
<a data-route="home" href="/" on-click="onDataRouteClick">
<iron-icon icon="home"></iron-icon>
<span>Home</span>
</a>
<a data-route='users' href='/users'>
<iron-icon icon='info'></iron-icon>
<span>Users</span>
</a>
<a data-route='contact' href='/contact'>
<iron-icon icon='mail'></iron-icon>
<span>Contact</span>
</a>
<a data-route='johntest' href='/johntest'>
<iron-icon icon='social:person'></iron-icon>
<span>John Test</span>
</a>
<a data-route='callCenter' href='/callCenter'>
<iron-icon icon='social:person'></iron-icon>
<span>Call Center</span>
</a>
<a data-route='experiments' href='/experiments'>
<iron-icon icon='social:person'></iron-icon>
<span>Experiments</span>
</a>
</paper-menu>
</div>
<div main>
<iron-icon icon="menu" paper-drawer-toggle></iron-icon>
<!-- Main Area -->
<!-- <paper-scroll-header-panel main condenses keep-condensed-header>-->
<!-- Main Toolbar -->
<!-- <paper-toolbar id="mainToolbar" class="tall">
<paper-icon-button id="paperToggle" icon="menu" paper-drawer-toggle></paper-icon-button>
<span class="flex"></span>-->
<!-- Toolbar icons -->
<!-- <paper-icon-button icon="refresh"></paper-icon-button>
<paper-icon-button icon="search"></paper-icon-button>-->
<!-- Application name -->
<!-- <div class="middle middle-container center horizontal layout">
<div class="app-name">Polymer Starter Kit</div>
</div>-->
<!-- Application sub title -->
<!--
<div class="bottom bottom-container center horizontal layout">
<div class="bottom-title paper-font-subhead">The future of the web today</div>
</div>
</paper-toolbar>-->
<!-- Main Content -->
<!-- <div class="content">-->
<iron-pages attr-for-selected="data-route" selected="{{route}}">
<section data-route="home">
<paper-material elevation="1">
<my-greeting></my-greeting>
<p class="paper-font-subhead">You now have:</p>
<my-list></my-list>
<p class="paper-font-body2">Looking for more Web App layouts? Check out our <a href="https://github.com/PolymerElements/app-layout-templates">layouts</a> collection. You can also <a href="http://polymerelements.github.io/app-layout-templates/">preview</a> them live.</p>
</paper-material>
<paper-material elevation="1">
<p class="paper-font-body2">This is another card.</p>
</paper-material>
<paper-material elevation="1" class="paper-font-body2">
<h1 id="license">License</h1>
<p>Everything in this repo is BSD style license unless otherwise specified.</p>
<p>Copyright (c) 2015 The Polymer Authors. All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
<ul>
<li>Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.</li>
<li>Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.</li>
<li>Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.</li>
</ul>
<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
</paper-material>
</section>
<section data-route="users">
<paper-material elevation="1">
<h2 class="page-title">Users</h2>
<p>This is the users section</p>
<a href="/users/Rob">Rob</a>
</paper-material>
</section>
<section data-route="user-info">
<paper-material elevation="1">
<h2 class="page-title">
User:<span>{{params.name}}</span>
</h2>
<div>This is <span>{{params.name}}</span>'s section</div>
</paper-material>
</section>
<section data-route='contact'>
<paper-material elevation='1'>
<h2 class='paper-font-display2'>Contact</h2>
<p>This is the contact section</p>
<fc-selector></fc-selector>
</paper-material>
<paper-material elevation='1'>
<fc-courseDetailsCard></fc-courseDetailsCard>
</paper-material>
</section>
<section data-route='johntest'>
<!--<fc-testUploader droppable raised multi>Select Files</fc-testUploader>
<div id='dvCSV' style='overflow-x:scroll;'></div>
<fc-connection-checker></fc-connection-checker>
<fc-johntest></fc-johntest>-->
<paper-material>
<fc-gridAnimationHolder></fc-gridAnimationHolder>
</paper-material>
</section>
<section data-route='callCenter'>
<fc-callCenterInterface></fc-callCenterInterface>
</section>
<section data-route='experiments'>
<paper-material class=' horizontal layout flex wrap' elevation='1'>
<!--<fc-studentInquiries></fc-studentInquiries>
<fc-studentROIdata></fc-studentROIdata>
<fc-studentCourseResults></fc-studentCourseResults>
<fc-studentContacts></fc-studentContacts>
<fc-studentPurchaseInfo></fc-studentPurchaseInfo>
<fc-studentPastAcademics></fc-studentPastAcademics>
<fc-scottest></fc-scottest>
<fc-studentUploader></fc-studentUploader>
<fc-courseUploader></fc-courseUploader>
<fc-registrationUploader></fc-registrationUploader>
<fc-chainSelect></fc-chainSelect>
<fc-courseCenterHolder></fc-courseCenterHolder>
<div id='fcexperiment'></div>
<fc-studentCourseResults></fc-studentCourseResults>-->
<fc-courseGeneratorMC style="min-width:400px;"></fc-courseGeneratorMC>
<fc-list path="https://focusedstudents.firebaseio.com/courses" data-type="course"></fc-list>
<fc-list path="https://focusedstudents.firebaseio.com/inquiries" data-type="inquiry"></fc-list>
<div style="min-height:200px"></div>
<!-- <fc-selectorXTwo></fc-selectorXTwo> -->
</paper-material>
<fc-selectorX-holder path="https://focusedstudents.firebaseio.com/satdates" placeholder="fctest" selectorlabel="fctest"></fc-selectorX-holder>
<br><br><br>
</section>
</iron-pages>
</div>
</paper-drawer-panel>
<!-- Uncomment next block to enable Service Worker support (1/2) -->
<paper-toast id="caching-complete"
duration="6000"
text="Caching complete! This app will work offline.">
</paper-toast>
<platinum-sw-register auto-register
clients-claim
skip-waiting
on-service-worker-installed="displayInstalledToast">
<platinum-sw-cache default-cache-strategy="fastest"
cache-config-file="cache-config.json">
</platinum-sw-cache>
</platinum-sw-register>
</template>
<!-- build:js scripts/app.js -->
<script src="scripts/app.js"></script>
<!-- endbuild-->
</body>
</html>