Skip to content

Commit

Permalink
Change header sections
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabigeek committed Jan 19, 2022
1 parent a92ba9c commit 44ac715
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
3 changes: 0 additions & 3 deletions layout/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ const Header = () => (
<a>rails.help</a>
</Link>
</h1>
<p className="mt-2 text-3xl font-extrabold text-gray-900 tracking-tight sm:text-4xl">
The missing GUI for Rails Generators.
</p>
</div>
</div>
</div>
Expand Down
17 changes: 16 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,22 @@ export default function Home() {
</Head>

<main>
<Header />
<div className="max-w-7xl mx-auto lg:py-8 lg:px-8 pb-8">
<div className="relative pt-16 sm:pt-24 lg:pt-32">
<div className="mx-auto max-w-md px-4 text-center sm:px-6 sm:max-w-3xl lg:px-8 lg:max-w-7xl">
<div>
<h1 className="text-base font-semibold tracking-wider text-gray-600 uppercase">
<Link href="/">
<a>rails.help</a>
</Link>
</h1>
<p className="mt-2 text-3xl font-extrabold text-gray-900 tracking-tight sm:text-4xl">
The missing GUI for Rails Generators.
</p>
</div>
</div>
</div>
</div>
<div className="max-w-7xl mx-auto sm:px-6 lg:px-8">
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
<div className="relative rounded-lg border border-gray-300 bg-white px-6 py-5 shadow-sm flex items-center space-x-3 hover:border-gray-400 focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-indigo-500">
Expand Down

0 comments on commit 44ac715

Please sign in to comment.