forked from akshitagupta15june/Moksh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
motivation.html
124 lines (109 loc) · 4 KB
/
motivation.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
<!DOCTYPE html>
<html>
<head>
<title>Random Gita Shlok Generator</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="motivation.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous" />
<link rel="icon" type="image/x-icon" href="Images/moksh.jpeg">
</head>
<body>
<script src="script.js"></script>
<!-- Navbar Start-->
<div class="nav">
<!-- Nav Logo & Name -->
<div class="navbar-logo">
<img src="./Images/moksh.png" alt="Moksh Logo" />
<a href="index.html"><span>Moksh</span></a>
</div>
<!-- Nav menu -->
<ul class="nav-menu">
<li>
<a href="index.html">Home</a>
</li>
<li class="dropdown">
<a href="#"
>Features
<i class="fas fa-caret-down"></i>
</a>
<!-- Dropdown -->
<ul>
<li><a href="meditation.html">Augmented Reality Meditation</a></li>
<li><a href="event.html">Iskcon Events</a></li>
<li>
<a href="story.html">Divine Activities for all Generation</a>
</li>
<li><a href="reward.html">Pomodoro Spritual Break</a></li>
<li><a href="motivation.html">Read a Shlok</a></li>
<li><a href="rejuvenate.html">Rejuvenate</a></li>
</ul>
</li>
</ul>
<!-- Google Translate -->
<div id="google_translate_element">
<script
type="text/javascript"
src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"
></script>
</div>
</div>
<!-- Navbar Ends -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body onload="startTime(); startDate()">
<div class="container">
<div id="date"></div>
<div id="display"></div>
<div id="content">
<p id="quote">"Abandon all varieties of religion and just surrender unto Me. I shall deliver you from all sinful
reactions. Do not fear." <br />- Lord Sri Krishna - Bhagvad-gita 18.66</p>
<footer class="footer" >
<div class="logo-title">
<img
class="logo"
src="Images/moksh.png"
alt="Moksh Logo"
/>
<h3 class="title">
Moksh
</h3>
</div>
<div class="tagline">
<p>
A Spiritual Productivity Tool for Mental Wellness
</p>
</div>
<div class="intro">
<p id="quote2">
Moksh is a spiritual productivity tool designed for individuals who
want to unlock their potential and achieve true balance in life.
</p>
</div>
<hr color="#000" size="1" />
<div
class="copyright"
style="display: flex; justify-content: space-around"
>
<p id="quote3">
Made with ❤️ by Akshita during XPRESSION'23
</p>
<p id="quote4">
© 2023 Moksh. All rights reserved.
</p>
</div>
</footer>
</div>
</div>
<div id="b-nav">
<ul>
<button id="gen" onclick="genQuote()">New Quote</button>
<a id="twitter-share-button" class="twitter-share-button" target="_blank"
href="https://twitter.com/intent/tweet?text=Abandon%20all%20varieties%20of%20religion%20and%20just%20surrender%20unto%20me.%20I%20shall%20deliver%20you%20from%20all%20sinful%20reactions.%20Do%20not%20fear.%20-%20Lord%20sri%20Krishna-%20Bhagvad-Gita%2018.66"><i
class="fa fa-twitter" aria-hidden="true"></i></a>
</ul>
</div>
<script src="motivation.js"></script>
</body>
</html>