-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
executable file
·119 lines (89 loc) · 3.87 KB
/
contact.php
File metadata and controls
executable file
·119 lines (89 loc) · 3.87 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Création de site Internet, Agence Multimédia : GetWeb</title>
<META NAME="Description" CONTENT="Nous réalisons votre site Internet clef en main et sur mesure, à partir de 500€. Une solution économique et performante, adaptée à toutes les entreprises, associations ou particuliers.">
<meta name="keywords" content="création, creation, site, internet, projet, entreprise, particulier, association, pme, réalisation, realisation, agence, multimedia, lyon, paris, rhones, alpes, commerce, e-commerce, e commerce, vitrine, clef, en, main, solution">
<!-- BANNIERE -->
<script type="text/javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" type="text/javascript"></script>
<!-- ///////////////////////////// -->
<!-- GALERIE DERNIERES CREATIONS -->
<script src="scripts/mootools.v1.11.js" type="text/javascript"></script>
<script src="scripts/jd.gallery.js" type="text/javascript"></script>
<script src="scripts/jd.gallery.set.js" type="text/javascript"></script>
<!-- //////////////////////////// -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-4187190-1";
urchinTracker();
</script>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/jd.gallery.css" type="text/css" media="screen" />
<style type="text/css">
<!--
.style2 {color: #cdcfcd}
.style6 {
font-size: 14px;
color: #7da0f0;
}
.style7 {color: #fed661}
-->
</style>
</head>
<body>
<!-- EN TETE -->
<div id="top">
<?php include("top.php"); ?>
</div>
<!-- TEXTES DU CENTRE -->
<div id="centre">
<div class="indice_top"><img src="images/nous_contacter.gif" alt="nos_services"/></div>
<!-- IMAGES TITRES -->
<div class="nos_solutions"><!-- TEXTE NOS SERCICES -->
<p><strong><i>Besoin d'un renseignement ? N'hésitez pas à nous contacter, nous vous répondrons dans les plus brefs delais.</i></strong></p>
<div class="contact_image" style="float:right; margin-right:60px;padding-bottom">
<img src="images/blueman_mail.jpg"/>
</div>
<div class="contact_liste">
<table width="352" cellspacing="0" cellpadding="0">
<tr>
<td width="119" valign="top" class="contact_getweb">
<p><span class="style6">GetWeb.fr
</span><span class="style2"><br />
<br />
12 rue du prieuré<br/>
Ecully, 69130</span><br />
France</p>
</td>
<td width="231" class="hugomathien">
<p><span class="style6">Hugo Mathien</span><br/>
<i> Directeur Général </i></p>
<p><span class="style7">Tél</span> : 06 60 19 34 99<br/>
<span class="style7">Email</span> : hugomathien@getweb.fr</p>
</td>
</tr>
<tr>
<td class="contact_vide"> </td>
<td width="231" class="guillaumebonnier">
<p><span class="style6"><br />
Guillaume Bonnier</span><br/>
<i> Directeur Commercial </i></p>
<p><span class="style7">Tél</span> : 06 33 54 77 12<br/>
<span class="style7">Email</span> : guillaumebonnier@getweb.fr</p>
</td>
</tr>
</table>
</div>
</div>
<div class="nos_offres" style="clear:both;"><!-- NOS OFFRES -->
<img src="images/nos_offres.gif" alt="nos_offres" /><br/>
<a href="images/plaquette_identite.pdf"><img src="images/pack_identite.gif" width="270" alt="pack_identité" border="0"/></a><a href="images/plaquette_interactif.pdf"><img src="images/pack_interactif.gif" width="269" alt="pack_interactif" border="0"/></a><a href="images/plaquette_flash.pdf"><img src="images/pack_flash.gif" width="261" alt="pack_flash" border="0"/></a>
</div>
</div>
<!-- PIED DE PAGE -->
<div id="bas" align="center"><?php include("bottom.php"); ?></div>
</body>
</html>