Skip to content

Conversation

JacobCoffee
Copy link
Member

@JacobCoffee JacobCoffee commented Aug 22, 2025

Makes fancy UI

  • don't like homepage search being not front and center
  • don't like tailwind being on cdn instead of local (<script src="https://cdn.tailwindcss.com/"></script>)

image image image image

Copy link
Member

@di di left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love it

<div class="space-y-4">
<div class="bg-gradient-to-r from-python-blue to-python-blue-dark text-white rounded-lg p-6 shadow-lg">
<h2 class="text-2xl font-bold mb-2">Package Artifacts</h2>
<p class="opacity-90">Available files for download</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p class="opacity-90">Available files for download</p>
<p class="opacity-90">Available files for inspection</p>

Comment on lines +12 to +21
{% for link in links %}
<li class="flex items-center p-3 hover:bg-gray-50 rounded-lg transition-colors duration-150">
<svg class="w-5 h-5 text-python-blue mr-3 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z"></path>
</svg>
<a href="{{ link }}" class="text-python-blue hover:text-python-blue-dark font-mono text-sm transition-colors duration-200 break-all">
{{ link|unquote }}
</a>
</li>
{% endfor %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we reduce the amount of whitespace between elements here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants