-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.php
More file actions
141 lines (109 loc) · 4.65 KB
/
Copy pathservices.php
File metadata and controls
141 lines (109 loc) · 4.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Showroom De Mathis Planchet</title>
<link rel="icon" href="img/fav.png" type="image/x-icon">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="ionicons/css/ionicons.min.css" rel="stylesheet">
<!-- main css -->
<link href="css/style.css" rel="stylesheet">
<!-- modernizr -->
<script src="js/modernizr.js"></script>
</head>
<body>
<div class="container-fluid">
<!-- box header -->
<header class="box-header">
<div class="box-logo">
<a href="index.php"><img src="img/logo.png" width="80" alt="Logo"></a>
</div>
<!-- box-nav -->
<a class="box-primary-nav-trigger" href="#0">
<span class="box-menu-text">Menu</span><span class="box-menu-icon"></span>
</a>
<!-- box-primary-nav-trigger -->
</header>
<!-- end box header -->
<!-- nav -->
<nav>
<ul class="box-primary-nav">
<li class="box-label">About me</li>
<li><a href="index.php">Accueil</a></li>
<li><a href="selection.php">Séléctions</a></li>
<li><a href="services.php">Actualités</a> <i class="ion-ios-circle-filled color"></i></li>
<li><a href="portfolio.php">Produits</a></li>
<li><a href="tuto.php">Nos conseils</a></li>
<li class="box-label">Nous suivre sur les réseaux sociaux</li>
<li class="box-social"><a href="#0"><i class="ion-social-facebook"></i></a></li>
<li class="box-social"><a href="#0"><i class="ion-social-instagram-outline"></i></a></li>
<li class="box-social"><a href="#0"><i class="ion-social-twitter"></i></a></li>
<li class="box-social"><a href="#0"><i class="ion-social-dribbble"></i></a></li>
</ul>
</nav>
<!-- end nav -->
</div>
<!-- top bar -->
<div class="top-bar">
<h1>Actualités</h1>
<p><a href="index.php">Acceuil</a> / Actualités</p>
</div>
<!-- end top bar -->
<div class="container main-container">
<div class="clearfix">
<!-- service-box -->
<div class="col-md-4 service-box">
<a href="news_1.php"class="select">
<i class="ion-android-favorite-outline size-50"></i>
<h3>Lancement du Showroom !</h3>
<div class="h-10"></div>
<p>Bonjour à tous et à toutes et bienvenue sur notre showroom ! C'est ici que nous resterons en contact durant...</p>
</div>
<!-- end service-box -->
<!-- service-box -->
<div class="col-md-4 service-box">
<a href="news_2.php" class="select">
<i class="ion-android-options size-50"></i>
<h3>Organisation du Showroom</h3>
<div class="h-10"></div>
<p>Bonjour à tous et à toutes et bienvenue sur notre showroom ! Le showroom se divise en plusieurs sélect...</p>
</a>
</div>
<!-- end service-box -->
<!-- service-box -->
<div class="col-md-4 service-box">
<a href="news_3.php" class="select">
<i class="ion-clock size-50"></i>
<h3>Changement des horaires</h3>
<div class="h-10"></div>
<p>Bonjour à tous et à toutes, Comme vous le savez déjà en ces temps de pandémie mondiale...</p>
</a>
</div>
<!-- end service-box -->
</div>
</div>
<!-- footer -->
<footer>
<div class="container-fluid">
<p class="copyright">© Mathis Planchet</p>
</div>
</footer>
<!-- end footer -->
<!-- back to top -->
<a href="#0" class="cd-top"><i class="ion-android-arrow-up"></i></a>
<!-- end back to top -->
<!-- jQuery -->
<script src="js/jquery-2.1.1.js"></script>
<!-- plugins -->
<script src="js/bootstrap.min.js"></script>
<script src="js/menu.js"></script>
<script src="js/animated-headline.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<!-- custom script -->
<script src="js/custom.js"></script>
</body>
</html>