Commit bde6026059fca6221f45aabec3c1b7f2aee76ddb
1 parent
ea14a334b5
Exists in
master
minor changes
Showing
3 changed files
with
12 additions
and
9 deletions
Show diff stats
css/custom.css
... | ... | @@ -280,7 +280,7 @@ |
280 | 280 | } |
281 | 281 | |
282 | 282 | .happen-imagemeetup{ |
283 | - padding: 0px 0px 0px 36px; | |
283 | + padding: 0px 0px 0px 20px; | |
284 | 284 | } |
285 | 285 | /* progress bar css */ |
286 | 286 | |
... | ... | @@ -1191,7 +1191,7 @@ input.hidden { |
1191 | 1191 | .jalsaHeader{ |
1192 | 1192 | color: #fff; |
1193 | 1193 | text-align: center; |
1194 | - font-size: 25px; | |
1194 | + font-size: 30px; | |
1195 | 1195 | margin-top: 2%; |
1196 | 1196 | margin-bottom: 6%; |
1197 | 1197 | } |
... | ... | @@ -1414,7 +1414,7 @@ table { |
1414 | 1414 | .happen-meetup{ |
1415 | 1415 | font-family: 'Arial',sans-serif; |
1416 | 1416 | /* margin-bottom: 10px; */ |
1417 | - margin-left: 1%; | |
1417 | + margin-left: 1px; | |
1418 | 1418 | margin-bottom: 2%; |
1419 | 1419 | } |
1420 | 1420 | .happen-attend{ |
... | ... | @@ -1611,7 +1611,10 @@ table { |
1611 | 1611 | } */ |
1612 | 1612 | .jalsaHeader { |
1613 | 1613 | margin-top: 4%; |
1614 | - margin-bottom:8%; | |
1614 | + margin-bottom:10%; | |
1615 | + } | |
1616 | + .imagemargin{ | |
1617 | + margin-bottom: 8%; | |
1615 | 1618 | } |
1616 | 1619 | .happen-imagemeetup { |
1617 | 1620 | padding: 0px 0px 0px 32px; | ... | ... |
pages/Home.html
... | ... | @@ -14,12 +14,12 @@ |
14 | 14 | <div class="row"> |
15 | 15 | <div class="col-sm-4 imagemeetup"> |
16 | 16 | <img src="images/Founder_Talk.png" class="imagecenter"> |
17 | - <div class="imageText">Founder Talk</div> | |
17 | + <div class="imageText imagemargin">Founder Talk</div> | |
18 | 18 | </div> |
19 | 19 | <div class="col-sm-4 image-meet-up"> |
20 | 20 | <img src="images/Elevator_Pitch.png" class="imagecenter"> |
21 | 21 | <div class="imageText">Elevator Pitch</div> |
22 | - <div class="imageTxt">Startups will get 60 seconds to deleiver a pitch.</div> | |
22 | + <div class="imageTxt imagemargin">Startups will get 60 seconds to deleiver a pitch.</div> | |
23 | 23 | </div> |
24 | 24 | <div class="col-sm-4"> |
25 | 25 | <img src="images/Networking.png" class="imagecenter"> |
... | ... | @@ -30,7 +30,7 @@ |
30 | 30 | </div> |
31 | 31 | <div class="col-xs-12 happen-citymeetup"> |
32 | 32 | <div class="happen-meetup"> |
33 | - <div class="startup-questions">What next after the Pitch sessions?</div> | |
33 | + <div class="startup-questions">What next after the Pitch Sessions?</div> | |
34 | 34 | <div class="startup-answers">Selected startups will get a travel grant to Startup Jalsa Invest Edition 2019, where at least one startup from POC/Beta stage will get funding of INR 25 Lacs at 10% equity and one from Revenue stage will get funding of INR 1 Crore at 10% equity.</div> |
35 | 35 | </div> |
36 | 36 | <div class="happen-meetup"> | ... | ... |
pages/caricatures.html
... | ... | @@ -111,7 +111,7 @@ |
111 | 111 | <img class="card-img-top" src="images/Colombo.png"> |
112 | 112 | <img class="img-top" src="images/Sri_Lanka.png" ng-click="watch('Colombo')"> |
113 | 113 | </div> |
114 | - <div class="txt">Colombo, Sri Lanka</div> | |
114 | + <div class="txt">Likuid Spaces</div> | |
115 | 115 | <div class="txt1">Colombo | October 5th, 2019</div> |
116 | 116 | </div> |
117 | 117 | </div> |
... | ... | @@ -143,7 +143,7 @@ |
143 | 143 | <img class="card-img-top" src="images/Kathmandu.png"> |
144 | 144 | <img class="img-top" src="images/Nepal.png" ng-click="watch('Kathmandu')"> |
145 | 145 | </div> |
146 | - <div class="txt">Kathmandu, Nepal</div> | |
146 | + <div class="txt">Innovative Hive</div> | |
147 | 147 | <div class="txt1">Kathmandu | October 12th, 2019</div> |
148 | 148 | </div> |
149 | 149 | </div> | ... | ... |