"Blog Post"
Bootstrap 3.0.0 Snippet by hardiksondagar

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
<div class="container col-lg-12 main">
<div class="col-lg-12 post">
<div class="container">
<h2><a href="" class="ubuntu">How to stop being an entrepreneur and become one</a></h2>
<div class="body-text">
<p class='text-muted ubuntu'>By Yash Shah | Gridle September 17, 2013</p>
<br>
<div class="row">
<div class="col-lg-6"><p>Entrepreneurs are generally perceived as insane risk-takers. A surreal combination of Wolverine and Batman. Aggressive, yet calm, intuitive, yet rational and reckless and brave at the same time. But here’s the moot question: if only five per cent of entrepreneurs end up working on their original idea, only two per cent entrepreneurs end up providing value and only 0.5 per cent see monetary success, how should this dream really be pursued?</p></div>
<div class="col-lg-6"><p class=""><img alt="image" src="http://startupcentral.in/wp-content/uploads/2013/09/280x183xideabulb1.jpg.pagespeed.ic.gyJk5j8KnN.jpg" width="100%"></p></div>
</div>
<br/>
<div class="row">
<div class="col-lg-12"><p><strong>Jump off the cliff without a rope</strong></p>
<p>In the movie The Dark Knight Rises, superhero Batman learns that you can go full throttle only when there is no back-up. Entrepreneurship teaches you to put all your eggs, fruits, hair-dryer, mobile phone and everything else into one basket. If you have a back-up, it’s you who has failed and not your startup. In any case, unless you took unreasonable risks while pursuing your startup, dealing with its failure will be an unpleasant and a ridiculously boring affair. It’s more like a step along the journey.</p></div>
</div>
<br/>
<div class="row">
<div class="col-lg-12"><p><strong>It’s about the journey, not the destination</strong></p>
<p>As a startup, people will ask you “Where do you see yourself five years from now?”, while you are still figuring out which client will be paying for your next lunch. In a startup, you learn. You learn to react to insulting situations, uncomfortable questions and demeaning feedback. In a startup, you build, modify, test, rinse and repeat. It’s an incremental and agile perspective towards life. You will never want it to end. It’s addictive.</p></div>
</div>
<br/>
<div class="row">
<div class="col-lg-12"><p><strong>The outcome is not binary</strong></p>
<p>Chances are that you will not become billionaire. But chances also are that you may not end up on the street begging. There are millions of shades of grey between black and white, there are infinite rational numbers between 0 and 1 and, there are millions of outcomes possible when you have a startup. It’s scary, yes! But it’s even more exciting. That fear of uncertainty, that feeling of not knowing the outcome, that thought process when you are not in control of everything; there are very few things which can trigger such emotions. They are so rare, the English dictionary has no words for them!</p></div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.main
{
background:#f6f6f6;
}
body
{
background:#f6f6f6;
margin:30px;
}
.ubuntu
{
font-family: 'Ubuntu', sans-serif;
}
p
{
font-family: 'Ubuntu', sans-serif;
text-align:justify;
}
.pacifico
{
font-family: 'Pacifico', sans-serif;
font-size: 2.4em;
}
.twitter-follow
{
font-family: 'Ubuntu', sans-serif;
font-size:1.4em;
transition:all 0.2s ease-in;
/* width:40px;*/
overflow:hidden;
white-space: nowrap;
}
.twitter-follow:hover
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: