Commit 06813b2379b5b9f02fb1dc9203fd94ef45201b8f
1 parent
6a702f93ce
Exists in
master
and in
1 other branch
design change
Showing
2 changed files
with
12 additions
and
6 deletions
Show diff stats
css/custom.css
... | ... | @@ -496,6 +496,7 @@ stroke-dashoffset:0 |
496 | 496 | } |
497 | 497 | |
498 | 498 | #front { |
499 | + background-color: #171717; | |
499 | 500 | /*background-image: url(/images/mock_up_background.jpg); |
500 | 501 | background-repeat: no-repeat; |
501 | 502 | background-size: cover; |
... | ... | @@ -1324,6 +1325,7 @@ table { |
1324 | 1325 | background-color:white; |
1325 | 1326 | font-size: 16px; |
1326 | 1327 | margin-top: 16%; |
1328 | + width:50%; | |
1327 | 1329 | } |
1328 | 1330 | |
1329 | 1331 | .startup-jalsa{ |
... | ... | @@ -1529,12 +1531,16 @@ table { |
1529 | 1531 | } |
1530 | 1532 | .card-color-confirm{ |
1531 | 1533 | margin-top: 40%; |
1534 | + background-color: white; | |
1535 | + font-size: 16px; | |
1536 | + width:100%; | |
1532 | 1537 | } |
1533 | 1538 | .city-meetup { |
1534 | 1539 | opacity: 0.8; |
1535 | 1540 | filter: alpha(opacity=80); /* For IE8 and earlier */ |
1536 | 1541 | } |
1537 | 1542 | #front { |
1543 | + background-color: #171717; | |
1538 | 1544 | /*background-image: url(/images/mock_up_background.jpg); |
1539 | 1545 | background-repeat: no-repeat; |
1540 | 1546 | background-attachment:fixed; | ... | ... |
pages/confirmation.html
... | ... | @@ -2,15 +2,15 @@ |
2 | 2 | <head> |
3 | 3 | </head> |
4 | 4 | <body> |
5 | - <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color-confirm"> | |
6 | - <center> | |
7 | - <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> | |
8 | - <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> | |
9 | - <footer> | |
5 | + <div class="col-xs-12 col-md-10 col-md-offset-3 city-meetup card-color-confirm"> | |
6 | + <!-- <center> --> | |
7 | + <h3 style="text-align:center;margin-top:4%;position:relative;color: rgb(25, 104, 157);font-family: 'BenchNine', sans-serif;">Thank you for registering with us.</h3> | |
8 | + <p style="text-align:center;font-size:20px;position:relative;margin-bottom: 4%;">You will seen hear from us with further details :)</p> | |
9 | + <!-- <footer> | |
10 | 10 | <img id="footer" class="img-responsive banner"> |
11 | 11 | <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> |
12 | 12 | </center> |
13 | - </footer> | |
13 | + </footer> --> | |
14 | 14 | </div> |
15 | 15 | </body> |
16 | 16 | </html> | ... | ... |