Skip to content

Commit

Permalink
docs cards text color change
Browse files Browse the repository at this point in the history
  • Loading branch information
SOLIDusr committed Jun 6, 2024
1 parent 50f1dd8 commit ae13cb3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
12 changes: 6 additions & 6 deletions docs/index-ru.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<div class="px-6 py-5">
<p
tabindex="0"
class="focus:outline-none text-base font-medium leading-none text-gray-800 dark:text-gray-100 flex items-center"
class="focus:outline-none text-base font-medium leading-none text-gray-200 dark:text-white flex items-center"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -161,7 +161,7 @@
</p>
<p
tabindex="0"
class="focus:outline-none text-base leading-2 text-gray-500 dark:text-gray-400 pt-2"
class="focus:outline-none text-base leading-2 text-gray-200 dark:text-white pt-2"
>
FaceitKt - это лучший API Wrapper для Faceit API. Это простой и удобный в использовании API Wrapper, который позволяет получать актуальные данные Faceit API.
</p>
Expand All @@ -175,7 +175,7 @@
<div class="px-6 py-5">
<p
tabindex="0"
class="focus:outline-none text-base font-medium leading-none text-gray-800 dark:text-gray-100 flex items-center"
class="focus:outline-none text-base font-medium leading-none text-gray-200 dark:text-white flex items-center"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -193,7 +193,7 @@
</p>
<p
tabindex="0"
class="focus:outline-none text-base leading-2 text-gray-500 dark:text-gray-400 pt-2"
class="focus:outline-none text-base leading-2 text-gray-200 dark:text-white pt-2"
>
Чтобы установить FaceitKt, просто клонируйте репозиторий с <a href="https://github.com/SOLIDusr/FaceitKt" target="_blank">*github*</a>. Зависимости: gson:2.10.1 и okhttp:4.12.0
Неужели мне действительно нужно создавать страницу maven для этого "огромного" проекта?
Expand All @@ -208,7 +208,7 @@
<div class="px-6 py-5">
<p
tabindex="0"
class="focus:outline-none text-base font-medium leading-none text-gray-800 dark:text-gray-100 flex items-center"
class="focus:outline-none text-base font-medium leading-none text-gray-200 dark:text-white flex items-center"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -226,7 +226,7 @@
</p>
<p
tabindex="0"
class="focus:outline-none text-base leading-2 text-gray-500 dark:text-gray-400 pt-2"
class="focus:outline-none text-base leading-2 text-gray-200 dark:text-white pt-2"
>
Использование FaceitKt так же просто, как вызов нужного метода. Просто импортируйте FaceitKt, создайте объект FaceitClient и работайте с ним.
Каждый запрос к API - это вызов метода, так что вы можете перестать беспокоиться об API и начать писать код.
Expand Down
13 changes: 6 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<div class="px-6 py-5">
<p
tabindex="0"
class="focus:outline-none text-base font-medium leading-none text-gray-800 dark:text-gray-100 flex items-center"
class="focus:outline-none text-base font-medium leading-none text-gray-200 dark:text-white flex items-center"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -161,7 +161,7 @@
</p>
<p
tabindex="0"
class="focus:outline-none text-base leading-2 text-gray-500 dark:text-gray-400 pt-2"
class="focus:outline-none text-base leading-2 text-gray-200 dark:text-white pt-2"
>
FaceitKt is the ultimate API Wrapper for Faceit API. It is a simple and easy to use API wrapper that allows you to get the latest Faceit API data.
</p>
Expand All @@ -175,7 +175,7 @@
<div class="px-6 py-5">
<p
tabindex="0"
class="focus:outline-none text-base font-medium leading-none text-gray-800 dark:text-gray-100 flex items-center"
class="focus:outline-none text-base font-medium leading-none text-gray-200 dark:text-white flex items-center"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -193,7 +193,7 @@
</p>
<p
tabindex="0"
class="focus:outline-none text-base leading-2 text-gray-500 dark:text-gray-400 pt-2"
class="focus:outline-none text-base leading-2 text-gray-200 dark:text-white pt-2"
>
To install FaceitKt, just clone the repository from <a href="https://github.com/SOLIDusr/FaceitKt" target="_blank">*github*</a>. Dependances are gson:2.10.1 and okhttp:4.12.0
Do I really have to make a maven page for that "huge" project?
Expand All @@ -208,7 +208,7 @@
<div class="px-6 py-5">
<p
tabindex="0"
class="focus:outline-none text-base font-medium leading-none text-gray-800 dark:text-gray-100 flex items-center"
class="focus:outline-none text-base font-medium leading-none text-gray-200 dark:text-white flex items-center"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -226,7 +226,7 @@
</p>
<p
tabindex="0"
class="focus:outline-none text-base leading-2 text-gray-500 dark:text-gray-400 pt-2"
class="focus:outline-none text-base leading-2 text-gray-200 dark:text-white pt-2"
>
Using FaceitKt is as simple as calling the method you want to use. Just import FaceitKt, create an object of FaceitClient and work it around.
Every API request is a method call, so you can stop worrying about the API and start coding.
Expand All @@ -236,7 +236,6 @@
</div>
</div>
</div>

<section id="contributors">

<div
Expand Down

0 comments on commit ae13cb3

Please sign in to comment.