Blame view

pages/Home.html 3.33 KB
4a0f11c9f   Palak Handa   minor changes
1
  <div class="header" >
ead3256b4   Palak Handa   add and delete im...
2
     <div>
944cbb8ea   Palak Handa   design changes
3
        <h1 class="startup-jalsa">STARTUP JALSA 2018</h1>
f244be512   Palak Handa   new content
4
     </div> 
ead3256b4   Palak Handa   add and delete im...
5
     
f244be512   Palak Handa   new content
6
7
8
9
  <div class="clearfix"></div>
  </div>
  <!-- CLOSE HEADER -->
  <form name="homeForm">   
4a0f11c9f   Palak Handa   minor changes
10
     <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color " >
f244be512   Palak Handa   new content
11
12
        <div class="col-xs-12">
           <div class="row">
ead3256b4   Palak Handa   add and delete im...
13
              <div class="col-sm-6">
944cbb8ea   Palak Handa   design changes
14
15
                 <div class="happen-city">
                 <div class="happen-meetup">
a06bfe022   Palak Handa   minor change
16
                    <b>What will happen at the city meetup?</b>
c62079487   Palak Handa   updated design
17
                 </div>
f244be512   Palak Handa   new content
18
                    <ul>
ada4774be   Palak Handa   content change
19
                        <li>An invite-only event wherein the Vivekananda Capital team will review and invite the selected startups to the city meetups.</li>
ead3256b4   Palak Handa   add and delete im...
20
21
                       <li>A mentoring session followed by Q/A by a renowned speaker from the startup ecosystem.</li>
                       <li>One-on-one interaction between startups and the Vivekananda Capital team.</li>
ada4774be   Palak Handa   content change
22
  		                <!-- <li>The most exciting startups will get travel grant to fly to the Startup Jalsa main conference where they will have an opportunity to get an investment of Rs 25lacs at 7.5% equity, subject to due diligence.</li> -->
f244be512   Palak Handa   new content
23
                    </ul>
f244be512   Palak Handa   new content
24
25
26
                 </div>
              </div>
              <div class="row">
944cbb8ea   Palak Handa   design changes
27
                 <div class="col-sm-6 happen-attend">
700385b01   Palak Handa   minor change
28
                    <!-- <div class="width-auto">
c9436672b   Palak Handa   icons add
29
                      <div class="happen-meetup" style="margin-top: -5px;">
1d98f8892   Palak Handa   minor changes of ...
30
                          <b class="phone-meetup">Who can attend the meetup?</b>
ead3256b4   Palak Handa   add and delete im...
31
                       </div>
1d98f8892   Palak Handa   minor changes of ...
32
                        <ul class="phone-meetup">
ead3256b4   Palak Handa   add and delete im...
33
34
                           <li>A minimum working prototype is all you need to participate. If you have revenue, even better.</li>
                        </ul>
700385b01   Palak Handa   minor change
35
                    </div><br> -->
ada4774be   Palak Handa   content change
36
37
38
39
40
41
42
                    <div class="width-auto">
                      <div class="happen-meetup" style="margin-top: -5px;">
                          <b class="phone-meetup">What follows after the city meetups?</b>
                       </div>
                        <ul class="phone-meetup">
                           <li>The most exciting startups will get travel grant to fly to the Startup Jalsa main conference where they will have an opportunity to get an investment of Rs 25lacs at 7.5% equity, subject to due diligence.</li>
                        </ul>
700385b01   Palak Handa   minor change
43
44
45
46
47
48
                    </div><br>
                    <div class="width-auto">
                      <div class="happen-meetup" style="margin-top: -18px;">
                          <b class="phone-meetup">Who can attend the meetup?</b>
                       </div>
                        <ul class="phone-meetup">
42e5ea7e7   Palak Handa   content change
49
                           <li>A MVP (Minimum Viable Product) is all you need to participate. If you have revenue, even better.</li>
700385b01   Palak Handa   minor change
50
                        </ul>
f244be512   Palak Handa   new content
51
52
                    </div>
                 </div>
f0feac069   Palak Handa   update new content
53
              </div>
c62079487   Palak Handa   updated design
54
           </div><br>
944cbb8ea   Palak Handa   design changes
55
           <div class="apply-btn">    
1d98f8892   Palak Handa   minor changes of ...
56
57
              <!-- <input type="button" class="btn submit-button " value="Apply" ng-click="apply()"> -->
              <button class="btn submit-button apply-act" value="Apply" ng-click="apply()" >Apply</button>
c9436672b   Palak Handa   icons add
58
           </div>                                      
f244be512   Palak Handa   new content
59
60
        </div>
     </div>
79a9693e5   Digvijay Singh   console erro
61
  </form>
7b2bef227   Palak Handa   background image ...
62
63
  <footer style="margin-top: 45%;">
    <img id="footer" class="img-responsive banner">
ead3256b4   Palak Handa   add and delete im...
64
    <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> </center>
7b2bef227   Palak Handa   background image ...
65
  </footer>
10e247018   root   fixed conflicts
66