Skip to content

Commit 5098351

Browse files
improve design
1 parent 825c155 commit 5098351

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

lib/fileonchain_web/controllers/page_html/home.html.heex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="flex items-center justify-between w-full md:w-auto">
1212
<a href="#">
1313
<span class="sr-only">Fileonchain</span>
14-
<img class="h-8 w-auto sm:h-10" src="/images/logo.svg" alt="Fileonchain">
14+
<img class="h-12 w-auto sm:h-20" src="/images/logo.svg" alt="Fileonchain">
1515
</a>
1616
</div>
1717
</div>
@@ -31,7 +31,7 @@
3131
</a>
3232
</div>
3333
<div class="mt-3 sm:mt-0 sm:ml-3">
34-
<a href="https://www.youtube.com/watch?v=o7fz7lqIdgo" target="_blank" rel="noopener noreferrer" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-brand-700 bg-accent-100 hover:bg-accent-200 md:py-4 md:text-lg md:px-10 transition duration-150 ease-in-out">Live demo</a>
34+
<a href="https://www.youtube.com/watch?v=o7fz7lqIdgo" target="_blank" rel="noopener noreferrer" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-brand-900 bg-accent-100 hover:bg-accent-200 md:py-4 md:text-lg md:px-10 transition duration-150 ease-in-out">Live demo</a>
3535
</div>
3636
</div>
3737
</div>
@@ -53,7 +53,7 @@
5353
<a href={if @connected_user, do: "/files/new", else: "/users/register"} class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-secondary-600 hover:bg-secondary-700 transition duration-150 ease-in-out">Get started</a>
5454
</div>
5555
<div class="ml-3 inline-flex">
56-
<a href="https://www.canva.com/design/DAGGzsyvreI/nlvCgcaMf1EmWGtRCBj8uA/edit?utm_content=DAGGzsyvreI&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-brand-700 bg-accent-100 hover:bg-accent-200 transition duration-150 ease-in-out">Learn more</a>
56+
<a href="https://www.canva.com/design/DAGGzsyvreI/nlvCgcaMf1EmWGtRCBj8uA/edit?utm_content=DAGGzsyvreI&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-brand-900 bg-accent-200 hover:bg-accent-200 transition duration-150 ease-in-out">Learn more</a>
5757
</div>
5858
</div>
5959
</div>

priv/static/images/logo.png

568 KB
Loading

priv/static/images/logo.svg

Lines changed: 9 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)