2626 < meta name ="twitter:card " content ="" />
2727
2828 < link href ="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700 " rel ="stylesheet ">
29+ < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
2930
3031 <!-- Animate.css -->
3132 < link rel ="stylesheet " href ="css/animate.css ">
3233 <!-- Icomoon Icon Fonts-->
3334 < link rel ="stylesheet " href ="css/icomoon.css ">
35+
36+ <!-- PopUp CSS-->
37+ < link rel ="stylesheet " href ="css/donation-popup.css ">
38+
3439 <!-- Bootstrap -->
3540 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " integrity ="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u " crossorigin ="anonymous ">
3641
3742 <!-- Optional theme -->
3843 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css " integrity ="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp " crossorigin ="anonymous ">
3944
45+ <!-- jQuery -->
46+ < script src ="js/jquery.min.js "> </ script >
47+
4048 <!-- Latest compiled and minified JavaScript -->
4149 < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js " integrity ="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa " crossorigin ="anonymous "> </ script >
4250
5967 < link href ="https://fonts.googleapis.com/css?family=Markazi+Text " rel ="stylesheet ">
6068 < script src ="https://cdn.jsdelivr.net/npm/vue@2.5.16/dist/vue.js "> </ script >
6169
70+ <!-- jQuery UI-->
71+ < script src ="js/jquery-ui.min.js "> </ script >
72+
73+ <!-- POPUP SCRIPT-->
74+ < script >
75+ $ ( document ) . ready ( function ( ) {
76+ $ ( '#myModal' ) . modal ( 'show' )
77+ } ) ;
78+ </ script >
6279< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
6380< style >
6481html {
@@ -378,12 +395,69 @@ <h3>Concept.</h3>
378395 </ footer >
379396 </ div >
380397
398+ <!-- POPUP -->
399+ < div class ="container ">
400+ <!--<h2>Large Modal</h2>-->
401+ <!-- Trigger the modal with a button -->
402+ <!--<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Open Large Modal</button>-->
403+
404+ <!-- Modal -->
405+ < div class ="modal fade " id ="myModal " role ="dialog ">
406+ < div class ="modal-dialog modal-lg ">
407+ < div class ="modal-content " style ="height: 413px; background: linear-gradient(to right, #d7e8ff, #9ac0ef); ">
408+ < div class ="modal-header ">
409+ < button type ="button " class ="close " data-dismiss ="modal "> ×</ button >
410+ <!--<h4 class="modal-title">Modal Header</h4>-->
411+ </ div >
412+ < div class ="modal-body ">
413+ <!--POPUP-->
414+ < div class ="popup-style " id ="popup ">
415+ < div class ="col1 ">
416+ < div class ="card ">
417+ < div class ="front ">
418+ < div class ="type ">
419+ < img class ="bankid "/>
420+ </ div >
421+ < span class ="chip "> </ span >
422+ < span class ="card_number "> ●●●● ●●●● ●●●● ●●●● </ span >
423+ < div class ="date "> < span class ="date_value "> MM / YYYY</ span > </ div >
424+ < span class ="fullname "> FULL NAME</ span >
425+ </ div >
426+ < div class ="back ">
427+ < div class ="magnetic "> </ div >
428+ < div class ="bar "> </ div >
429+ < span class ="seccode "> ●●●</ span >
430+ < span class ="chip "> </ span > < span class ="disclaimer "> This card is property of Random Bank of Random corporation. < br > If found please return to Random Bank of Random corporation - 21968 Paris, Verdi Street, 34 </ span >
431+ </ div >
432+ </ div >
433+ </ div >
434+ < div class ="col2 ">
435+ < label > Card Number</ label >
436+ < input class ="number " type ="text " ng-model ="ncard " maxlength ="19 " onkeypress ='return event.charCode >= 48 && event.charCode <= 57 '/>
437+ < label > Cardholder name</ label >
438+ < input class ="inputname " type ="text " placeholder =""/>
439+ < label > Expiry date</ label >
440+ < input class ="expire " type ="text " placeholder ="MM / YYYY "/>
441+ < label > Security Number</ label >
442+ < input class ="ccv " type ="text " placeholder ="CVC " maxlength ="3 " onkeypress ='return event.charCode >= 48 && event.charCode <= 57 '/>
443+ < button class ="buy "> < i class ="material-icons "> lock</ i > Pay 10.00 $</ button >
444+ </ div >
445+ </ div >
446+ <!--POPUP END-->
447+ </ div >
448+ <!--<div class="modal-footer">-->
449+ <!--<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>-->
450+ <!--</div>-->
451+ </ div >
452+ </ div >
453+ </ div >
454+ </ div >
455+ <!-- END POPUP-->
456+
381457 < div class ="gototop js-top ">
382458 < a href ="# " class ="js-gotop "> < i class ="icon-arrow-up "> </ i > </ a >
383459 </ div >
384460
385- <!-- jQuery -->
386- < script src ="js/jquery.min.js "> </ script >
387461 <!-- jQuery Easing -->
388462 < script src ="js/jquery.easing.1.3.js "> </ script >
389463 <!-- Bootstrap -->
@@ -397,6 +471,8 @@ <h3>Concept.</h3>
397471 < script src ="js/magnific-popup-options.js "> </ script >
398472 <!-- Stellar -->
399473 < script src ="js/jquery.stellar.min.js "> </ script >
474+ <!-- Donation PopUp-->
475+ < script src ="js/donation-popup.js "> </ script >
400476 <!-- Main -->
401477 < script src ="js/main.js "> </ script >
402478
0 commit comments