refactor(astrolabe logo): move all concerned files into dedicated folder
@ -24,5 +24,5 @@
|
||||
"maxProfilePreview": 3,
|
||||
"maxCustomerPerPage": 8,
|
||||
"maxPartnerPerPage": 8,
|
||||
"faviconPath": "/images/favicon.png"
|
||||
"faviconPath": "/images/astrolabe/favicon.png"
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
});
|
||||
|
||||
var iconMarkerAlt = L.icon({
|
||||
iconUrl: '/images/marker-logo-alt.svg',
|
||||
iconUrl: '/images/astrolabe/marker-logo-alt.svg',
|
||||
iconSize: [40, 40],
|
||||
iconAnchor: [20, 40],
|
||||
popupAnchor: [0, -40]
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="[ site-head__inner ]">
|
||||
<a href="/" class="[ site-head__site-name ]">
|
||||
<span class="visually-hidden">{{ site.name }} - Home</span>
|
||||
{% include "../../../images/astrolabe_logo.svg" %}
|
||||
{% include "../../../images/astrolabe/astrolabe_logo.svg" %}
|
||||
</a>
|
||||
<button class="menu-toggle" onclick="menuToggle(this)" title="ouvrir / fermer le menu">
|
||||
<svg id="icon-show" aria-hidden="true" width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 10h12M6 16h19m-15 6h15" stroke="#111" stroke-width="2" stroke-linecap="round"/></svg>
|
||||
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 946 B After Width: | Height: | Size: 946 B |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@ -9,7 +9,7 @@ eleventyExcludeFromCollections: true
|
||||
<section class="process-cae">
|
||||
<article class="process-cae__block">
|
||||
|
||||
<img src="/images/sailor-thinking.svg" alt="Entrepreneur candidat CAE" style="width: 18rem;">
|
||||
<img src="/images/astrolabe/sailor-thinking.svg" alt="Entrepreneur candidat CAE" style="width: 18rem;">
|
||||
|
||||
Vous avez un projet d’entrepreneuriat dans le domaine des nouvelles technologies et du numérique.
|
||||
|
||||
|