-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (203 loc) · 6.03 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1,minimal-ui" name="viewport">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic|Material+Icons">
<link rel="stylesheet" href="https://unpkg.com/vue-material@beta/dist/vue-material.min.css">
<link rel="stylesheet" href="https://unpkg.com/vue-material@beta/dist/theme/default.css">
</head>
<body>
<div id="app">
<!-- Your code here -->
<template>
<div>
<!-- START OF CARD -->
<md-card md-with-hover>
<md-ripple>
<md-card-header>
<div class="md-title">SEE</div>
<div class="md-subhead">In / Out / Flow</div>
</md-card-header>
<md-card-content>
<p>
Physical Sights. <br/>
Mental Images. <br/>
Visual Rest. <br/>
Visual Flow. <br/>
Visual Spaciousness </p>
</md-card-content>
</md-ripple>
</md-card>
<!-- END OF CARD -->
<!-- START OF CARD -->
<md-card md-with-hover>
<md-ripple>
<md-card-header>
<div class="md-title">HEAR</div>
<div class="md-subhead">In / Out / Flow</div>
</md-card-header>
<md-card-content>
<p>
Physical Sounds.<br/>
Mental Talk.<br/>
Auditory Rest.<br/>
Auditory Flow.<br/>
Auditory Spaciousness.
</p>
</md-card-content>
</md-ripple>
</md-card>
<!-- END OF CARD -->
<!-- START OF CARD -->
<md-card md-with-hover>
<md-ripple>
<md-card-header>
<div class="md-title">FEEL</div>
<div class="md-subhead">In / Out / Flow</div>
</md-card-header>
<md-card-content>
<p>
Physical Body Sensations. <br/>
Emotional Body Sensations.<br/>
Body Rest.<br/>
Body Flow.<br/>
Body Spaciousness. </p>
</md-card-content>
</md-ripple>
</md-card>
<!-- END OF CARD -->
<!-- START OF CARD -->
<md-card md-with-hover>
<md-ripple>
<md-card-header>
<div class="md-title">CONCENTRATION POWER</div>
<div class="md-subhead">Staying with what's relevant</div>
</md-card-header>
<md-card-content>The ability to focus on what you consider to be relevant at a given time.
</md-card-content>
</md-ripple>
</md-card>
<!-- END OF CARD -->
<!-- START OF CARD -->
<md-card md-with-hover>
<md-ripple>
<md-card-header>
<div class="md-title">SENSORY CLARITY</div>
<div class="md-subhead">Brightness, high resolution, untangling</div>
</md-card-header>
<md-card-content>The ability to keep track of what you are experiencing in the moment.
</md-card-content>
</md-ripple>
</md-card>
<!-- END OF CARD -->
<!-- START OF CARD -->
<md-card md-with-hover>
<md-ripple>
<md-card-header>
<div class="md-title">EQUANIMITY</div>
<div class="md-subhead">A kind of inner balance</div>
</md-card-header>
<md-card-content>The ability to allow sensory experience to come and go without push and pull.
</md-card-content>
</md-ripple>
</md-card>
<!-- END OF CARD -->
<!-- START OF CARD -->
<md-card md-with-hover>
<md-ripple>
<md-card-header>
<div class="md-title">3D MODEL OF HAPPINESS</div>
</md-card-header>
<md-card-content>
<p>
1. Appreciate self and world. <br/>
2. Transcend self and world. <br/>
3. Improve self and world.
</p>
</md-card-content>
</md-ripple>
</md-card>
<!-- END OF CARD -->
<!-- START OF CARD -->
<md-card md-with-hover>
<md-ripple>
<md-card-header>
<div class="md-title">4D MODEL OF HAPPINESS</div>
</md-card-header>
<md-card-content>
<p>
1. For Yourself - achieve forms of happiness that depend on conditions. <br/>
2. For Yourself - achieve forms of happiness that do not depend on conditions. <br/>
3. Help Others achieve forms of happiness that depend on conditions <br/>
4. Help Others achieve forms of happiness that do not depend on conditions.
</p>
</md-card-content>
</md-ripple>
</md-card>
<!-- END OF CARD -->
<!-- START OF CARD -->
<md-card md-with-hover>
<md-ripple>
<md-card-header>
<div class="md-title">5D MODEL OF HAPPINESS</div>
</md-card-header>
<md-card-content>
<p>
1. Reduce perceived suffering <br/>
2. Elevate sensual fullfillment <br/>
3. Understand yourself at all levels <br/>
4. Make positive behavior changes <br/>
5. Cultivate/discover a spirit of love and service
</p>
</md-card-content>
</md-ripple>
</md-card>
<!-- END OF CARD -->
<!-- START OF CARD -->
<md-card md-with-hover>
<md-ripple>
<md-card-header>
<div class="md-title">NURTURE POSITIVE</div>
<div class="md-subhead">Sources of Feel Good</div>
</md-card-header>
<md-card-content>
<p>
1. Find it i.e. notice if pleasant "Feel In: is already present in your body. <br/>
2. Evoke it (indirectly by briefly thinking a positive thought. <br/>
3. Evoke it (directly) by turning on the pleasant feel in switch. <br/>
4. Trigger it (through external sight, sound, or touch). <br/>
5. Support it by enjoying any rest states or flow states that may be available. </br>
6. Physically smile.
</p>
</md-card-content>
</md-ripple>
</md-card>
<!-- END OF CARD -->
</div>
</template>
<!-- END OF CODE -->
</div>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue-material@beta"></script>
<script>
Vue.use(VueMaterial.default)
new Vue({
el: '#app'
})
</script>
<script>
export default {
name: 'Cards'
}
</script>
<style lang="scss" scoped>
.md-card {
width: 320px;
margin: 4px;
display: inline-block;
vertical-align: top;
}
</style>
</body>
</html>