-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmiseAJour.html
113 lines (107 loc) · 5.17 KB
/
miseAJour.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Fiche projet | Indicateurs French Tech</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<header class="navbar navbar-inverse navbar-fixed-top white" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<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="indexUser.html"><img src="images/logo.png" alt="logo"></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="indexUser.html">Accueil</a></li>
<li class="active"><a href="Indicateurs.html">Projets</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><img src="images/ProfilPic/profile.png" alt="profil" class="img-circle" width="40" height="40"></a>
<ul class="dropdown-menu">
<li class="pinkFrenchTech"><a href="profil.html">Mon Profil</a></li>
<li class="pinkFrenchTech"><a href="parametres.html">Paramètres</a></li>
<li class="pinkFrenchTech"><a href="deconnexion.html">Déconnexion</a></li>
</ul>
</li>
</ul>
</div>
</div>
</header><!--/header-->
<section id="title" class="pinkFrenchTech">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h2>St Etienne Metropole</h2>
<p><a href="Indicateurs.html">Projets</a> > <a href="projetSainteMetropole.html">St Etienne Metropole</a> > <a href="#">Mise à jour</a></p>
</div>
</div>
</div>
</section><!--/#title-->
<section id="Indicateurs" class="container">
<div class="row">
<div class="col-sm-12">
<!--tabs -->
<ul class="nav nav-tabs">
<li ><a href="projetSainteMetropole.html">Résumé</a></li>
<li class="active"><a href="#">Mettre à jour</a></li>
</ul>
<!--/tabs -->
<div class="panel panel-default">
<div class="panel-heading"><h4> Choisissez une fiche à mettre à jour : </h4></div>
<div class="panel-body">
<div class="col-md-4">
<div class="thumbnail">
<a href="#">
<div class="bigpicsquaresize" style="background-image:url('images/Projets/FrenchTech.jpg');"></div>
<div class="caption center">
<h2>Fiche Projet</h2>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<a href="#">
<div class="bigpicsquaresize" style="background-image:url('images/Projets/FrenchTech.jpg');"></div>
<div class="caption center">
<h2>Fiche Contributeur</h2>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<a href="#">
<div class="bigpicsquaresize" style="background-image:url('images/Graphs/fichePorteur.png');"></div>
<div class="caption center">
<h2>Fiche Porteur</h2>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>