Skip to content
Merged

Test #53

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,756 changes: 891 additions & 865 deletions views/mainPages/chatbot.handlebars

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/staticPage/404.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<body>
<div class="scroll-button">
<a href="#about">
<i class="fas fa-arrow-up"></i>
<i class="fa fa-arrow-up"></i>
</a>
</div>
<section class="about" id="about">
Expand Down
2 changes: 1 addition & 1 deletion views/staticPage/FAQs.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<body>
<div class="scroll-button">
<a href="#" style="display: none;">
<i class="fas fa-arrow-up" aria-hidden="true"></i>
<i class="fa fa-arrow-up" aria-hidden="true"></i>
</a>
</div>
<section class="about" id=".">
Expand Down
2 changes: 1 addition & 1 deletion views/staticPage/Terms&Conditions.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<body>
<div class="scroll-button">
<a href="#" style="display: none;">
<i class="fas fa-arrow-up" aria-hidden="true"></i>
<i class="fa fa-arrow-up" aria-hidden="true"></i>
</a>
</div>
<section class="about" id="about">
Expand Down
16 changes: 8 additions & 8 deletions views/staticPage/index.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
<nav class="sticky">
<div class="container">
<button class="menu-toggle" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
<i class="fa fa-bars"></i>
</button>
<div class="logo">
AI Chat App
Expand All @@ -530,7 +530,7 @@
<li><a href="#details">Details</a></li>
<li><a href="#try-demo">Demo</a></li>
<li><a href="#developers">Developers</a></li>
<li><a href="/login"><i class="fas fa-sign-in-alt login-icon"></i> Login</a></li>
<li><a href="/login"><i class="fa fa-sign-in-alt login-icon"></i> Login</a></li>
</ul>
</div>
</nav>
Expand All @@ -554,25 +554,25 @@
<h2>Key Features</h2>
<div class="features-grid">
<div class="feature-card">
<i class="fas fa-rocket feature-icon"></i>
<i class="fa fa-rocket feature-icon"></i>
<h3>Seamless API Integration</h3>
<p>Easily connect with various AI APIs like Gemini, DeepSeek, and more. Add and switch APIs
effortlessly.</p>
</div>
<div class="feature-card">
<i class="fas fa-cog feature-icon"></i>
<i class="fa fa-cog feature-icon"></i>
<h3>Highly Customizable</h3>
<p>Tailor the chatbot's behavior, prompts, and appearance to fit your specific needs and branding.
</p>
</div>
<div class="feature-card">
<i class="fas fa-lock-open feature-icon"></i>
<i class="fa fa-lock-open feature-icon"></i>
<h3>Bypass Restrictions</h3>
<p>Deploy on platforms like Vercel or Netlify to overcome network limitations and access AI
anywhere.</p>
</div>
<div class="feature-card">
<i class="fas fa-code feature-icon"></i>
<i class="fa fa-code feature-icon"></i>
<h3>Open Source & Extensible</h3>
<p>Built on an open-source platform, allowing for community contributions and deep customization.
</p>
Expand Down Expand Up @@ -672,11 +672,11 @@
<p>Meet the team behind the AI Chat Application:</p>
<div class="developer-grid">
<a target="_blank" href="http://portal.mbktechstudio.com/ibnekhalid" class="developer-card">
<div style="font-size: 4rem; margin-bottom: 0.5rem;"><i class="fas fa-user-circle"></i></div>
<div style="font-size: 4rem; margin-bottom: 0.5rem;"><i class="fa fa-user-circle"></i></div>
<p class="developer-name">Muhammad Bin Khalid</p>
</a>
<a target="_blank" href="http://portal.mbktechstudio.com/maaz.waheed" class="developer-card">
<div style="font-size: 4rem; margin-bottom: 0.5rem;"><i class="fas fa-user-circle"></i></div>
<div style="font-size: 4rem; margin-bottom: 0.5rem;"><i class="fa fa-user-circle"></i></div>
<p class="developer-name">Maaz Waheed</p>
</a>
</div>
Expand Down
12 changes: 6 additions & 6 deletions views/staticPage/login.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,22 @@
oninput="this.value = this.value.toLowerCase().replace(/[^a-z0-9.]/g, '')" />
<label>User Name</label>
<span class="info-icon" onclick="usernameinfo()">
<i class="fas fa-info-circle"></i>
<i class="fa fa-info-circle"></i>
</span>
</div>
<div class="user-box">
<input id="loginPassword" type="password" name="Password" required="" />
<label>Password</label>
<span class="password-toggle-icon">
<i class="fas fa-eye"></i>
<i class="fa fa-eye"></i>
</span>
</div>
<div class="user-box" id="tokenCon" style="display: none;">
<input id="token" type="text" class="no-spinner" name="token" pattern="\d{6}"
title="Token must be exactly 6 digits" maxlength="6" minlength="6" />
<label>Token</label>
<span class="info-icon" onclick="tokeninfo()">
<i class="fas fa-info-circle"></i>
<i class="fa fa-info-circle"></i>
</span>
</div>
<div class="wrap">
Expand All @@ -127,7 +127,7 @@
{{/if }}
<p class="info maincssp">
<span class="">
<i class="fas fa-info-circle"></i>
<i class="fa fa-info-circle"></i>
</span>By Logging In, You Are Automatically Agreeing To Our
<a class="links" href="/info/Terms&Conditions">Use Of Terms & Conditions
</a>
Expand Down Expand Up @@ -236,10 +236,10 @@
toggleIcon.addEventListener('click', function () { // Toggle the type of the input field
if (passwordInput.type === 'password') {
passwordInput.type = 'text'; // Show password
toggleIcon.innerHTML = '<i class="fas fa-eye-slash"></i>'; // Change icon to closed eye
toggleIcon.innerHTML = '<i class="fa fa-eye-slash"></i>'; // Change icon to closed eye
} else {
passwordInput.type = 'password'; // Hide password
toggleIcon.innerHTML = '<i class="fas fa-eye"></i>'; // Change icon to open eye
toggleIcon.innerHTML = '<i class="fa fa-eye"></i>'; // Change icon to open eye
}
});
});
Expand Down
2 changes: 1 addition & 1 deletion views/templates/Error/500.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<body>
<div class="scroll-button">
<a href="#about">
<i class="fas fa-arrow-up"></i>
<i class="fa fa-arrow-up"></i>
</a>
</div>
<section class="about" id="about">
Expand Down
8 changes: 4 additions & 4 deletions views/templates/header.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<div class="navbar">
<div class="logo">
<div class="menu-btn-left">
<i class="fas fa-bars" aria-hidden="true"></i>
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<div class="image">
<img src="/Assets/Images/dg.svg" alt=""/>
Expand All @@ -144,13 +144,13 @@
<a href="/dashboard/admin/todo">Manage Todo</a>
<a onclick="logout()">Logout</a>
<div class="cancel-btn-left">
<i class="fas fa-times" aria-hidden="true"></i>
<i class="fa fa-times" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="logout-btn">
<div class="profile-menu">
<i class="fas fa-user-circle" onclick="toggleProfileMenu()"></i>
<i class="fa fa-user-circle" onclick="toggleProfileMenu()"></i>
<div class="dropdown-content" id="profileDropdown">
<a class="a1" style="text-align:center;">
<div id="headerProfileUserName"></div>
Expand All @@ -164,7 +164,7 @@
</header>
<div class="scroll-button">
<a href="#" style="display: none;">
<i class="fas fa-arrow-up" aria-hidden="true"></i>
<i class="fa fa-arrow-up" aria-hidden="true"></i>
</a>
</div>
<script>
Expand Down
4 changes: 2 additions & 2 deletions views/templates/header1.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</a>
</div>
<div class="cancel-btn">
<i class="fas fa-times" aria-hidden="true"></i>
<i class="fa fa-times" aria-hidden="true"></i>
</div>
</ul>
<div class="media-icons" id="media-icons">
Expand Down Expand Up @@ -122,7 +122,7 @@
</div>
</div>
<div class="menu-btn">
<i class="fas fa-bars" aria-hidden="true"></i>
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</nav>
</header>
Expand Down
4 changes: 2 additions & 2 deletions views/templates/underDevelopment.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@


<div class="scroll-button">
<a href="#about"><i class="fas fa-arrow-up"></i></a>
<a href="#about"><i class="fa fa-arrow-up"></i></a>
</div>

<section class="about" id="about">

<div class="container">
<i class="fas fa-tools"></i>
<i class="fa fa-tools"></i>
<p>This Site Is Under Construction.</p>
<br>
<div class="button">
Expand Down