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
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion views/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

--faq-h-text: #0e0e0e;
--faq-content-text: #1e1e1e;
--faq-content-bg: #ffffff;
--faq-content-shadow: 0px 4px 6px rgba(0,0,0,0.1);

--hr-color: #e5e7eb;

Expand Down Expand Up @@ -50,6 +52,8 @@

--faq-h-text: #efefef;
--faq-content-text: #d4d4d4;
--faq-content-bg: #1e1e1e;
--faq-content-shadow: 0px 4px 6px rgba(0,0,0,0.5);

--hr-color: #e1e1e195;

Expand Down Expand Up @@ -369,10 +373,11 @@ hr{
color: var(--faq-content-text);
height: max-content;
overflow: hidden;
background-color: transparent;
background-color: var(--faq-content-bg);
text-align: justify;
max-height: 0px;
transition: max-height 0.4s, padding 0.4s;
box-shadow: var(--faq-content-shadow);
}

/* Card Component Styling */
Expand Down
26 changes: 2 additions & 24 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1844,17 +1844,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-rounded-lg"
>
<p>
The
Expand Down Expand Up @@ -1906,12 +1896,6 @@ <h3 class="tw-text-4xl tw-font-medium max-md:tw-text-2xl tw-uppercase">
</h4>
<div
class="content tw-rounded-lg"
style="
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #ddd;
background-color: #1e1e1e;
"
>
<p>
Despite its name, the <strong>GSSOC FAQ Bot</strong> offers more
Expand Down Expand Up @@ -1966,12 +1950,6 @@ <h3 class="tw-text-4xl tw-font-medium max-md:tw-text-2xl tw-uppercase">
</h4>
<div
class="content tw-rounded-lg"
style="
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #ddd;
background-color: #1e1e1e;
"
>
<p>
<strong>Contributing is Easy!!! </strong> Follow these simple
Expand Down Expand Up @@ -2067,7 +2045,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 tw-rounded-lg">
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