Fix the buttons to be correct at the buottom the attack the filter and history but no text just their icons in the prompt input bar at the bottom left please nicely the sonnet 4.5 should be bottom right corner and the send button inline with the what can i help with text please and enhance the chat side bar please and move the 3 lines that closes or opens the sidebar to be on the chat side bar on the left of the text saying Syntra please and enhance the sidebar
Browse files- index.html +49 -53
index.html
CHANGED
|
@@ -56,13 +56,13 @@
|
|
| 56 |
<body class="h-full bg-dark-900 text-gray-100 flex">
|
| 57 |
<!-- Left Sidebar -->
|
| 58 |
<div id="sidebar" class="w-[240px] h-full bg-[#171617] flex flex-col border-r border-dark-700 transition-all duration-300 ease-in-out">
|
|
|
|
|
|
|
|
|
|
| 59 |
<!-- Logo -->
|
| 60 |
-
<div class="
|
| 61 |
-
<
|
| 62 |
-
|
| 63 |
-
</button>
|
| 64 |
-
<h1 class="text-xl serif text-[#EAE7E3]">Syntra</h1>
|
| 65 |
-
</div>
|
| 66 |
<!-- New Chat Button -->
|
| 67 |
<div class="mx-4 mb-6 mt-[70px]">
|
| 68 |
<button class="flex items-center gap-2">
|
|
@@ -72,50 +72,48 @@
|
|
| 72 |
<span class="text-[13px] font-medium text-[#F5F5F5]">New chat</span>
|
| 73 |
</button>
|
| 74 |
</div>
|
| 75 |
-
|
| 76 |
-
<
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
<i data-feather="message-square" class="w-5 h-5 stroke-
|
| 80 |
-
<span class="text-[14px]
|
| 81 |
</a>
|
| 82 |
-
<a href="#" class="nav-item flex items-center gap-3
|
| 83 |
<i data-feather="folder" class="w-5 h-5 stroke-[#A8A8A8] stroke-[1.5px]"></i>
|
| 84 |
-
<span class="text-[14px] text-[#
|
| 85 |
</a>
|
| 86 |
-
<a href="#" class="nav-item flex items-center gap-3
|
| 87 |
<i data-feather="hexagon" class="w-5 h-5 stroke-[#A8A8A8] stroke-[1.5px]"></i>
|
| 88 |
-
<span class="text-[14px] text-[#
|
| 89 |
</a>
|
| 90 |
-
</nav>
|
| 91 |
-
<!-- Recents -->
|
| 92 |
-
<div class="mt-
|
| 93 |
-
<
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
|
|
|
| 97 |
</a>
|
| 98 |
-
<a href="#" class="chat-item block
|
| 99 |
<span class="text-[14px] text-[#DCDCDC]">Greeting</span>
|
| 100 |
</a>
|
| 101 |
-
<a href="#" class="chat-item block
|
| 102 |
<span class="text-[14px] text-[#DCDCDC]">Untitled</span>
|
| 103 |
</a>
|
| 104 |
-
</div>
|
| 105 |
</div>
|
| 106 |
-
<!-- User Info -->
|
| 107 |
-
<div class="mt-auto p-4 border-t border-dark-700
|
| 108 |
-
|
| 109 |
-
<span class="text-white font-
|
| 110 |
</div>
|
| 111 |
<div class="ml-3">
|
| 112 |
-
<p class="text-[14px] text-white
|
| 113 |
-
<p class="text-[12px] text-
|
| 114 |
</div>
|
| 115 |
-
|
| 116 |
-
<i data-feather="settings" class="w-4 h-4"></i>
|
| 117 |
-
</button>
|
| 118 |
-
</div>
|
| 119 |
</div>
|
| 120 |
|
| 121 |
<!-- Main Content -->
|
|
@@ -143,31 +141,29 @@
|
|
| 143 |
<div class="bg-dark-700 rounded-xl p-1.5 shadow-lg">
|
| 144 |
<div class="relative">
|
| 145 |
<p class="text-sm text-gray-400 px-4 pt-3 pb-1">How can I help you today?</p>
|
| 146 |
-
<div class="flex px-4 pb-3
|
| 147 |
-
<button class="p-1 text-gray-400 hover:text-gray-300">
|
| 148 |
<i data-feather="plus" class="w-4 h-4 stroke-current"></i>
|
| 149 |
</button>
|
| 150 |
-
<button class="p-1 text-gray-400 hover:text-gray-300">
|
| 151 |
<i data-feather="filter" class="w-4 h-4 stroke-current"></i>
|
| 152 |
</button>
|
| 153 |
<button class="p-1 text-gray-400 hover:text-gray-300">
|
| 154 |
<i data-feather="clock" class="w-4 h-4 stroke-current"></i>
|
| 155 |
</button>
|
| 156 |
</div>
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
<
|
| 164 |
-
<
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
</
|
| 168 |
-
<
|
| 169 |
-
<i data-feather="arrow-up" class="w-4 h-4 stroke-white"></i>
|
| 170 |
-
</button>
|
| 171 |
</div>
|
| 172 |
</div>
|
| 173 |
</div>
|
|
|
|
| 56 |
<body class="h-full bg-dark-900 text-gray-100 flex">
|
| 57 |
<!-- Left Sidebar -->
|
| 58 |
<div id="sidebar" class="w-[240px] h-full bg-[#171617] flex flex-col border-r border-dark-700 transition-all duration-300 ease-in-out">
|
| 59 |
+
<button id="sidebar-toggle" class="ml-2 w-6 h-6 bg-dark-700 rounded-full flex items-center justify-center border border-dark-600 shadow-lg hover:bg-dark-600 transition-colors">
|
| 60 |
+
<i data-feather="menu" class="w-4 h-4 stroke-gray-400"></i>
|
| 61 |
+
</button>
|
| 62 |
<!-- Logo -->
|
| 63 |
+
<div class="flex items-center p-4">
|
| 64 |
+
<h1 class="text-xl serif text-[#EAE7E3] ml-2">Syntra</h1>
|
| 65 |
+
</div>
|
|
|
|
|
|
|
|
|
|
| 66 |
<!-- New Chat Button -->
|
| 67 |
<div class="mx-4 mb-6 mt-[70px]">
|
| 68 |
<button class="flex items-center gap-2">
|
|
|
|
| 72 |
<span class="text-[13px] font-medium text-[#F5F5F5]">New chat</span>
|
| 73 |
</button>
|
| 74 |
</div>
|
| 75 |
+
<!-- Enhanced Navigation -->
|
| 76 |
+
<nav class="px-4 space-y-3">
|
| 77 |
+
<div class="border-t border-dark-700 my-2"></div>
|
| 78 |
+
<a href="#" class="nav-item flex items-center gap-3">
|
| 79 |
+
<i data-feather="message-square" class="w-5 h-5 stroke-[#A8A8A8] stroke-[1.5px]"></i>
|
| 80 |
+
<span class="text-[14px] text-[#EDEDED]">Chats</span>
|
| 81 |
</a>
|
| 82 |
+
<a href="#" class="nav-item flex items-center gap-3">
|
| 83 |
<i data-feather="folder" class="w-5 h-5 stroke-[#A8A8A8] stroke-[1.5px]"></i>
|
| 84 |
+
<span class="text-[14px] text-[#EDEDED]">Projects</span>
|
| 85 |
</a>
|
| 86 |
+
<a href="#" class="nav-item flex items-center gap-3">
|
| 87 |
<i data-feather="hexagon" class="w-5 h-5 stroke-[#A8A8A8] stroke-[1.5px]"></i>
|
| 88 |
+
<span class="text-[14px] text-[#EDEDED]">Artifacts</span>
|
| 89 |
</a>
|
| 90 |
+
</nav>
|
| 91 |
+
<!-- Enhanced Recents -->
|
| 92 |
+
<div class="mt-6 px-4">
|
| 93 |
+
<div class="border-t border-dark-700 my-3"></div>
|
| 94 |
+
<p class="text-[11px] uppercase text-[#8F8F8F] tracking-wider">Recents</p>
|
| 95 |
+
<div class="mt-3 space-y-3">
|
| 96 |
+
<a href="#" class="chat-item block">
|
| 97 |
+
<span class="text-[14px] text-[#DCDCDC]">Understanding electrolysis process</span>
|
| 98 |
</a>
|
| 99 |
+
<a href="#" class="chat-item block">
|
| 100 |
<span class="text-[14px] text-[#DCDCDC]">Greeting</span>
|
| 101 |
</a>
|
| 102 |
+
<a href="#" class="chat-item block">
|
| 103 |
<span class="text-[14px] text-[#DCDCDC]">Untitled</span>
|
| 104 |
</a>
|
| 105 |
+
</div>
|
| 106 |
</div>
|
| 107 |
+
<!-- Enhanced User Info -->
|
| 108 |
+
<div class="mt-auto p-4 flex items-center border-t border-dark-700">
|
| 109 |
+
<div class="w-10 h-10 rounded-full bg-[#3A3A3A] flex items-center justify-center">
|
| 110 |
+
<span class="text-white font-bold">T</span>
|
| 111 |
</div>
|
| 112 |
<div class="ml-3">
|
| 113 |
+
<p class="text-[14px] text-white">Toy</p>
|
| 114 |
+
<p class="text-[12px] text-[#9A9A9A]">Free plan</p>
|
| 115 |
</div>
|
| 116 |
+
</div>
|
|
|
|
|
|
|
|
|
|
| 117 |
</div>
|
| 118 |
|
| 119 |
<!-- Main Content -->
|
|
|
|
| 141 |
<div class="bg-dark-700 rounded-xl p-1.5 shadow-lg">
|
| 142 |
<div class="relative">
|
| 143 |
<p class="text-sm text-gray-400 px-4 pt-3 pb-1">How can I help you today?</p>
|
| 144 |
+
<div class="flex px-4 pb-3">
|
| 145 |
+
<button class="p-1 text-gray-400 hover:text-gray-300 mr-2">
|
| 146 |
<i data-feather="plus" class="w-4 h-4 stroke-current"></i>
|
| 147 |
</button>
|
| 148 |
+
<button class="p-1 text-gray-400 hover:text-gray-300 mr-2">
|
| 149 |
<i data-feather="filter" class="w-4 h-4 stroke-current"></i>
|
| 150 |
</button>
|
| 151 |
<button class="p-1 text-gray-400 hover:text-gray-300">
|
| 152 |
<i data-feather="clock" class="w-4 h-4 stroke-current"></i>
|
| 153 |
</button>
|
| 154 |
</div>
|
| 155 |
+
<input
|
| 156 |
+
type="text"
|
| 157 |
+
placeholder=""
|
| 158 |
+
class="w-full bg-dark-700 px-4 pb-3 rounded-xl focus:outline-none"
|
| 159 |
+
>
|
| 160 |
+
<div class="absolute right-2 bottom-3 flex items-center space-x-2">
|
| 161 |
+
<button class="w-8 h-8 rounded-lg bg-accent-500 flex items-center justify-center hover:bg-accent-600">
|
| 162 |
+
<i data-feather="arrow-up" class="w-4 h-4 stroke-white"></i>
|
| 163 |
+
</button>
|
| 164 |
+
<div class="flex items-center px-2.5 py-1 rounded-lg hover:bg-dark-600">
|
| 165 |
+
<span class="text-sm text-gray-400">Sonnet 4.5</span>
|
| 166 |
+
<i data-feather="chevron-down" class="w-4 h-4 stroke-gray-400 ml-1"></i>
|
|
|
|
|
|
|
| 167 |
</div>
|
| 168 |
</div>
|
| 169 |
</div>
|