Commit 7405e460283fb3032ab164a7e86abb13a9e68c1b
1 parent
5f1d893cd3
Exists in
master
minor fix
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
pages/Home.html
... | ... | @@ -51,6 +51,10 @@ |
51 | 51 | <div class="startup-answers">At Startup Jalsa, we are very serious about the security and privacy of your data. </div> |
52 | 52 | </div> |
53 | 53 | <div class="happen-meetup"> |
54 | + <div class="startup-questions">Should a startup be registered to participate in the Pitch Sessions?</div> | |
55 | + <div class="startup-answers">We are not looking for startups who are or need to be legally registered.</div> | |
56 | + </div> | |
57 | + <div class="happen-meetup"> | |
54 | 58 | <div class="startup-questions">Things to keep in mind</div> |
55 | 59 | <div class="startup-answers">- An elevator pitch is of 60 seconds and no extra time will be granted.</div> |
56 | 60 | <div class="startup-answers">- Startups should present their prototypes during the pitch sessions, if in hand.</div> |
... | ... | @@ -76,10 +80,6 @@ |
76 | 80 | <div class="startup-questions">Quick help on Elevator Pitch:</div> |
77 | 81 | <div class="startup-answers">Watch this video: <a href="http://bit.ly/2YTwyxY" target="_blank" style="color: #2196f3;">http://bit.ly/2YTwyxY</a></div> |
78 | 82 | </div> |
79 | - <div class="happen-meetup"> | |
80 | - <div class="startup-questions">Should a startup be registered to participate in the Pitch Sessions?</div> | |
81 | - <div class="startup-answers">We are not looking for startups who are or need to be legally registered.</div> | |
82 | - </div> | |
83 | 83 | </div> |
84 | 84 | <div class="apply-btn"> |
85 | 85 | <button class="btn submit-button" style="outline: none;" value="Apply" ng-click="apply()" >PROCEED</button> | ... | ... |