79 lines
3.0 KiB
HTML
79 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
<title>Anthony Dumas Photos</title>
|
|
|
|
<!-- Bootstrap -->
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="css/content.css" rel="stylesheet">
|
|
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Slabo+27px" rel="stylesheet">
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
|
|
<script src='https://www.google.com/recaptcha/api.js'></script>
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar navbar-default">
|
|
<div class="container-fluid">
|
|
<!-- Brand and toggle get grouped for better mobile display -->
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="#">Anthony Dumas Photographie</a>
|
|
</div>
|
|
|
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li>
|
|
<a href="https://500px.com/anthony-dumas">
|
|
<i class="fa fa-500px" aria-hidden="true"></i>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">A propos</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- /.navbar-collapse -->
|
|
</div>
|
|
<!-- /.container-fluid -->
|
|
</nav>
|
|
|
|
<div class="col-md-4"></div>
|
|
<div class="col-md-4 center lockscreen">
|
|
<img src="img/lockImg-Anthony21Ans.png" alt="lockImg" width="300px">
|
|
<h1>21 Ans Anthony</h1>
|
|
<p>Photographié par Anthony Dumas</p>
|
|
<div class="col-md-3"></div>
|
|
<div class="col-md-6">
|
|
<br>
|
|
<form id="entrer" action="reCaptcha.php" method="post">
|
|
<div class="g-recaptcha" data-sitekey="6LcQoikTAAAAANtxXUEEKSA8bHGRL0Jndg384-zO"></div>
|
|
<br>
|
|
<button type="submit" class="btn btn-primary">Entrer</button>
|
|
</form>
|
|
</div>
|
|
<div class="col-md-3"></div>
|
|
</div>
|
|
|
|
<div class="col-md-4"></div>
|
|
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
|
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
|
<script src="js/bootstrap.min.js"></script>
|
|
</body>
|
|
</html>
|