Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new text and user profile #7

Merged
merged 3 commits into from
Jun 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,16 +487,16 @@ class="absolute top-0 left-0 w-full h-full transition duration-500 ease-in-out t
<h2 class="max-w-2xl mx-auto mb-5 text-6xl font-bold text-center text-gray-900 font-heading sm:text-7xl">
Doadores da campanha
</h2>
<p class="max-w-md mx-auto mb-16 text-base text-center text-gray-600">.</p>
<p class="max-w-md mx-auto mb-16 text-base text-center text-gray-600">Obrigado à todos que toparam participar dessa iniciativa de honra.</p>
<div class="flex flex-wrap -m-5">
@foreach(range(1,5) as $fodase)
<div class="w-full p-5 md:w-1/5">
<div
class="h-full p-0.5 bg-white transform hover:-translate-y-3 rounded-10 transition ease-out duration-1000">
<div class="flex flex-col h-full gap-2 p-4 text-center bg-white rounded-xl">
<img class="w-full rounded-lg" src="{{ 'https://github.com/danielhe4rt.png' }}" alt="">
<img class="w-full rounded-lg" src="{{ 'https://cdn.discordapp.com/attachments/219843740439674880/1113855409015509072/user.png' }}" alt="">
<div class="flex items-center justify-between md:flex-col">
<h3 class="text-lg font-bold text-gray-900">Darrell Steward</h3>
<h3 class="text-lg font-bold text-gray-900">Aguardando Doador</h3>
<p class="text-sm text-gray-600">Developer</p>
</div>
<div class="flex items-center justify-center px-2 py-1 bg-purple-100 rounded-full ">
Expand Down