Commit 7b8c1cf64ac13055cb558d2541ae61a3d2012ea1
1 parent
29728df5c2
Exists in
master
and in
1 other branch
add new field
Showing
3 changed files
with
14 additions
and
3 deletions
Show diff stats
css/custom.css
pages/Home.html
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | </div> |
65 | 65 | </div> |
66 | 66 | </form> |
67 | -<footer style="margin-top: 45%;"> | |
67 | +<footer> | |
68 | 68 | <img id="footer" class="img-responsive banner"> |
69 | 69 | <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> </center> |
70 | 70 | </footer> | ... | ... |
pages/ambassador.html
... | ... | @@ -148,6 +148,17 @@ |
148 | 148 | </textarea> |
149 | 149 | </div> |
150 | 150 | <div class="col-xs-12 col-md-12 f-family line-adjust"> |
151 | + <strong>Link your pitch deck presentation. *</strong> | |
152 | + <p class="line-space" >Kindly upload your pitch deck to Google Presentation and make the link sharing settings open to all.</p> | |
153 | + </div> | |
154 | + <div class="col-xs-12 col-md-12 input-wrapper f-family"> | |
155 | + <div class="icon-circle-h"> | |
156 | + <i class="material-icons" style="line-height: 30px;">web</i> | |
157 | + </div> | |
158 | + <input name="link" class="text-input" ng-model="data.link" placeholder="link" ng-change="enterbusiness(data.link); linkedInkeyPress(data.link)" required> | |
159 | + </input> | |
160 | + </div> | |
161 | + <div class="col-xs-12 col-md-12 f-family line-adjust"> | |
151 | 162 | <strong>Coupon Code.</strong> |
152 | 163 | <p class="line-space" >It's applicable.</p> |
153 | 164 | </div> | ... | ... |