Commit 434e8ec4182e8fb770a86814d1817578080ec5eb
1 parent
befd40f8b4
Exists in
master
and in
1 other branch
minor change
Showing
3 changed files
with
9 additions
and
2 deletions
Show diff stats
css/custom.css
pages/ambassador.html
... | ... | @@ -147,6 +147,10 @@ |
147 | 147 | <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required> |
148 | 148 | </textarea> |
149 | 149 | </div> |
150 | + <div class="col-xs-12 col-md-12 f-family line-adjust"> | |
151 | + <strong>Coupon Code.</strong> | |
152 | + <p class="line-space" >It's applicable.</p> | |
153 | + </div> | |
150 | 154 | <div class="col-xs-12 input-wrapper"> |
151 | 155 | <div class="referel-icon" style="z-index: 999;"> |
152 | 156 | <i class="material-icons" style="line-height: 30px;">code</i> | ... | ... |
pages/confirmation.html
... | ... | @@ -2,12 +2,14 @@ |
2 | 2 | <head> |
3 | 3 | </head> |
4 | 4 | <body> |
5 | - <h3 style="text-align:center;margin-top:6%;position:relative;">Thank you for registering at Startup Jalsa 2018.</h3> | |
6 | - <p style="text-align:center;font-size:20px;position:relative;">You will receive a confirmation email from us, if not please contact at <a href="http://www.startupjalsa.com/">ping@startupjalsa.com</a></p> | |
5 | + <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color " > | |
6 | + <h3 style="text-align:center;margin-top:4%;position:relative;color: rgb(25, 104, 157);font-family: 'BenchNine', sans-serif;">Thank you for registering at Startup Jalsa 2018.</h3> | |
7 | + <p style="text-align:center;font-size:20px;position:relative;margin-bottom: 4%;">You will receive a confirmation email from us, if not please contact at <i>ping@startupjalsa.com</i></p> | |
7 | 8 | <footer> |
8 | 9 | <img id="footer" class="img-responsive banner"> |
9 | 10 | <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> |
10 | 11 | </center> |
11 | 12 | </footer> |
13 | + </div> | |
12 | 14 | </body> |
13 | 15 | </html> |
14 | 16 | \ No newline at end of file | ... | ... |