3 Commits

Author SHA1 Message Date
de1b65d0c9 Reorganize homepage: two divisions, Projects section, Fullum partner, project images
- Hero reworked to "Model. Optimize. Validate." with both-fields messaging
- Nav: Simulation / Optical Science / Projects / About / Contact
- New Projects section with 4 cards (GigaBIT, folded Newtonian, interferometer, polisher) using real card images
- Optiques Fullum as a standalone partner/collaboration block (not a project), with logo
- Optical Science: 6 uniform capability cards; emerald/teal palette across the site
- Tools updated to current Siemens naming (Designcenter, Simcenter 3D)
- Company About + legal name; optimization CTA; French page mirrored
- OIQ-safe wording throughout; no em dashes

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-02 16:29:28 -04:00
6051f2db54 Merge branch 'main' of http://192.168.86.50:3000/Antoine/WEBtomaste into improvement/phase1-2-fixes 2026-01-29 09:10:09 -05:00
5b4a057a00 Add contact form, accessibility features, I→we changes 2026-01-13 22:18:45 -05:00
12 changed files with 1591 additions and 608 deletions

30
.htaccess Normal file
View File

@@ -0,0 +1,30 @@
# Atomaste Static Site
Options -Indexes
# Redirect old broken URLs to homepage
RedirectMatch 301 ^/custom-telescope-mirror-support.*$ /
RedirectMatch 301 ^/product.*$ /
RedirectMatch 301 ^/shop.*$ /
# Redirect to index.html as default
DirectoryIndex index.html
# Enable GZIP compression
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/css application/javascript image/svg+xml
</IfModule>
# Cache static assets
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
ExpiresByType text/css "access plus 1 week"
</IfModule>
# Security Headers
<IfModule mod_headers.c>
Header set X-Content-Type-Options "nosniff"
Header set X-Frame-Options "SAMEORIGIN"
Header set Referrer-Policy "strict-origin-when-cross-origin"
</IfModule>

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

18
Media/favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 58 KiB

BIN
Media/hero-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

58
Media/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 826 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 810 KiB

1057
fr.html

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff