update styles and logo
This commit is contained in:
@@ -4,27 +4,16 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/static/css/main.css" />
|
||||
<title>AI Chat Assistant</title>
|
||||
<title>AKERN Assistant</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="app-container">
|
||||
<header class="chat-header">
|
||||
<div class="header-content">
|
||||
<div class="logo-icon">
|
||||
<svg
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 6C13.66 6 15 7.34 15 9C15 10.66 13.66 12 12 12C10.34 12 9 10.66 9 9C9 7.34 10.34 6 12 6ZM12 19.2C9.5 19.2 7.29 17.92 6 15.98C6.03 13.99 10 12.9 12 12.9C13.99 12.9 17.97 13.99 18 15.98C16.71 17.92 14.5 19.2 12 19.2Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
</svg>
|
||||
</div>
|
||||
<h1 class="header-title">AKERN Assistant</h1>
|
||||
<img
|
||||
src="https://www.akern.com/wp-content/themes/zaki_new/resources/img/icon/logo@2x.png"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -37,7 +26,7 @@
|
||||
<textarea
|
||||
id="message"
|
||||
class="message-input"
|
||||
placeholder="Type your message here..."
|
||||
placeholder="Scrivi qui il tuo messaggio..."
|
||||
rows="1"
|
||||
></textarea>
|
||||
<button id="button" class="send-button">
|
||||
@@ -55,7 +44,9 @@
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
<p class="footer-hint">Press Enter to send, Shift+Enter for new line</p>
|
||||
<p class="footer-hint">
|
||||
Premi Invio per inviare, Shift+Invio per una nuova riga
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user