eoc tweaks

This commit is contained in:
drusepth 2022-11-29 19:14:16 -08:00
parent f47a536f50
commit 06514169c4

View File

@ -9,6 +9,7 @@
Submit your pages to public Collections or create your own and add any pages you want.
Mix and match public pages to create infinite combinations of new worlds.
</p>
<!--
<div class="mt-10 sm:flex sm:justify-center lg:justify-start">
<div class="rounded-md shadow flex-1">
<%= link_to 'Browse collections', page_collections_path, class: "w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white #{PageCollection.color} hover:bg-brown-700 md:py-4 md:text-lg md:px-10" %>
@ -19,11 +20,10 @@
</div>
<% end %>
</div>
<!--
<div class="bg-brown-100 mt-8 p-4 border border-brown-200">
Creating new Collections is restricted to Premium users, but anyone can submit their pages to public Collections!
</div>
-->
<div class="bg-brown-100 mt-8 p-4 border border-brown-200 text-gray-700">
Anyone can submit their pages to collections, but only Premium users can create new collections.
</div>
</div>
</div>
<div class="relative w-full h-64 sm:h-72 md:h-96 lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2 lg:h-full">
@ -32,8 +32,6 @@
</section>
<section class="max-w-7xl mx-auto mb-8">
<div class="relative pb-5 border-b border-gray-200 sm:pb-0 mb-2">
<div class="md:flex md:items-center md:justify-between">
<div class="mt-3 flex md:mt-0 md:absolute md:top-2 md:right-0">
@ -46,7 +44,9 @@
<!-- Current: "border-indigo-500 text-indigo-600", Default: "border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300" -->
<a href="#" class="border-brown-800 <%= PageCollection.text_color %> whitespace-nowrap px-1 border-b-2 font-medium text-sm" aria-current="page"> Public Collections </a>
<a href="#" class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap px-1 border-b-2 font-medium text-sm"> My Collections </a>
<!--
<a href="#" class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap px-1 border-b-2 font-medium text-sm"> From Your Friends </a>
-->
<a href="#" class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap px-1 border-b-2 font-medium text-sm"> Accepting Submissions </a>
</nav>
</div>