TEC : Reprise logo
This commit is contained in:
16
index.html
16
index.html
@@ -24,12 +24,12 @@
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="stylesheet" href="class.css" />
|
||||
<link rel="stylesheet" href="navigation.css" />
|
||||
<link rel="canonical" href="https://www.pasteuravocate.com" />
|
||||
<link rel="icon" type="image/png" href="assets/img/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/img/favicon.svg" />
|
||||
<link rel="shortcut icon" href="assets/img/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="assets/img/site.webmanifest" />
|
||||
<link rel="icon" type="image/png" href="/assets/img/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/img/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/assets/img/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="Charline Pasteur" />
|
||||
<link rel="manifest" href="/assets/img/site.webmanifest" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -45,7 +45,7 @@
|
||||
<div class="nav-phone">
|
||||
<div class="logo">
|
||||
<a href="index.html">
|
||||
<img src="assets/img/logo.svg" alt="Logo - Charline Pasteur Avocate">
|
||||
<img src="assets/img/logo.png" alt="Logo - Charline Pasteur Avocate">
|
||||
<span>Charline Pasteur, Avocate</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -162,7 +162,7 @@
|
||||
<section class="section-contact">
|
||||
<div class="btn-container">
|
||||
<a href="contact.html" class="btn-contact">Contact</a>
|
||||
<a href="tel:0650128904" class="btn-phone">0650128904</a>
|
||||
<a href="tel:0650128904" class="btn-phone">0650128904</a>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user