Skip to content

Commit 37cf789

Browse files
author
pcarapic15
committed
Change hero section initially
1 parent 88570d6 commit 37cf789

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

src/components/home/hero.js

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,19 @@ export default function Hero() {
1717
background: "linear-gradient(90deg, #03B0F2 1.57%, #01E0C9 100%)",
1818
}}
1919
>
20-
<div className="container mx-auto">
21-
<div className="flex flex-wrap justify-center -mx-4">
22-
<div className="w-full lg:w-4/12 px-4 md:w-5/12 md:pt-40 pt-10 pb-10 md:pb-72 text-center md:text-left">
23-
<h1 className="leading-tight text-white mb-6 lg:mb-6">
24-
<span className="block hero-heading">SDV</span>
25-
<span className="block font-light text-lg tracking-tight">
26-
The Synthetic Data Vault
20+
<div className="container">
21+
<div className="flex flex-wrap justify-between">
22+
<div className="w-full lg:w-5/12 md:w-4/12 md:pt-40 pt-10 pb-10 md:pb-72 xl:pb-[330px] text-center">
23+
<div className="flex">
24+
<img
25+
src={`${config.sitePath}/sdv-logo.png`}
26+
alt="SDV Logo"
27+
className="mr-2 h-[56px] md:w-[122px] md:h-[64px]"
28+
/>
29+
<span className="text-white text-5xl md:text-6xl leading-[1] tracking-2xs font-semibold -mt-1 md:-mt-2">
30+
Community
2731
</span>
28-
</h1>
32+
</div>
2933
<div className="flex flex-row justify-center md:justify-start -mx-1 mt-4">
3034
<div className="px-1">
3135
<a
@@ -60,7 +64,7 @@ export default function Hero() {
6064
</div>
6165
</div>
6266
</div>
63-
<div className="w-full md:w-7/12 lg:w-6/12 px-4 md:mt-0 text-white flex flex-col justify-end">
67+
<div className="w-full md:w-6/12 lg:mr-20 px-4 text-white flex flex-col justify-end">
6468
<div className="pb-40">
6569
<img
6670
width="445"

src/styles/global.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@
126126
.grad-bg {
127127
background-image: linear-gradient(90deg, #03b0f2 1.57%, #01e0c9 100%);
128128
}
129-
130-
.hero-heading {
131-
@apply text-[72px] md:text-[98px] leading-[1];
132-
}
133129
}
134130

135131
pre[class*="language-"],

static/sdv-logo.png

12.2 KB
Loading

0 commit comments

Comments
 (0)