refonte page d'accueil nouveau design, sans images pour l'instant
This commit is contained in:
21
web/modules/custom/erable_mod/assets/svg/point.svg
Normal file
21
web/modules/custom/erable_mod/assets/svg/point.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="18"
|
||||
height="18"
|
||||
viewBox="0 0 18 18"
|
||||
fill="none"
|
||||
id="projet-$index"
|
||||
data-geofieldlon="$lon"
|
||||
data-geofieldlat="$lat"
|
||||
data-title="$title"
|
||||
data-place="$place"
|
||||
>
|
||||
<a href="$href">
|
||||
<circle
|
||||
cx="9"
|
||||
cy="9"
|
||||
r="6"
|
||||
style="cursor: pointer; fill: #4a4a49;"
|
||||
class="fills"/>
|
||||
</a>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 377 B |
Reference in New Issue
Block a user