-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
107 lines (107 loc) · 5.54 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5PDM2BS');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<title>Open Mind Meditations</title>
<link rel="canonical" href="http://openmindapp.org/index.html">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LifestyleModification",
"medicineSystem": "Ayurvedic"
}
</script>
<meta name="author" content="Ryan Allen">
<meta name="description" content="Evidence based meditations to end your stress and the stress of those around you.">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel = "stylesheet" type = "text/css" href = "style/mind.css" />
<link rel="apple-touch-icon" href="touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="180x180" href="touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="touch-icon-ipad-retina.png">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5PDM2BS"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="top-bar">
<h1 class="top-bar__heading">Open Mind</h1>
</div>
<div class="hero">
<h2>Vipassana Meditations to End Stress</h2>
<p class="hero__subtitle">Free <a href="https://github.com/ryanallen/mind/blob/master/README.md" target="_blank" >open source</a> guided meditations to end your stress and the stress of those around you.
</p>
</div>
<div class="button__group">
<a class="button" href="meditations/introduction.html">
<h3 class="button__text">α. Introduction to Meditation</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/insight__calm-down.html">
<h3 class="button__text">1. Calm Down</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/insight__cause-of-stress.html">
<h3 class="button__text">2. Cause of Stress</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/insight__ending-stress.html">
<h3 class="button__text">3. Ending Stress</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/insight__process-of-delusion.html">
<h3 class="button__text">4. Process of Delusion</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/insight__delusional-labeling.html">
<h3 class="button__text">5. Delusional Labeling</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/insight__insight-ends-stress.html">
<h3 class="button__text">6. Insight Ends Stress</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/insight__experience-relativity.html">
<h3 class="button__text">7. Relativity</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/insight__contemplate-consciousness.html">
<h3 class="button__text">8. Consciousness</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/insight__contemplate-space.html">
<h3 class="button__text">9. Space</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/sutras__5-things.html">
<h3 class="button__text">10. Five Things</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/compassion.html">
<h3 class="button__text">11. Compassion</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<a class="button" href="meditations/sleep.html">
<h3 class="button__text">Ω. Sleep Meditation</h3><i class="material-icons button__icon">keyboard_arrow_right</i>
</a>
<!-- End of pracitces -->
<a href="https://github.com/ryanallen/mind/blob/master/meditations/content.md" target="_blank" >
<div class="notification">
<h4 class="notification__text">Read the Content
</h4>
</div>
</a>
</div>
<!-- End of button group -->
</body>
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyDvAHIJg75sGmoOeiBY9LCJcS1YChItZk8",
authDomain: "open-mind-c83fc.firebaseapp.com",
databaseURL: "https://open-mind-c83fc.firebaseio.com",
projectId: "open-mind-c83fc",
storageBucket: "open-mind-c83fc.appspot.com",
messagingSenderId: "340548419900"
};
firebase.initializeApp(config);
</script>
</html>