Update website with new branding and French version
- Add French version (fr.html) with localized content - Update logos to new Atomaste branding (light grey logo, favicon) - Update slogans to use team voice and general language - Add deployment scripts for Dalidou dev server - Remove old unused logo files - Add .gitignore for IDE and sync folders 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
5
deploy.bat
Normal file
5
deploy.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
echo Deploying Atomaste to Dalidou...
|
||||
scp -r "%~dp0index.html" "%~dp0fr.html" "%~dp0Media" papa@192.168.86.50:/srv/atomaste-dev/
|
||||
echo.
|
||||
echo Done! View at: http://192.168.86.50:8090
|
||||
Reference in New Issue
Block a user