Created
August 12, 2015 19:19
-
-
Save vnctaing/5018fb062537655c418f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang=""> | |
<head> | |
<meta charset="utf-8"> | |
<title>fab</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width"> | |
<link rel="shortcut icon" href="/favicon.ico"> | |
<!-- Place favicon.ico and apple-touch-icon.png in the root directory --> | |
<!-- build:css(.) styles/vendor.css --> | |
<!-- bower:css --> | |
<link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.css"> | |
<!-- endbower --> | |
<!-- endbuild --> | |
<!-- build:css(.tmp) styles/main.css --> | |
<link rel="stylesheet" href="styles/main.css"> | |
<!-- endbuild --> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-6"> | |
<h2>Entrez vos données</h2> | |
<form class="form-horizontal"> | |
<div class="form-group"> | |
<div class="col-md-4"><label for="">Numero de carte</label></div> | |
<div class="col-md-8"> | |
<div class="col-md-12"><input class="form-control" type="text"></div> | |
</div> | |
</div> | |
<div class="form-group"> | |
<div class="col-md-4"><label for="">Date Exp</label></div> | |
<div class="col-md-8"> | |
<div class="col-md-5"><input class="form-control" type="text"></div> | |
<div class="col-md-2">/</div> | |
<div class="col-md-5"><input class="form-control" type="text"></div> | |
</div> | |
</div> | |
<div class="form-group"> | |
<div class="col-md-4"><label for="">CVC</label></div> | |
<div class="col-md-8"> | |
<div class="col-md-12"><input class="form-control" type="text"></div> | |
</div> | |
</div> | |
<div class="form-group"> | |
<div class="col-md-4"><label for="">Nom</label></div> | |
<div class="col-md-8"> | |
<div class="col-md-12"><input class="form-control" type="text"></div> | |
</div> | |
</div> | |
</form> | |
</div> | |
<div class="col-md-6 text-center"> | |
<h2>Votre carte</h2> | |
<img src="img/carteSharepay.png" class="img-responsive"> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment