diff --git a/assets/css/base.css b/assets/css/base.css index a3dd0ea..5cc9970 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -131,6 +131,10 @@ h5 { fill: var(--bs-primary-bg-subtle); } +.bg-pride-gradient { + background: linear-gradient(45deg, #FF7878, #FFC898, #FFF89A, #CDF2CA, #A2CDCD, #D1E8E4, #CAB8FF); +} + /* Responsive Styles */ @media (max-width: 768px) { .navbar .container { diff --git a/templates/index.html b/templates/index.html index 19c0522..0d90c48 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,118 +1,239 @@ -{% extends "base.html" %} -{% block title %}Home{% endblock %} -{% block content %} -
+{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content +%} +
-
-
-
-

Empowering Privacy with Open Source

-
-

Private.coffee

-
-
+
+
+
+

Empowering Pride with Open Source

+
+

+ Private.coffee +

+
+ + + + + + + + + + +
+
-
-
-

Our self-hosted Services

-

Private.coffee provides a collection of services that respect your privacy.

-
+
+
+

Our self-hosted Services

+

+ Private.coffee provides a collection of services that respect your + privacy. +

-
-
- {% for service in services.services %} - {% if not service.exclude_from_index %} -
-
-
-
- {% if service.icon %}{{ service.icon | icon | safe }}{% endif %} -
-
{{ service.name }}
-

{{ service.long_description }}

- {% for link in service.links %} - {{ link.name }} - {% endfor %} -
-
+
+
+
+ {% for service in services.services %} {% if not + service.exclude_from_index %} +
+
+
+
+ {% if service.icon %}{{ service.icon | icon | safe }}{% endif %}
- {% endif %} - {% endfor %} +
{{ service.name }}
+

+ {{ service.long_description }} +

+ {% for link in service.links %} + {{ link.name }} + {% endfor %} +
+
+ {% endif %} {% endfor %}
+
-
-
-

Privacy

-
-
-

from the community

-

for the community

-
+
+
+

Privacy

-
-
-
-
-
-

Join and rebel

-
Be a part of the open source community!
Learn more -
-
-
-
-
-
-

Private Hosting

-
Interested in Hosting Services?
Get in touch -
-
-
-
+
+

+ from the community +

+

+ for the community +

+
+
+
+
+
+
+

Join and rebel

+
+ Be a part of the open source community! +
+ Learn more +
+
+
+
+
+
+

+ Private Hosting +

+
+ Interested in Hosting Services? +
+ Get in touch +
+
+
+
+
-
-
-

Contacts

-

How you can reach us

-
+
+
+

Contacts

+

How you can reach us

-
-
-
-
-
{{ "envelope" | icon | safe }}
-
-
Email
-

support@private.coffee

-
-
-
-
-
-
-
-
-
-
{{ "matrix-logo" | icon | safe }}
- -
+
+
+
+
+
+
+ {{ "envelope" | icon | safe }}
+
+
Email
+

support@private.coffee

+
+
+
+
+
+
+
+
+
+ {{ "matrix-logo" | icon | safe }} +
+ +
+
+
-{% endblock %} \ No newline at end of file +{% endblock %}