사이버펑크 바닥글 구성 요소
기술/SaaS 애플리케이션에 적합한 보라색/보라색 톤을 사용하는 미래형 사이버펑크 미학을 가진 간단하고 반응이 빠른 바닥글 구성 요소입니다. 다크 모드 지원이 포함됩니다.
HTML 코드
<footer class="bg-black text-gray-300 py-8 px-4 sm:px-6 lg:px-8 shadow-inner shadow-purple-900/50 dark:bg-gray-950">
<div class="max-w-7xl mx-auto flex flex-col items-center justify-between md:flex-row">
<!-- Logo/Brand Name (Left/Top) -->
<div class="mb-4 md:mb-0 text-center md:text-left">
<a href="#" class="text-2xl font-extrabold tracking-tight text-purple-400 hover:text-purple-300 transition duration-300 ease-in-out glow-text">
SYNAPTIC.AI
</a>
<p class="text-xs text-purple-600 mt-1 dark:text-purple-500">Unlocking Future Potential</p>
</div>
<!-- Navigation Links (Center) -->
<nav class="flex flex-wrap justify-center gap-x-6 gap-y-2 mb-4 md:mb-0">
<a href="#" class="text-sm text-purple-400 hover:text-purple-300 transition duration-300 ease-in-out relative group">
Products
<span class="absolute inset-x-0 bottom-0 h-0.5 bg-purple-500 transform scale-x-0 group-hover:scale-x-100 transition-transform origin-left"></span>
</a>
<a href="#" class="text-sm text-purple-400 hover:text-purple-300 transition duration-300 ease-in-out relative group">
Solutions
<span class="absolute inset-x-0 bottom-0 h-0.5 bg-purple-500 transform scale-x-0 group-hover:scale-x-100 transition-transform origin-left"></span>
</a>
<a href="#" class="text-sm text-purple-400 hover:text-purple-300 transition duration-300 ease-in-out relative group">
Pricing
<span class="absolute inset-x-0 bottom-0 h-0.5 bg-purple-500 transform scale-x-0 group-hover:scale-x-100 transition-transform origin-left"></span>
</a>
<a href="#" class="text-sm text-purple-400 hover:text-purple-300 transition duration-300 ease-in-out relative group">
Contact
<span class="absolute inset-x-0 bottom-0 h-0.5 bg-purple-500 transform scale-x-0 group-hover:scale-x-100 transition-transform origin-left"></span>
</a>
</nav>
<!-- Copyright (Right/Bottom) -->
<div class="text-center md:text-right">
<p class="text-xs text-purple-700 dark:text-purple-600">© 2077 SYNAPTIC.AI. All rights reserved.</p>
</div>
</div>
</footer>
<style>
/* This style block is for demonstration and not part of the standard Tailwind CSS utility approach.
It's meant to achieve a 'neon glow' effect which is typically done with custom CSS
or by extending Tailwind's config with plugins. For pure utility classes,
consider alternatives like shadow-lg with a colored shadow.
For this specific request, a minimal custom CSS for the 'glow' is used. */
.glow-text {
text-shadow: 0 0 5px rgba(192, 132, 252, 0.7),
0 0 10px rgba(192, 132, 252, 0.5),
0 0 15px rgba(192, 132, 252, 0.3);
}
.dark .glow-text {
text-shadow: 0 0 5px rgba(168, 85, 247, 0.8),
0 0 10px rgba(168, 85, 247, 0.6),
0 0 15px rgba(168, 85, 247, 0.4);
}
</style>
관련 구성 요소
Skeuomorphic Footer 컴포넌트
스큐어모픽 디자인, 유사한 색 구성표(녹색, 청록색) 및 비즈니스 웹 사이트에 적합한 적당한 복잡성을 갖춘 반응형 바닥글 구성 요소. 링크, 로고 플레이스홀더, 그림자와 그라디언트로 얻은 미묘한 스큐어모픽 효과가 포함됩니다. 밝은 모드와 어두운 모드를 지원합니다.
바닥글 구성 요소 - 예약/예약 - 다크 모드 캔디
예약/예약 시스템을 위해 설계된 복잡하고 반응이 빠른 바닥글 구성 요소입니다. 밝은 사탕/달콤한 색상의 다크 모드 UI, 여러 탐색 링크, 소셜 미디어 아이콘 및 뉴스레터 구독이 특징입니다. 완벽하게 반응하며 다크 모드를 지원합니다.
Neumorphic Vibrant 바닥글
단순하고 반응이 빠른 바닥글 구성 요소는 뉴모픽 디자인 원칙과 생생한 색상으로 스타일링되었습니다. 미묘한 그림자가 있는 부드럽고 돌출된 외관을 특징으로 하는 동시에 고채도 악센트 색상을 유지합니다. 바닥글에는 사이트 탐색, 소셜 링크 및 전체 다크 모드를 지원하는 저작권 정보에 대한 기본 섹션이 포함되어 있습니다.