-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (87 loc) · 5.11 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<!--csslink-->
<link rel="stylesheet" href="index.css">
<!---googlefonts---->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-custom" style="height: 15%;border-bottom: 1px solid #F5F5F5;background-color: white;">
<div class="container-fluid">
<a class="navbar-brand" style="margin: 0% 5%;"href="#">zen habits</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" aria-current="page" href="#">training</a>
<a class="nav-link" href="#">books</a>
<a class="nav-link" href="#">about</a>
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">archives</a>
<a class="nav-linkright" href="#">breathe</a>
</div>
</div>
</div>
</nav>
<div class="main">
<h1>High Bar of Expectations Can <br>Crush Our Creativity</h1>
<p class="upperpara">BY  <a href="#">LEO BABUOTA</a></p>
<!--main paragraph-->
<p class="para">write amazing blog posts, create inspiring music, profound works of art, a thriving business that reaches hundreds of thousands of people. <br>
<br><br>
These are beautiful aspirations, and I love what we are aiming for. It’s amazing!
<br><br><br>
And yet, if you are setting out to create a masterpiece … what does that do to you when you show up at the blank page or canvas? It can bring immense fear of not being able to produce that masterpiece, or worries of falling short of our hopes and dreams.
<br><br><br>
These kind of expectations can often crush any creativity we start out with.
<br><br><br>
So should we have zero goals or expectations, have no standards, and no hopes and dreams? Or should we just not even try?
<br><br><br>
I say let yourself show up and create, from a place of aliveness. Of play, adventure, creativity, joy. From a place of dance, music, and delight in the chaos of life. From abundance and inspiration.
<br><br><br>
In the place of creation, we don’t need to burden ourselves with high expectations. See what flows from your heart, imagination, and joyful being.
<br><br><br>
At some point, we’ll need to bring in our craft, and refine. Edit, toss out, and discern. But not when we’re creating — let that be free and abundant and open!
<br><br><br>
</p>
<a class="bottomlink" href="#">See all posts--</a>
</div>
<div class="secondmain">
<div class="content">
<h3>Life-changing training programs and live experiences <br><span>
from Zen Habits:</span></h3>
<div class="first">
<h4><span>SEA</span> CHANGE</h4>
<p>TRANSFORMATION <BR>ONECHANGE AT A TIME</BR></p>
</div>
<div class="second">
<h4>FEARLESS <br> <span class="secondspan">TRAINING</span></h4>
<p>FALL IN LOVE WITH UNCERTAINITY</p>
</div>
<div class="third">
<h4>MASTERY <br> <span class="thirdspan">FEARLESS</span></h4>
<p>Free Live Class Getting <br> your One Thing Done</p>
</div>
</div>
<div class="footer">
<h3>get zen habits in your inbox</h3>
<input type="text" placeholder="type your name">
<input type="email" name="name" id="" placeholder="type your email">
<button type="submit">Get Updates</button>
<p>Join 2,000,000 breath-taking readers:</p>
<ul>
<li><a href="https;//www.twitter.com">twitter</a></li>
<li><a href="https://www.facebook.com">facebook</a></li>
<li><a href="https://www.patreon.com/">patreon</a></li>
</ul>
<h5>copyright</h5>
</div>
</div>
</body>
</html>