Initial commit

This commit is contained in:
2025-04-25 01:09:44 +02:00
commit 58284e0d91
55 changed files with 10224 additions and 0 deletions

20
public/puffin-logo.svg Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Head -->
<path d="M256 120C200 120 160 160 160 220C160 280 200 320 256 320C312 320 352 280 352 220C352 160 312 120 256 120Z" fill="#2B2B2B"/>
<!-- Body -->
<path d="M256 300C180 300 120 360 120 440H392C392 360 332 300 256 300Z" fill="#2B2B2B"/>
<!-- White chest patch -->
<path d="M256 280C220 280 200 320 200 380H312C312 320 292 280 256 280Z" fill="white"/>
<!-- Beak -->
<path d="M256 180C236 180 220 196 220 216V236C220 256 236 272 256 272C276 272 292 256 292 236V216C292 196 276 180 256 180Z" fill="#FF9800"/>
<!-- Eyes -->
<circle cx="220" cy="200" r="12" fill="white"/>
<circle cx="292" cy="200" r="12" fill="white"/>
<circle cx="220" cy="200" r="6" fill="#2B2B2B"/>
<circle cx="292" cy="200" r="6" fill="#2B2B2B"/>
</svg>

After

Width:  |  Height:  |  Size: 910 B

4
public/robots.txt Normal file
View File

@@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://puffinoffset.com/sitemap.xml

28
public/sitemap.xml Normal file
View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://puffinoffset.com/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://puffinoffset.com/calculator</loc>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://puffinoffset.com/how-it-works</loc>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://puffinoffset.com/about</loc>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://puffinoffset.com/contact</loc>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
</urlset>

1
public/yacht-hero.jpg Normal file
View File

@@ -0,0 +1 @@
[Binary file content cannot be directly created - please save the provided image as 'yacht-hero.jpg' in the public directory]