Création des pages + responsive header

This commit is contained in:
2023-01-05 13:05:09 +01:00
parent bc611cba13
commit aee3325163
10 changed files with 225 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<svg fill="#000000" height="40px" width="40px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve">
<g>
<g>
<polygon points="512,59.076 452.922,0 256,196.922 59.076,0 0,59.076 196.922,256 0,452.922 59.076,512 256,315.076 452.922,512
512,452.922 315.076,256 "/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 472 B

6
assets/img/open-menu.svg Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<svg fill="#000000" height="40px" width="40px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 80" xml:space="preserve">
<rect width="100" height="20" rx="8"></rect>
<rect y="30" width="100" height="20" rx="8"></rect>
<rect y="60" width="100" height="20" rx="8"></rect>
</svg>

After

Width:  |  Height:  |  Size: 406 B