diff --git a/attached_assets/image_1762644883074.png b/attached_assets/image_1762644883074.png new file mode 100644 index 0000000..c657a45 Binary files /dev/null and b/attached_assets/image_1762644883074.png differ diff --git a/static/css/styles.css b/static/css/styles.css index fa7e97f..5bedd0d 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -906,12 +906,12 @@ hr { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; - padding: 64px; - background: var(--gray-900); - border: 1px solid var(--gray-700); - border-radius: 20px; - margin: 64px auto; - max-width: 1200px; + padding: 0; + background: transparent; + border: none; + border-radius: 0; + margin: 0; + max-width: 100%; } .member-card { @@ -919,19 +919,12 @@ hr { flex-direction: column; align-items: center; padding: 48px 32px; - background: var(--gray-800); + background: rgba(26, 26, 26, 0.4); border-radius: 16px; - border: 1px solid var(--gray-700); - transition: all 0.3s ease; + border: 1px solid rgba(255, 255, 255, 0.08); width: 100%; } -.member-card:hover { - background: var(--gray-700); - transform: translateY(-8px); - box-shadow: 0 20px 40px rgba(255, 255, 255, 0.05); -} - .member-image { width: 120px; height: 120px; @@ -1577,32 +1570,6 @@ body::before { .card, .card-sponsors, -.member-card { - position: relative; - overflow: hidden; -} - -.card::after, -.card-sponsors::after, -.member-card::after { - content: ''; - position: absolute; - top: 50%; - left: 50%; - width: 0; - height: 0; - border-radius: 50%; - background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%); - transform: translate(-50%, -50%); - transition: width 0.6s ease, height 0.6s ease; -} - -.card:hover::after, -.card-sponsors:hover::after, -.member-card:hover::after { - width: 300%; - height: 300%; -} .hero-image-section { position: relative; diff --git a/templates/contributors.html b/templates/contributors.html index 5e43e4c..524435e 100644 --- a/templates/contributors.html +++ b/templates/contributors.html @@ -36,38 +36,37 @@

Our mentors and coaches


+

❤️ meet our amazing coach and mentors! ❤️

-

❤️ meet our amazing coach and mentors! ❤️

- {% for mentor in mentors %} -
- {% if mentor.image_path %} - - {% endif %} -

{{ mentor.name }}

-

{{ mentor.role }}

-
- {% endfor %} + {% for mentor in mentors %} +
+ {% if mentor.image_path %} + + {% endif %} +

{{ mentor.name }}

+

{{ mentor.role }}

+
+ {% endfor %}

Our team


+

⭐ meet our amazing team! ⭐

-

⭐ meet our amazing team! ⭐

-
- {% for member in members %} -
- {% if member.image_path %} - - {% endif %} -

{{ member.name }}

-

{{ member.role }}

-
- {% endfor %} + {% for member in members %} +
+ {% if member.image_path %} + + {% endif %} +

{{ member.name }}

+

{{ member.role }}

+
+ {% endfor %}