-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
322 lines (296 loc) · 13.3 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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=0.8">
<meta charset="UTF-8">
<title>Help me with my mood!</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="https://fonts.googleapis.com/css?family=Barrio|Monoton" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="sidebar" id="sidebar">
<p><i class="material-icons">mood</i><span>Mind Shift</span></p>
<ul>
<li class="actve" id="home"><i class="material-icons">launch</i><span>HOME</span></li>
<li id="how"><i class="material-icons" >info_outline</i><span>HOW IT WORKS</span></li>
<!--<li ><i class="material-icons">help_outline</i><span>FAQs</span></li>-->
<li id="terms"><i class="material-icons">help_outline</i><span>TERMS OF USE</span></li>
<li id="aboutbtn"><i class="material-icons">people_outline</i><span>ABOUT US</span></li>
</ul>
</div>
<div class="main">
<div class="nav-wrapper">
<span class="logo">Your cheerleader, when you need one!</span>
<ul class="right">
<li class="minimize" id="min-button"></li>
<li class="close" id="close-button"></li>
</ul>
</div>
<div class="clearfix"></div>
<!-----LOADER------>
<div id="load">
<img src="images/giphy.webp" frameBorder="0" class="giphy-embed" allowFullScreen></img>
<p>The rhino is getting your stuff. Be patient, do not go away from here while he is working or he might break stuff.</p>
</div>
<div class="mainbody body1 valign-wrapper" id="body1">
<div class="row">
<div class="col s12 m4">
<div class="card card1" id="card1">
<div class="card-content white-text">
<p class="title">First</p>
<span class="sub-title"> TIME HERE?</span>
<p class="body-text">Share your interests, likes and dislikes and from there its on us to provide you a curated list of essentials to help you with your day.</p>
<button class="action" id="reg">GET STARTED</button>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card card2">
<div class="card-content white-text">
<p class="title">Start from</p>
<span class="sub-title"> WHERE YOU LEFT OFF</span>
<p class="body-text">Already shared your interests? Great! Get right into the good part.</p>
<button class="action" id="continue">CONTINUE</button>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card card3">
<div class="card-content white-text">
<p class="title">Leave</p>
<span class="sub-title">IT ON US</span>
<p class="body-text">Skip providing your details and get started with the bare essentials. We will find the best stuff for you.</p>
<button class="action" id="quick-start">QUICK START</button>
</div>
</div>
</div>
</div>
<div class="quote-header">Quote of the day!</div>
<div class="quote z-depth-2">
<img class="z-depth-2" src="images/bg-01.jpg"/>
<i class="material-icons">format_quote</i>
<p class="quote-text">Some days are just bad days, that's all. You have to experience sadness to know happiness, and I remind myself that not every day is going to be a good day, that's just the way it is!<p>
</div>
</div>
<div class="body2 mainbody" id="body2">
<div class="qs-wrapper z-depth-2">
<img src="images/flower.jpg" class="bg">
<div class="content">
<p>Lets get going</p>
<div class="input-field">
<i class="material-icons prefix">account_circle</i>
<input id="uname_qs" type="text" style="margin-left: 30px;">
<label for="uname_qs">Twitter Username</label>
</div>
<button class="submit-qs" id="submit-qs">LOAD AWESOMENESS</button>
</div>
</div>
</div>
<!-- Get Started -->
<div class="body3 mainbody" id="body3">
<div class="reg-wrapper row ">
<div class="col s6 reg-content z-depth-3 ">
<div class="progress">
<div class="determinate" style="width: 0%"></div>
</div>
<div class="reg-header">hey there!</div>
<div class="form">
<div id="uname-contain">
<p class="label" id="uname-label">What is your twitter username?</p><br>
<input type="text" id="uname" placeholder="USERNAME"/>
<br><br><button class="next" id="next0">NEXT</button>
</div>
<div id="name-contain">
<p class="label" id="name-label">What should we call you?<br> (You can use this name in 'CONTINUE' tab from next time)</p><br>
<input type="text" id="name" placeholder="NAME"/>
<br><br><button class="next" id="next1">NEXT</button>
<br><br><button class="next" id="prev0">PREVIOUS</button>
</div>
<div id="lang-contain">
<br><p class="label" id="name-label">What language do you prefer your music in? We currtnely offer English, hindi and Bengali</p>
<div class="input-field col s12">
<select multiple style="width: 200px;" name="garden" id="lang">
<option value="English">ENGLISH</option>
<option value="Hindi">HINDI</option>
<option value="Bengali">BENGALI</option>
</select>
</div>
<br><br><button class="next" id="next2">NEXT</button>
<br><br><button class="next" id="prev1">PREVIOUS</button>
</div>
<div id="genre-contain">
<br><p class="label" id="genre-label">What genre of music do you prefer?</p>
<div class="chips chips-autocomplete chips-placeholder">
<input class="custom-class" id="genre">
</div>
<p style="color: #fff; text-align: center; opacity: 0.6;">Please select from the displayed list only.</p>
<br><br><button class="next" id="next3">NEXT</button>
<br><br><button class="next" id="prev2">PREVIOUS</button>
</div>
<div id="read-contain">
<br><p class="label" id="read-label">Do you like to read?</p>
<input type="text" id="read" placeholder="TYPE 'YES' or 'NO'" />
<br><br><button class="next" id="next4">NEXT</button>
<br><br><button class="next" id="prev3">PREVIOUS</button>
</div>
<div id="animal-contain">
<br><p class="label" id="animal-label">What animal do you find cute?</p>
<p>
<label>
<input type="checkbox" value="Cat" class="animals" name="animals"/>
<span>Cat</span>
</label>
<label>
<input type="checkbox" value="Dog" class="animals" name="animals"/>
<span>Dog</span>
</label>
<label>
<input type="checkbox" value="Bunny" class="animals" name="animals"/>
<span>Bunny</span>
</label>
</p>
<p>
<label>
<input id="checkbox" value="Panda" type="checkbox" class="animals" name="animals"/>
<span>Panda</span>
</label>
<label>
<input type="checkbox" value="Sloth" class="animals" name="animals"/>
<span>Sloth</span>
</label>
<label>
<input type="checkbox" value="Penguin" class="animals" name="animals"/>
<span>Penguin</span>
</label>
</p>
<p>
<label>
<input id="all" type="checkbox" value="All" class="animals" name="animals"/>
<span>All of them, even Blob Fish</span>
</label>
</p>
<br><button class="next" id="next5">SHOW STUFF ALREADY!</button>
<br><br><button class="next" id="prev4">PREVIOUS</button>
</div>
</div>
</div>
</div>
</div>
<!-- continue -->
<div class="body4 mainbody" id="body4">
<div class="con-wrapper row ">
<div class="col s6 con-content z-depth-3 ">
<div class="con-header">hey, glad you are back!</div>
<div class="form">
<div id="name1-contain">
<br><p class="label" id="name1-label">What was your name again though?</p>
<input type="text" id="name1" placeholder="NAME"/>
</div>
<br><br><button class="next" id="bring">BRING THEM IN</button>
</div>
</div>
</div>
</div>
<div class="results mainbody" id="results">
<div class="row z-depth-1" id="tonerow">
<div class="tone-wrapper">
<h2>Hey @<span id="username"></span></h2>
<p>Here's what we found from you tweets. Enjoy our specilized collection of music, videos and more below.</p>
<div class="row" id="toneslist">
</div>
</div>
</div>
<div class="row z-depth-1 music-row">
<div class="music-wrapper">
<h2>Music</h2>
<p>Give your ears a treat with this awesome selection of music across your favoutite genre and in line with your mood.</p>
<div id="musicrow"></div>
</div>
</div>
<div class="row z-depth-1 vid-row">
<h2>Video</h2>
<p>These will definitely make you feel good!</p>
<div id="vidrow"></div>
</div>
<!--<div class="row z-depth-1 read-row">
<h2>Readings</h2>
<p></p>
<div id="vidrow"></div>
</div>-->
</div>
<div class="howitworks mainbody" id="howitworks">
<div class="how-wrapper row ">
<div class="col s12 how-content z-depth-2 ">
<div class="how-header">How Mind Shift Works</div>
<div class="how-body">
<p>Mind Shift is entirely dependent on twitter timeline. Upon giving permissions (see terms of use), Mind Shift accesses the user's public tweets and then performs sentiment analysis on them. Based on the findings it suggests various things like music, videos, web articles, etc.</p>
<div class="diagram">
<div class="sec sec1">
<span>1</span>
Get you twitter username and access public tweets.
</div>
<div class="sec sec2">
<span>2</span>
Perform Analysis to find vital seniments.<br>
</div>
<div class="sec sec3">
<span>3</span>
Recommend music, videos, etc. based on your mood.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="termsofuse mainbody" id="termsofuse">
<div class="terms-wrapper row ">
<div class="col s8 offset-s2 terms-content z-depth-2 ">
<div class="terms-header">Terms of use</div>
<p class="thank">Thank you for choosing Mind Shift</p>
<div class="terms-body">
<p>By using the Mind Shift service, you are entering into a agreement with our local company in your country of residence. </p><br>
<p>The Mind Shift agremeent states that, <b>"By using Mind Shift, you are allowing Mind Shift to access your public Twitter profile and thus read your timeline. Mind Shift will never post, tweet, retweet anything on your behalf."</b></p><br>
<p>Occasionally we may, in our discretion, make changes to the Mind Shift Service and Agreements. When we make changes to the Agreements that we consider material, we’ll notify you through the Service. By continuing to use the Service after those changes are made, you are expressing and acknowledging your acceptance of the changes.</p><br>
</div>
</div>
</div>
</div>
<div class="howitworks mainbody" id="about">
<div class="how-wrapper row ">
<div class="col s12 how-content z-depth-2 ">
<div class="how-header">About Us</div>
<div class="how-body">
<p>We are a group of 3 friends behind the development of Mind shift. We are currently students, studying Masters of Computer Application at RCC Institute of Information Technology, Kolkata. Our vision is to make Mind Shift a huge success by constantly adding new features and expanding our resources. After all making someone happy is the best gift you can give to yourself.</p>
<div class="diagram">
<div class="about sec1">
<img src="images/anubhab.jpg">
Anubhab Mondal
</div>
<div class="about sec2">
<img src="images/amit.jpg">
Amit Saha<br>
</div>
<div class="about sec3">
<img src="images/prince.jpg">
Prince Dey
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
window.$ = window.jQuery = require("./js/jquery.js");
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="js/home.js"></script>
<script>
// You can also require other files to run in this process
require('./renderer.js')
</script>
</body>
</html>