Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hschne committed Dec 11, 2023
1 parent b27c07f commit 4566731
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/views/application/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
mx-auto max-w-screen-xl px-4 py-32 lg:flex lg:h-screen lg:items-center
"
>
<div class="mx-auto max-w-xl text-center">
<h1 class="text-3xl font-extrabold sm:text-5xl">
Share Data.
<div class="mx-auto max-w-2xl text-center">
<h1 class="text-2xl font-extrabold sm:text-5xl">
Simple Data Sharing.
<strong class="font-extrabold text-red-700 sm:block mt-2">
Simple and Secure.
For Humans and Machines
</strong>
</h1>

<p class="mt-4 sm:text-xl/relaxed">
Upload your data and receive a secure link. After it has been accessed,
your data will be destroyed. Made for humans and machines.
Upload data and receive a secure link. After access or a set expiry
date your data is destroyed forever. Made for humans and machines.
</p>

<div class="mt-8 flex flex-wrap justify-center gap-4">
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
<footer class="bg-gray-50">
<div class="mx-auto max-w-screen-xl py-8 sm:px-6 lg:px-8">
<div class="sm:flex sm:items-center sm:justify-between">
<div class="flex justify-center text-teal-600 sm:justify-start">
<div class="flex justify-center text-red-600 sm:justify-start">

<%= inline_svg_tag "logo.svg", class: "h-12 w-12 p-2" %>
</div>

<p class="mt-4 text-center text-sm text-gray-500 lg:mt-0 lg:text-right">
Copyright &copy; 2022. All rights reserved.
Copyright &copy; 2023. All rights reserved.
</p>
</div>
</div>
Expand Down

0 comments on commit 4566731

Please sign in to comment.