diff --git a/DevDocsHub/__pycache__/__init__.cpython-312.pyc b/DevDocsHub/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 00000000..b87b2417 Binary files /dev/null and b/DevDocsHub/__pycache__/__init__.cpython-312.pyc differ diff --git a/DevDocsHub/__pycache__/settings.cpython-312.pyc b/DevDocsHub/__pycache__/settings.cpython-312.pyc new file mode 100644 index 00000000..13113d51 Binary files /dev/null and b/DevDocsHub/__pycache__/settings.cpython-312.pyc differ diff --git a/Docs/__pycache__/__init__.cpython-312.pyc b/Docs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 00000000..eb52102a Binary files /dev/null and b/Docs/__pycache__/__init__.cpython-312.pyc differ diff --git a/Docs/__pycache__/admin.cpython-312.pyc b/Docs/__pycache__/admin.cpython-312.pyc new file mode 100644 index 00000000..726565bd Binary files /dev/null and b/Docs/__pycache__/admin.cpython-312.pyc differ diff --git a/Docs/__pycache__/apps.cpython-312.pyc b/Docs/__pycache__/apps.cpython-312.pyc new file mode 100644 index 00000000..39d3fcf8 Binary files /dev/null and b/Docs/__pycache__/apps.cpython-312.pyc differ diff --git a/Docs/__pycache__/models.cpython-312.pyc b/Docs/__pycache__/models.cpython-312.pyc new file mode 100644 index 00000000..582c1ac9 Binary files /dev/null and b/Docs/__pycache__/models.cpython-312.pyc differ diff --git a/Docs/templates/home.html b/Docs/templates/home.html index da44cfd7..9c963a1d 100644 --- a/Docs/templates/home.html +++ b/Docs/templates/home.html @@ -86,9 +86,22 @@ color: #555; flex-grow: 1; } - .card .btn { - align-self: flex-start; - margin-top: 15px; + .apply-btn { + display: inline-block; + background-color: #ff9800; + color: white; + padding: 10px 120px; + border-radius: 50px; + text-decoration: none; + font-weight: bold; + transition: background-color 0.3s, transform 0.3s; + font-size: 0.7rem; + } + + .apply-btn:hover { + background-color: #ffb74d; + transform: translateY(-3px); + box-shadow: crimson 0 0 20px; } footer { background-color: #343a40; @@ -209,17 +222,17 @@

Welcome to DevDocsHub

Programming Languages

Explore comprehensive documentation for a wide range of programming languages such as Python, JavaScript, Java, C++, and more.

- View Languages + View Languages

Open Source Projects

Find documentation for popular open-source projects like Linux, Kubernetes, Docker, and more.

- View Projects + View Projects

Tutorials & Guides

Access step-by-step tutorials and guides to help you get started with new technologies or enhance your skills.

- Explore Tutorials + Explore Tutorials