forked from CarretteR/TP2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanime.html
More file actions
208 lines (163 loc) · 4.88 KB
/
anime.html
File metadata and controls
208 lines (163 loc) · 4.88 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<!-- doctype HTML5 / debut du document HTML -->
<html>
<head>
<title>MMI Creation, notre talent pour votre ambition</title><!-- titre -->
<meta charset="UTF-8">
<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!-- liaison de CSS c'est ici que l'on mettra egalement du javascript, ou des metas données -->
<meta name="description" content="MMI Creation, notre talent pour votre ambition"/>
<meta name="keywords" content="web,agence,communication,marketing,html,responsive,mobile" />
<style>
body {
font-family: 'pt_sansregular', Arial;
font-size: 15px;
color: #151515;
}
h1{
font-family: 'pt_sansbold', Arial;
color: #555555;
font-size: 22px;
font-weight: bold;
margin: 20px;
}
.contenu {
margin: 0 auto;
width: 1000px;
}
ul {
list-style: none;
}
#footer,
#banniere {
color: white;
background-color: #31333E;
}
#competences {
margin:50px;
}
#webmarketting,
#appmobile,
#webdesign {
width:33%;
display:block;
float:left;
text-align: center;
padding: 10px;
}
#competences p{
margin: 25px;
}
#competences a{
font-family: 'pt_sansbold', Arial;
text-transform: uppercase;
color: #55bbff;
font-weight: bold;
}
#competences a:hover {
text-decoration: underline;
}
h2{
font-size: 22px;
margin-bottom:20px;
}
#realisations {
padding-bottom:75px;
padding-top:25px;
background-color: #dfdfdf;
}
#realisations ul li{
float: left;
position: relative;
}
#realisations ul li div{
background: #55bbff;
color: white;
padding: 20px;
position: absolute;
bottom: 0px;
left: 0px;
width: inherit;
height: 100%;
display: none;
}
#realisations ul li:hover div{
display: block;
}
#footer ul li{
float:right;
}
.clearfix:after{
clear: both;
display: block;
content: '';
}
</style>
</head>
<body>
<div id="header">
<div class="contenu">
<ul class="menu">
<li><img src="images/logo.png" alt="logo"></li>
<li><a href="index.html" class="active">Acceuil</a></li>
<li><a href="index.html">Services</a></li>
<li><a href="index.html">Realisations</a></li>
<li><a href="index.html">Contactez-Nous</a></li>
<li>Champs de recherche</li>
</ul>
</div>
</div> <!-- Fermeture div Header -->
<div id="banniere">
<div class="contenu">
<p>Vous avez un besoin ?</p>
<p>Nous sommes la solution !</p>
<p>En savoir +</p>
<img src="images/banner.png" alt="Bannière">
</div>
</div> <!--Fermeture div Banniere -->
<!-- ######### PARTIE DE PIERRE ########### -->
<!-- ######### FIN PARTIE ########### -->
<!-- ######### PARTIE DE AURELIEN ########### -->
<!-- ######### FIN PARTIE ########### -->
<!-- ######### PARTIE DE GWENDOLINE ########### -->
<!-- ######### FIN PARTIE ########### -->
<!-- ######### PARTIE DE MAXIMILIEN ########### -->
<!-- ######### FIN PARTIE ########### -->
<div id="contact">
<div class="contenu">
<h1>Contactez-nous !</h1>
<p>Si vous avez besoins de quelque chose, ou juste de prendre l'apéro ...</p>
<p>Remplissez le formulaire ci-dessous, on tâchera de vous réponde rapidement !</p>
<form
action="index.html"
method="get">
<table>
<tr><label for="idNom">Votre Nom</label></tr>
<tr><input type="text" id="idNom" name="nom" /></tr>
<tr><label for="idMail">Votre adresse Email</label></tr>
<tr><input type="text" id="idMail" name="mail" /></tr>
<tr><label for="idMessage">Votre message</label></tr>
<tr><textarea></textarea></tr>
<tr><input type="submit" value="Envoyer"></tr>
<img src="images/map.png" alt="carte du l'agence">
</table>
</form>
</div>
</div> <!--Fermeture div contact--->
<div id="footer">
<div class="contenu clearfix">
<h2>© MMi creation - tout droit réservé</h2>
<h3>Bon ... d'accord c'est une fausse agence web, tout ceci n'est qu'une illusion !</h3>
<ul>
<li> <a href="http://facebook.com"> <img src="images/social-fb.png" alt="logo facebook"></li></a>
<li> <a href="http://linkedin.com"> <img src="images/social-ln.png" alt="logo linkedin"></li></a>
<li> <a href="http://twitter.com"> <img src="images/social-tw.png" alt="logo tweeter"></li></a>
<li> <a href="http://pinterest.com"> <img src="images/social-pin.png" alt="logo pinterest"></li></a>
<li> <a href="http://google.com"> <img src="images/social-web.png" alt="logo web"></li></a>
<li> <a href="http://google.com"> <img src="images/social-gp.png" alt="logo googleplus"></li></a>
</ul>
</div>
</div>
</body>
</hmtl>