Skip to content

Commit 1b55223

Browse files
authored
Merge pull request #26 from intelowlproject/develop
v0.1.2
2 parents 7d2074d + 56d1269 commit 1b55223

File tree

8 files changed

+25
-73
lines changed

8 files changed

+25
-73
lines changed

components/Footer.tsx

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* eslint-disable @next/next/no-img-element */
22
export default function Footer() {
33
return (
4-
<footer className="relative z-50 bg-[#17171D] md:pt-32 pt-16 md:mt-32 pb-10 lg:pt-[120px] lg:pb-20 md:rounded-t-[75px] rounded-t-[40px]">
5-
<div className="container mx-auto w-5/6">
6-
<div className="-mx-4 flex flex-wrap justify-">
4+
<footer className="relative z-50 bg-[#17171D] md:pt-32 pt-16 md:mt-10 pb-10 lg:pt-[120px] lg:pb-20 md:rounded-t-[75px] rounded-t-[40px] ">
5+
<div className="container mx-auto w-[90vw]">
6+
<div className="-mx-4 flex flex-wrap justify-around">
77
<div className="w-full px-4 sm:w-2/3 lg:w-6/12">
88
<div className="mb-10 w-full">
99
<a href="/" className="mb-6 inline-block max-w-[160px]">
@@ -26,19 +26,19 @@ export default function Footer() {
2626
</a>
2727
</div>
2828
</div>
29-
<div className="w-full px-4 sm:w-1/2 lg:w-6/12">
30-
<div className="mb-10 w-full text-white" id="contributors">
29+
<div className="px-2 xl:w-[50vh] md:w-[65vh] lg:w-[50vh]">
30+
<div className="mb-10 text-white" id="contributors">
3131
<h4 className="text-dark mb-9 text-xl font-semibold">
3232
Maintainers
3333
</h4>
34-
<ul>
35-
<li>
34+
<ul className="flex flex-col">
35+
<li className="flex w-full">
3636
<a
3737
href="https://twitter.com/matte_lodi"
38-
className="text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
38+
className="text-body-color font-semibold hover:text-primary mb-2 text-md leading-loose"
3939
>
4040
Matteo Lodi{" "}
41-
<span className="ml-12 font-small text-sm opacity-90 font-SpaceGrotesk">
41+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3">
4242
Author and Principal Maintainer{" "}
4343
</span>
4444
</a>

components/Slider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function Slider(props: sliderProps) {
1818
return (
1919
<>
2020
{isTestimonial ? (
21-
<div id="testimonials-element" className="w-[90%]">
21+
<div id="testimonials-element" className="w-[100%]">
2222
<div className="mx-auto max-w-screen-xl py-16 sm:px-6 lg:px-8">
2323
<Swiper
2424
spaceBetween={25}

components/sections/FAQSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function FAQSection() {
1212
};
1313

1414
return (
15-
<div className="w-5/6 md:w-full max-w-screen-xs lg:max-w-screen-md xl:max-w-screen-lg mt-5 space-y-5">
15+
<div className="w-5/6 md:w-full max-w-screen-xs lg:max-w-screen-md xl:max-w-screen-lg mt-5 space-y-5 md:px-7">
1616
{FAQData.map((FAQ, index) => {
1717
return (
1818
<div key={index} className="w-full border-b-2 border-gray-500 pb-6">

components/sections/FeatureSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { FeaturesData } from "../../constants/featuresdata";
22
export default function FeatureSection() {
33
return (
44
<div id="">
5-
<div className="mx-auto max-w-screen-lg px-8 py-16 sm:px-6 ">
5+
<div className="mx-auto max-w-screen-lg lg:px-8 lg:py-16 sm:px-6 sm:py-3 md:py-5 ">
66
<div className="[column-fill:_balance] sm:columns-2 sm:gap-6 lg:columns-2 lg:gap-8">
77
{FeaturesData.map((feature, index) => {
88
if (feature.color === "darker") {

components/sections/HeroSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function HeroSection(props: HeroSectionProps) {
1919
{isMobile ? (
2020
<div
2121
id="hero-section"
22-
className="flex flex-col w-screen justify-items-end space-y-5 items-end mt-32 pb-24"
22+
className="flex flex-col w-screen justify-items-end space-y-5 items-end mt-32 lg:pb-24 sm:pb-4"
2323
>
2424
<div className="bg-inherit w-full flex flex-col items-center justify-center px-5">
2525
<h1 className="text-white text-center text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold ">

components/sections/VideoSection.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
export default function VideoSection() {
33
return (
44
<>
5-
<div className="flex flex-col ">
5+
<div className="flex flex-col">
66
<div
77
id="text"
8-
className="flex flex-col w-full md:h-2/5 items-center justify-center -mt-12"
8+
className="flex flex-col w-full md:h-2/5 items-center justify-center sm:mt-20 md:mt-32"
99
>
10-
<h2 className="w-4/5 text-center text-xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold ">
10+
<h2 className="w-4/5 text-center text-xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold">
1111
Your <span className="text-[#00ADEF]">Open Source </span> Solution for your day-to-day activities.
1212
</h2>
1313
<h3 className="text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2">
@@ -16,9 +16,9 @@ export default function VideoSection() {
1616
</h3>
1717
</div>
1818
</div>
19-
<div id="video" className="flex flex-col justify-center items-center md:w-screen md:h-3/5 rounded-3xl mt-12 pb-24" style={{alignItems:'center', justifyContent: 'center'}}>
19+
<div id="video" className="flex flex-col justify-center items-center md:w-screen md:h-3/5 rounded-3xl mt-12 sm: pb-2 xl:mt-[-2rem]" style={{alignItems:'center', justifyContent: 'center'}}>
2020
<iframe
21-
className="md:w-[70%] md:h-[100%] lg:h-[150%] rounded-3xl"
21+
className="md:w-[70%] md:h-[100%] lg:h-[150%] lg:w-[60%] xl:h[150%] xl:w-1/2 rounded-3xl md:mb-16"
2222
src="https://www.youtube.com/embed/pHnh3qTzSeM">
2323
</iframe>
2424
</div>

package-lock.json

-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/page.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,25 @@ export default function Home() {
7979
</div>
8080
<section
8181
id="video-section"
82-
className="flex flex-col items-center justify-center md:h-screen md:w-screen md:mt-52 mt-14 lg:mt-64"
82+
className="flex flex-col items-center justify-center md:w-screen md:mt-5 mt-14 xl:mt-24 lg:mt-6 lg:h-[100vh] md:h-[90vh] xl:h-[100vh]"
8383
>
8484
<VideoSection />
8585
</section>
8686
<section
8787
id="feature-section"
88-
className=" w-screen flex flex-col mt-14 md:mt-0 items-center justify-start xl:mt-14 mb-24"
88+
className=" w-screen flex flex-col mt-14 md:mt-0 items-center justify-start xl:mt-14 xl:mb-16 sm: mb-8 sm:mt-8"
8989
>
9090
<h2 className="text-center text-2xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold ">
9191
What do we provide?
9292
</h2>
93-
<h3 className="text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2">
93+
<h3 className="text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 py-3">
9494
this is what we provide, compared to others.
9595
</h3>
9696
<FeatureSection />
9797
</section>
9898
<section
9999
id="testimonials-section"
100-
className="md:h-screen w-screen flex flex-col items-center justify-start xl:mt-16"
100+
className="md:mb-5 w-screen flex flex-col items-center justify-start xl:mt-5"
101101
>
102102
<h2 className="text-center text-2xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold ">
103103
Testimonials
@@ -109,19 +109,19 @@ export default function Home() {
109109
</section>
110110
<section
111111
id="faq-section"
112-
className="flex flex-col items-center justify-start w-screen pb-32"
112+
className="flex flex-col items-center justify-start w-screen lg:pb-20 sm:pb-8"
113113
>
114114
<h2 className="text-center text-3xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold ">
115115
FAQs
116116
</h2>
117-
<h3 className="text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2 mb-14 ">
117+
<h3 className="text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2 mb-5 ">
118118
Don&apos;t worry! We are here to help. In case you don&apos;t find the answer that you are looking for, feel free to contact us
119119
</h3>
120120
<FAQSection />
121121
</section>
122122
<section
123123
id="sponsor-section"
124-
className="h-screen md:w-screen flex flex-col items-center justify-start mt-16"
124+
className="md:w-screen flex flex-col items-center justify-start mt-16"
125125
>
126126
<h2 className="text-center text-4xl text-white lg:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold ">
127127
Our Sponsors

0 commit comments

Comments
 (0)