-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
77 lines (55 loc) · 3.18 KB
/
Copy pathcontact.html
File metadata and controls
77 lines (55 loc) · 3.18 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
<!DOCTYPE html>
<html dir="ltr" lang="en-US"><head><!-- Created by Artisteer v4.2.0.60623 -->
<meta charset="utf-8">
<title>Contact</title>
<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width">
<!--[if lt IE 9]><script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style.css" media="screen">
<!--[if lte IE 7]><link rel="stylesheet" href="style.ie7.css" media="screen" /><![endif]-->
<link rel="stylesheet" href="style.responsive.css" media="all">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<script src="jquery.js"></script>
<script src="script.js"></script>
<script src="script.responsive.js"></script>
</head>
<body>
<div id="art-main">
<header class="art-header">
<div class="art-shapes">
</div>
<nav class="art-nav">
<ul class="art-hmenu"><li><a href="accueil.html" class="">Accueil</a></li><li><a href="prototypes.html" class="">Prototypes</a><ul class=""><li><a href="prototypes/new-page.html" class="">1to1</a></li><li><a href="prototypes/1ton.html" class="">1toN</a></li><li><a href="prototypes/nton.html" class="">NtoN</a></li></ul></li><li><a href="contact.html" class="active">Contact</a></li></ul>
</nav>
</header>
<div class="art-sheet clearfix">
<div class="art-layout-wrapper">
<div class="art-content-layout">
<div class="art-content-layout-row">
<div class="art-layout-cell art-sidebar1"><div class="art-vmenublock clearfix">
<div class="art-vmenublockheader">
<h3 class="t">Menu</h3>
</div>
<div class="art-vmenublockcontent">
<ul class="art-vmenu"><li><a href="accueil.html" class="">Accueil</a></li><li><a href="prototypes.html" class="">Prototypes</a><ul class=""><li><a href="prototypes/new-page.html" class="">1to1</a></li><li><a href="prototypes/1ton.html" class="">1toN</a></li><li><a href="prototypes/nton.html" class="">NtoN</a></li></ul></li><li><a href="contact.html" class="active">Contact</a></li></ul>
</div>
</div><div class="art-block clearfix">
<div class="art-blockheader">
<h3 class="t">Titre de bloc</h3>
</div>
<div class="art-blockcontent"><p>Enter Block content here...</p>
<br>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pharetra, tellus sit amet congue vulputate, nisi erat iaculis nibh, vitae feugiat sapien ante eget mauris.</p></div>
</div></div>
<div class="art-layout-cell art-content"><article class="art-post art-article">
<h2 class="art-postheader">Contact</h2>
<div class="art-postcontent art-postcontent-0 clearfix"><p> Thierry Bergeron</p></div>
</article></div>
</div>
</div>
</div><footer class="art-footer">
<p><a href="#">Link1</a> | <a href="#">Link2</a> | <a href="#">Link3</a></p>
<p>Copyright © 2015. CNRS-INRIA-ROBOSOFT.</p>
</footer>
</div>
</div>
</body></html>