-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/our-products
- Loading branch information
Showing
17 changed files
with
287 additions
and
149 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
|
||
export default function NavigationBar() { | ||
return ( | ||
<div className="flex flex-row fixed z-[2] bg-white h-[64px] w-[100%] | ||
lg:pr-[80px] sm:pr-[40px] pr-[32px] | ||
lg:pl-[80px] sm:pl-[40px] pl-[32px] | ||
items-center justify-between"> | ||
|
||
<img src={"/assets/logo.svg"} className="sm:block hidden"></img> | ||
<img src={"/assets/logogram.svg"} className="sm:hidden block"></img> | ||
|
||
<div className="hidden md:flex flex-wrap items-center gap-[8px]"> | ||
|
||
<a href="#about"> | ||
<p className="lg:pr-[32px] pr-[24px] lg:pl-[32px] pl-[24px] justify-center items-center"> | ||
About | ||
</p> | ||
</a> | ||
|
||
<a href="#products"> | ||
<p className="lg:pr-[32px] pr-[24px] lg:pl-[32px] pl-[24px] justify-center items-center"> | ||
Our Products | ||
</p> | ||
</a> | ||
|
||
<a href=""> | ||
<div className="flex flex-row lg:pr-[32px] pr-[24px] lg:pl-[32px] pl-[24px] justify-center items-center gap-[8px]"> | ||
<img src={"/assets/chat.svg"}></img> | ||
<p className="text-[#5038BC]"> | ||
Chill With Us | ||
</p> | ||
</div> | ||
</a> | ||
|
||
</div> | ||
|
||
<img src={"/assets/menu.svg"} className="flex md:hidden"></img> | ||
|
||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,50 @@ | ||
export default function About() { | ||
return ( | ||
<div className="flex items-center bg-[#F1F5F9] h-[var(--height-h-screen,800px)] items-start shrink-0" id="about"> | ||
<div className="flex | ||
relative | ||
bg-[#F1F5F9] | ||
w-[100%] | ||
gap-10 | ||
sm:pl-20 pl-8 | ||
sm:pr-20 pr-8 | ||
sm:justify-center items-center | ||
lg:flex-row flex-col | ||
lg:h-[var(--height-h-screen,800px)] sm:h-[1200px] h-[800px]"> | ||
|
||
<img src={"/assets/decor-side.svg"} style={{position:"absolute", left:"0"}}></img> | ||
<img src={"/assets/decor-side.svg"} style={{position:"absolute", right:"0", transform: "rotate(180deg)"}}></img> | ||
<img src={"/assets/monitor.svg"} className="relative lg:max-w-[55%] z-[0] left-0 lg:mt-0 sm:mt-[-128px] mt-0"></img> | ||
|
||
<div className="flex w-[100%] pl-20 pr-20 justify-center items-center content-center gap-10 flex-wrap;"> | ||
<img src={"/assets/glow.svg"} className="absolute z-[0] left-0"></img> | ||
<img src={"/assets/monitor.svg"} className="z-[1]"></img> | ||
<div className="flex flex-col items-start gap-5 max-w-[50%]"> | ||
<p className="text-[color:var(--primary-colors-purple-heart,#5038BC)] text-7xl font-bold leading-[72px];"> | ||
About <br/> | ||
RISTEK OSS | ||
</p> | ||
<p className="text-black text-justify text-lg not-italic font-normal leading-7;"> | ||
RISTEK Open Source is a place of limitless inspiration and innovation, where young builders | ||
can work together on groundbreaking projects in an open-source ecosystem. | ||
</p> | ||
<p className="text-black text-justify text-lg not-italic font-normal leading-7;"> | ||
Join our community that values open collaboration, knowledge exchange, | ||
and making a positive impact in the world. Let's shape the future of technology together! | ||
</p> | ||
</div> | ||
{/* Main Content */} | ||
<div className="flex flex-col lg:items-start items-center z-[1] | ||
gap-[20px] lg:text-left text-center | ||
lg:ml-[-40px] ml-0 | ||
lg:pl-0 sm:pl-0 md:pl-20 pl-0 | ||
lg:pl-0 sm:pr-0 md:pr-20 pr-0 | ||
lg:mt-0 sm:mt-[-128px] mt-[-84px]"> | ||
|
||
<p className="text-[#5038BC] sm:text-7xl text-4xl font-bold"> | ||
About <br/> | ||
RISTEK OSS | ||
</p> | ||
|
||
<p className="text-justify sm:text-xl text-base"> | ||
RISTEK Open Source is a place of limitless inspiration and innovation, where young builders | ||
can work together on groundbreaking projects in an open-source ecosystem. | ||
</p> | ||
|
||
<p className="text-justify sm:text-xl text-base"> | ||
Join our community that values open collaboration, knowledge exchange, | ||
and making a positive impact in the world. Let's shape the future of technology together! | ||
</p> | ||
</div> | ||
</div> | ||
|
||
{/* Decoration */} | ||
<img src={"/assets/decor-side.svg"} className="md:block hidden absolute left-0"></img> | ||
<img src={"/assets/decor-side.svg"} className="md:block hidden absolute right-0"></img> | ||
|
||
<img src={"/assets/decor-corner-1.svg"} className="md:hidden absolute block right-0 top-0"></img> | ||
<img src={"/assets/decor-corner-2.svg"} className="md:hidden absolute block left-0 top-0"></img> | ||
<img src={"/assets/decor-corner-1.svg"} className="md:hidden absolute block left-0 bottom-0 rotate-180"></img> | ||
<img src={"/assets/decor-corner-2.svg"} className="md:hidden absolute block right-0 bottom-0 rotate-180"></img> | ||
</div> | ||
) | ||
} |
Oops, something went wrong.