Blame view

pages/Home.html 2.14 KB
f244be512   Palak Handa   new content
1
  <div class="header">
ead3256b4   Palak Handa   add and delete im...
2
3
     <div>
        <h1>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">   
ead3256b4   Palak Handa   add and delete im...
10
     <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup " style="background-color:white;">
f244be512   Palak Handa   new content
11
12
        <div class="col-xs-12">
           <div class="row">
ead3256b4   Palak Handa   add and delete im...
13
14
              <div class="col-sm-6">
                 <div style="padding-top:12%;">
695f27d8d   root   minor changes
15
  					
ead3256b4   Palak Handa   add and delete im...
16
17
                 <div style="font-size:17px;margin-bottom: 10px;margin-left: 5%;">
                    <b>What will happen at the city meetup:</b>
c62079487   Palak Handa   updated design
18
                 </div>
f244be512   Palak Handa   new content
19
                    <ul>
ead3256b4   Palak Handa   add and delete im...
20
21
22
                       <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>
  		                <li>The most exciting startups will get travel grant to fly to the 2018 Invest edition of Startup Jalsa 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">
ead3256b4   Palak Handa   add and delete im...
27
28
29
30
31
32
33
34
                 <div class="col-sm-6" style="margin-top:6%;">
                    <div style="width:auto;">
                      <div style="font-size:17px;margin-bottom: 10px;margin-left: 5%;">
                          <b>Who can attend the meetup?</b>
                       </div>
                        <ul>
                           <li>A minimum working prototype is all you need to participate. If you have revenue, even better.</li>
                        </ul>
f244be512   Palak Handa   new content
35
36
                    </div>
                 </div>
f0feac069   Palak Handa   update new content
37
              </div>
c62079487   Palak Handa   updated design
38
           </div><br>
ead3256b4   Palak Handa   add and delete im...
39
40
41
42
           <div style="text-align:center;margin-top: 2%;margin-bottom: 2%;">    
              <input type="button" style="font-size:16px;color:#fff" class="btn submit-button" value="Apply" ng-click="apply()">
           </div>                             
           
f244be512   Palak Handa   new content
43
44
        </div>
     </div>
79a9693e5   Digvijay Singh   console erro
45
  </form>
7b2bef227   Palak Handa   background image ...
46
47
  <footer style="margin-top: 45%;">
    <img id="footer" class="img-responsive banner">
ead3256b4   Palak Handa   add and delete im...
48
    <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> </center>
7b2bef227   Palak Handa   background image ...
49
  </footer>
10e247018   root   fixed conflicts
50