Update index.html

This commit is contained in:
sageTheDm 2024-10-09 13:03:25 +02:00
parent 20646730fc
commit 2bea7fb517

View file

@ -10,6 +10,7 @@
<header> <header>
<div class="hero"> <div class="hero">
<h1>Interstellar AI</h1> <h1>Interstellar AI</h1>
<p>Your personal AI assistant to enhance productivity.</p>
</div> </div>
</header> </header>
@ -35,49 +36,50 @@
<section id="faq"> <section id="faq">
<h2>Frequently Asked Questions</h2> <h2>Frequently Asked Questions</h2>
<div class="faq-item"> <div class="faq-container">
<h3>What is this AI assistant for?</h3> <div class="faq-item">
<p>This AI assistant helps you with various tasks such as answering questions, generating text, and even helping with code or writing tasks.</p> <h3>What is this AI assistant for?</h3>
</div> <p>This AI assistant helps you with various tasks such as answering questions, generating text, and even helping with code or writing tasks.</p>
<div class="faq-item"> </div>
<h3>How does the AI assistant work?</h3> <div class="faq-item">
<p>The assistant uses machine learning algorithms to understand your input and provide contextually relevant answers or generate content based on the task you've described.</p> <h3>How does the AI assistant work?</h3>
</div> <p>The assistant uses machine learning algorithms to understand your input and provide contextually relevant answers or generate content based on the task you've described.</p>
<div class="faq-item"> </div>
<h3>Can I trust the answers given by the AI assistant?</h3> <div class="faq-item">
<p>While the AI strives to give accurate and helpful answers, it is important to verify critical information, especially for complex or sensitive queries.</p> <h3>Can I trust the answers given by the AI assistant?</h3>
</div> <p>While the AI strives to give accurate and helpful answers, it is important to verify critical information, especially for complex or sensitive queries.</p>
<div class="faq-item"> </div>
<h3>What kind of questions can I ask?</h3> <div class="faq-item">
<p>You can ask a wide range of questions from simple factual queries to more complex requests like generating creative writing or code snippets.</p> <h3>What kind of questions can I ask?</h3>
</div> <p>You can ask a wide range of questions from simple factual queries to more complex requests like generating creative writing or code snippets.</p>
<div class="faq-item"> </div>
<h3>Is my data secure when using the AI assistant?</h3> <div class="faq-item">
<p>We take privacy seriously. Your data is handled according to our privacy policy, ensuring that any personal information shared is securely processed and not misused.</p> <h3>Is my data secure when using the AI assistant?</h3>
</div> <p>We take privacy seriously. Your data is handled according to our privacy policy, ensuring that any personal information shared is securely processed and not misused.</p>
<div class="faq-item"> </div>
<h3>How can I provide feedback about the AI assistant?</h3> <div class="faq-item">
<p>Feedback can be provided through our feedback form, available on our website. We appreciate your input and use it to improve the AI assistant's performance.</p> <h3>How can I provide feedback about the AI assistant?</h3>
</div> <p>Feedback can be provided through our feedback form, available on our website. We appreciate your input and use it to improve the AI assistant's performance.</p>
<div class="faq-item"> </div>
<h3>Can I customize the AI assistant's responses?</h3> <div class="faq-item">
<p>Customization options are limited in the current version, but we are working on features that will allow users to tailor responses to better suit their needs.</p> <h3>Can I customize the AI assistant's responses?</h3>
</div> <p>Customization options are limited in the current version, but we are working on features that will allow users to tailor responses to better suit their needs.</p>
<div class="faq-item"> </div>
<h3>How frequently is the AI assistant updated?</h3> <div class="faq-item">
<p>The AI assistant is updated regularly to improve its functionality and incorporate new features. Stay tuned to our update logs for information on the latest improvements.</p> <h3>How frequently is the AI assistant updated?</h3>
</div> <p>The AI assistant is updated regularly to improve its functionality and incorporate new features. Stay tuned to our update logs for information on the latest improvements.</p>
<div class="faq-item"> </div>
<h3>What should I do if the AI assistant is not working properly?</h3> <div class="faq-item">
<p>If you encounter any issues with the AI assistant, please contact our support team for assistance. Provide details about the problem to help us resolve it quickly.</p> <h3>What should I do if the AI assistant is not working properly?</h3>
</div> <p>If you encounter any issues with the AI assistant, please contact our support team for assistance. Provide details about the problem to help us resolve it quickly.</p>
<div class="faq-item"> </div>
<h3>Is there a mobile app available for the AI assistant?</h3> <div class="faq-item">
<p>Currently, there is no dedicated mobile app, but our web application is mobile-friendly and can be accessed on various devices.</p> <h3>Is there a mobile app available for the AI assistant?</h3>
<p>Currently, there is no dedicated mobile app, but our web application is mobile-friendly and can be accessed on various devices.</p>
</div>
</div> </div>
</section> </section>
<section class="how-it-works"> <section class="how-it-works">
<h2>How It Works</h2> <h2>How It Works</h2>
<p>Getting started is simple! Download the app, set up your preferred AI models, and start chatting with your assistant. Whether you're working offline or connected to online platforms, Interstellar AI adapts to your needs.</p> <p>Getting started is simple! Download the app, set up your preferred AI models, and start chatting with your assistant. Whether you're working offline or connected to online platforms, Interstellar AI adapts to your needs.</p>
@ -87,11 +89,18 @@
<h2>Download Interstellar AI</h2> <h2>Download Interstellar AI</h2>
<p>Ready to enhance your AI experience? Get started by downloading Interstellar AI today!</p> <p>Ready to enhance your AI experience? Get started by downloading Interstellar AI today!</p>
<br /> <br />
<!-- As per request that spefificly was made the placeholder link is commodo ice dragon apparently --> <h2>Windows</h2>
<a href="https://download.comodo.com/icedragon/update/icedragonsetup.exe?sp_q=ice+dragon" class="download-button" target="_blank">Download Now</a> <a href="https://download.comodo.com/icedragon/update/icedragonsetup.exe?sp_q=ice+dragon" class="download-button" target="_blank">Download for Windows</a>
<br />
<br />
<h2>GNU/Linux</h2>
<a href="https://your-linux-download-link-here" class="download-button" target="_blank">Download for GNU/Linux</a>
<br>
<br>
</section> </section>
</div> </div>
<footer> <footer>
<p>© 2024 Interstellar AI. All rights reserved.</p> <p>© 2024 Interstellar AI. All rights reserved.</p>
</footer> </footer>