-
Notifications
You must be signed in to change notification settings - Fork 0
/
page_com.html
107 lines (106 loc) · 2.75 KB
/
page_com.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Commandes Onegraph</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" sizes="16x16" href="images/logo_onegraph_tout_petit.png">
</head>
<body>
<header>
<div id="bloc_header">
<div>
<p><img src="images/logo_onegraph_petit.png" alt="Logo Onegrah "></p>
</div>
<!---<div>
<h1 class="blancsite">Onegraph</h1>
</div>--->
<div>
<h2><a class="accueilhaut" href="accueil.html">Accueil</a></h2>
</div>
<div>
<h2><a class="commandeshaut">Commandes</a></h2>
</div>
<div>
<h2><a class="nousrecrutonshaut" href="nousrecrutons.html">Nous recrutons</a></h2>
</div>
<div>
<h2><a class="aproposhaut" href=".aproposdenous">À propos de nous</a></h2>
</div>
</div>
</header>
<section>
<div id="commandes">
<div>
<h3 id="motshop">Shop</h3>
</div>
<section>
<article>
<div>
<h3>Service de développement front-end html/css</h3>
</div>
</article>
<article>
<div>
<h3 id="barrepoint2"></h3>
</div>
</article>
</section>
<section>
<article>
<div>
<h3>Service de graphisme</h3>
</div>
</article>
<article>
<div id="commandesminiature2d">
<div>
<h3 id="barrepoint1">Miniature 2D Personalisée</h3>
</div>
<div>
<img src="images/miniature1.jpg" alt="Exemple miniature">
</div>
<div id="butoncomanderminiature">
<p>
<a href="commandesminiature2d.html">Commander</a>
</p>
</div>
<div>
</article>
<article>
<div id="commandesbannierreytb">
<div>
<h3 id="barrepoint1">Bannière <br>Youtube 2d</h3>
</div>
<div>
<img src="images/miniature1.jpg" alt="Exemple Bannière">
</div>
<div id="butoncomanderminiature">
<p>
<a href="commandesbanniere2dytb.html">Commander</a>
</p>
</div>
</div>
</article>
<article>
<div id="commandeslogotoutesplateformes">
<div>
<h3 id="barrepoint2">Logo toutes plateformes</h3>
</div>
<div>
<img src="images/miniature1.jpg" alt="Exemple logo">
</div>
<div id="butoncomanderminiature">
<p>
<a href="commandeslogotlp.html">Commander</a>
</p>
</div>
</div>
</article>
</section>
<div>
</div>
</div>
</section>
</body>
</html><!-- Mettre sur la partie à propos de nous class avec aproposdenous -->