File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
}
37
37
38
38
.btn-link {
39
- @apply cursor-pointer mr-2 transition-all rounded-full border-[1px ] px-8 py-1 text-lg font-medium shadow-sm hover:brightness-[80% ]
39
+ @apply cursor-pointer mr-2 transition-all rounded-full border-[1px ] px-8 py-1 text-lg font-medium shadow-sm hover:brightness-[80% ] mt-2 w-full md:w-auto md:mt-0 text-center md:-text-left
40
40
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Binaries from '@/sections/Binaries'
7
7
import Contributors from '@/sections/Contributors'
8
8
import Documentation from '@/sections/Documentation'
9
9
import Downloads from '@/sections/Downloads'
10
- import Hero3 from '@/sections/Hero3 '
10
+ import Hero from '@/sections/Hero '
11
11
import LearnMore from '@/sections/LearnMore'
12
12
import RunningNode from '@/sections/RunningNode'
13
13
import SpecsTable2 from '@/sections/SpecsTable2'
@@ -18,7 +18,7 @@ export default function Home() {
18
18
return (
19
19
< main className = "flex flex-col bg-[#0f0f0f]" >
20
20
< Navbar />
21
- < Hero3 />
21
+ < Hero />
22
22
< WithForestYouCan2 />
23
23
< BetaTesters />
24
24
< SpecsTable2 />
Original file line number Diff line number Diff line change 3
3
4
4
import { Link } from 'react-scroll' ;
5
5
6
- export default function Hero3 ( ) {
6
+ export default function Hero ( ) {
7
7
return (
8
8
< div className = "relative h-screen w-full px-4 md:px-8 bg-no-repeat bg-cover bg-multi-gradient" >
9
- < div className = "relative flex flex-col max-w-7xl py-48" >
9
+ < div className = "relative flex flex-col max-w-7xl mt-[40%] md:mt-0 md: py-48" >
10
10
< img className = 'max-w-[60%]' src = "full-mark.png" alt = "" />
11
11
< div className = 'mt-10 flex flex-col sm:flex-row justify-start items-start' >
12
12
< h1 className = "md:max-w-[700px] text-6xl text-neutral-100" >
13
13
Rust implementation of the Filecoin Protocol
14
14
</ h1 >
15
15
< div className = 'flex flex-col' >
16
16
< h3 className = 'md:max-w-[500px] mt-3 text-2xl text-neutral-400 ' > Run Forest to access Filecoin, the decentralized storage network.</ h3 >
17
- < div className = "py-4 flex items-center" >
17
+ < div className = "py-4 flex flex-col md:mt-0 md:flex-row items-center" >
18
18
< Link smooth offset = { 40 } className = "btn-link border-brand-400 text-brand-400" to = "download" > Download</ Link >
19
19
< a href = "https://share.hsforms.com/1DrMrWob7QM-C2RRL7HW0hQ4kcdm" target = "_blank" rel = "noopener noreferrer" className = 'btn-link border-gray-700 text-neutral-200' > Reach the Team</ a >
20
20
</ div >
You can’t perform that action at this time.
0 commit comments