Compare commits
2 commits
41699e5d03
...
45359bf5d0
| Author | SHA1 | Date | |
|---|---|---|---|
| 45359bf5d0 | |||
| 0ee5f0e229 |
5 changed files with 19 additions and 2 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -11,6 +11,8 @@
|
|||
"@astrojs/check": "^0.9.6",
|
||||
"@astrojs/tailwind": "^6.0.2",
|
||||
"@biomejs/biome": "1.7.3",
|
||||
"@img/sharp-libvips-linux-x64": "^1.2.4",
|
||||
"@img/sharp-linux-x64": "^0.34.5",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@types/node": "^25.0.3",
|
||||
"astro": "^5.17.2",
|
||||
|
|
@ -1134,7 +1136,6 @@
|
|||
],
|
||||
"dev": true,
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
|
@ -1300,7 +1301,6 @@
|
|||
],
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
"@astrojs/check": "^0.9.6",
|
||||
"@astrojs/tailwind": "^6.0.2",
|
||||
"@biomejs/biome": "1.7.3",
|
||||
"@img/sharp-libvips-linux-x64": "^1.2.4",
|
||||
"@img/sharp-linux-x64": "^0.34.5",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@types/node": "^25.0.3",
|
||||
"astro": "^5.17.2",
|
||||
|
|
|
|||
|
|
@ -125,5 +125,10 @@ import logoTiqa from "../../assets/images/logo-tiqa-blanc.png";
|
|||
</p>
|
||||
</div>
|
||||
<Image src={logoTiqa} alt="شعار Tiqa" class="mx-auto mt-16 mb-4" width={200} />
|
||||
<p class="text-center text-sm opacity-70">
|
||||
<strong>SAS Tiqa</strong><br />
|
||||
12, rue Fabre d'Églantine — 81 000 Albi, France<br />
|
||||
811 917 871 RCS Albi
|
||||
</p>
|
||||
</section>
|
||||
</Layout>
|
||||
|
|
|
|||
|
|
@ -125,5 +125,10 @@ import logoTiqa from "../assets/images/logo-tiqa-blanc.png";
|
|||
</p>
|
||||
</div>
|
||||
<Image src={logoTiqa} alt="Logo Tiqa" class="mx-auto mt-16 mb-4" width={200} />
|
||||
<p class="text-center text-sm opacity-70">
|
||||
<strong>SAS Tiqa</strong><br />
|
||||
12, rue Fabre d'Églantine — 81 000 Albi<br />
|
||||
811 917 871 RCS Albi
|
||||
</p>
|
||||
</section>
|
||||
</Layout>
|
||||
|
|
|
|||
|
|
@ -125,5 +125,10 @@ import logoTiqa from "../../assets/images/logo-tiqa-blanc.png";
|
|||
</p>
|
||||
</div>
|
||||
<Image src={logoTiqa} alt="Tiqa logo" class="mx-auto mt-16 mb-4" width={200} />
|
||||
<p class="text-center text-sm opacity-70">
|
||||
<strong>SAS Tiqa</strong><br />
|
||||
12, rue Fabre d'Églantine — 81 000 Albi, France<br />
|
||||
811 917 871 RCS Albi
|
||||
</p>
|
||||
</section>
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue