Revamp footer, navbar, drone section and routes
- Replace heavy drone assets with S3-hosted video (excluded from git via .gitignore). - Add routes for /services/web and /services/film in App.tsx. - Rewrite Footer with framer-motion, structured social/contact/service arrays and improved responsive layout. - Redesign DroneSection: full-bleed background video, layered panels/vignette, updated copy and styling. - Minor content change in HeroSection (name updated to "David Bruno Vontor"). - Major Navbar refactor: improved mobile drawer with backdrop, accordion submenus, better state handling and accessibility. - ChatSidebar: add optional onClose/onSelectChat callbacks, close button. - ContactMe mobile CSS: tweak sizing and margins for small screens. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -147,15 +147,8 @@
|
||||
|
||||
|
||||
@media only screen and (max-width: 990px){
|
||||
.contact-me{
|
||||
aspect-ratio: unset;
|
||||
margin-top: 3ch;
|
||||
background: transparent;
|
||||
border: none;
|
||||
.contact-me {
|
||||
width: min(30em, 100%);
|
||||
margin: 11rem auto 1.5rem;
|
||||
}
|
||||
.contact-me .opening,
|
||||
.contact-me .cover,
|
||||
.contact-me .triangle { display: none; }
|
||||
.contact-me .content { position: relative; width: 100%; transform: none !important; }
|
||||
.contact-me .content form { backdrop-filter: none; border: 1px solid var(--c-lines); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user