Skip to content
Open
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
3 changes: 1 addition & 2 deletions views/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
</a>
<a class="header-links" href="index.html#about"> About </a>
<a class="header-links" href="index.html#command"> Features </a>
<a class="header-links" href="index.html#faq-footer"> Pricing </a>
<a class="header-links" href="index.html#faq-footer"> FAQ </a>
</nav>

<div class="lg:tw-mx-4 tw-flex tw-place-items-center tw-gap-[20px] tw-text-base">
Expand Down Expand Up @@ -297,4 +297,3 @@
</body>
</html>


34 changes: 6 additions & 28 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
</div>
</nav>
</div>
<a class="header-links" href="#faq-footer"> Pricing </a>
<a class="header-links" href="#faq-footer"> FAQ </a>
</nav>
<div
class="lg:tw-mx-4 tw-flex tw-place-items-center tw-gap-[20px] tw-text-base max-md:tw-w-full max-md:tw-flex-col max-md:tw-place-content-center"
Expand Down Expand Up @@ -1841,17 +1841,7 @@ <h3 class="tw-text-4xl tw-font-medium max-md:tw-text-2xl tw-uppercase">
></i>
</h4>
<div
class="content"
style="
font-family: 'Poppins', sans-serif;
font-size: 16px;
max-width: 800px;
padding: 20px;
background-color: #1e1e1e;
border-radius: 8px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
color: #ddd;
"
class="content tw-max-w-[800px] tw-rounded-lg tw-border tw-border-gray-200 tw-bg-white tw-p-5 tw-text-[16px] tw-text-gray-700 tw-shadow-md dark:tw-border-white/10 dark:tw-bg-[#1e1e1e] dark:tw-text-gray-200"
>
<p>
The
Expand Down Expand Up @@ -1902,13 +1892,7 @@ <h3 class="tw-text-4xl tw-font-medium max-md:tw-text-2xl tw-uppercase">
></i>
</h4>
<div
class="content tw-rounded-lg"
style="
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #ddd;
background-color: #1e1e1e;
"
class="content tw-rounded-lg tw-border tw-border-gray-200 tw-bg-white tw-p-5 tw-text-[16px] tw-text-gray-700 dark:tw-border-white/10 dark:tw-bg-[#1e1e1e] dark:tw-text-gray-200"
>
<p>
Despite its name, the <strong>GSSOC FAQ Bot</strong> offers more
Expand Down Expand Up @@ -1962,13 +1946,7 @@ <h3 class="tw-text-4xl tw-font-medium max-md:tw-text-2xl tw-uppercase">
></i>
</h4>
<div
class="content tw-rounded-lg"
style="
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #ddd;
background-color: #1e1e1e;
"
class="content tw-rounded-lg tw-border tw-border-gray-200 tw-bg-white tw-p-5 tw-text-[16px] tw-text-gray-700 dark:tw-border-white/10 dark:tw-bg-[#1e1e1e] dark:tw-text-gray-200"
>
<p>
<strong>Contributing is Easy!!! </strong> Follow these simple
Expand Down Expand Up @@ -2064,7 +2042,7 @@ <h3 class="tw-text-4xl tw-font-medium max-md:tw-text-2xl tw-uppercase">
class="bi bi-plus tw-text-xl tw-origin-center tw-duration-300 tw-transition-transform tw-ml-auto tw-font-semibold"
></i>
</h4>
<div class="content max-lg:tw-text-sm">
<div class="content max-lg:tw-text-sm tw-rounded-lg tw-border tw-border-gray-200 tw-bg-white tw-p-5 tw-text-gray-700 dark:tw-border-white/10 dark:tw-bg-[#1e1e1e] dark:tw-text-gray-200">
Yes, the GSSOC FAQ Bot is currently in use by 16 private servers,
with an expected traffic of over 300+ requests every day. You can
see proof of this in the Testimonial Section above, where real users
Expand Down Expand Up @@ -2235,7 +2213,7 @@ <h3 class="tw-text-4xl tw-font-medium max-md:tw-text-2xl tw-uppercase">
<h2 class="tw-text-xl">Resources</h2>
<div class="tw-flex tw-flex-col tw-gap-3">
<a href="#" class="footer-link">Getting started</a>
<a href="#faq-footer" class="footer-link">Pricing</a>
<a href="#faq-footer" class="footer-link">FAQ</a>
<a href="#command" class="footer-link">Commands</a>
<a href="#" class="footer-link">GGSOC FAQ Bot Docs</a>
<a href="https://www.dataschool.io/how-to-contribute-on-github/" target="_blank" class="footer-link">How To Contribute Guide</a>
Expand Down