Skip to content

Commit

Permalink
Merge pull request #38 from pranav-deshmukh/master
Browse files Browse the repository at this point in the history
Terminal page made responsive
  • Loading branch information
aditansh authored Feb 27, 2024
2 parents f52fc07 + ab8fa9a commit 91fde10
Show file tree
Hide file tree
Showing 10 changed files with 387 additions and 178 deletions.
15 changes: 15 additions & 0 deletions devsoc24-landing/public/About.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions devsoc24-landing/public/Portal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions devsoc24-landing/public/Prizepool.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions devsoc24-landing/public/Sponsors.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions devsoc24-landing/public/Timeline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions devsoc24-landing/public/Tracks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion devsoc24-landing/src/components/progressbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const ProgressBar = ({ redProgress, greenProgress, blueProgress }: ProgressBarPr
<div className="flex h-full">
<div className="bg-[#4e4d4d]" style={{ width: `${redProgress}%` }}></div>
<div className="bg-[#a7a6a6]" style={{ width: `${greenProgress}%` }}></div>
<div className="bg-[#ffffff]" style={{ width: `${blueProgress}%` }}></div>
<div className="bg-[#eae9e9]" style={{ width: `${blueProgress}%` }}></div>
</div>
</div>
);
Expand Down
19 changes: 10 additions & 9 deletions devsoc24-landing/src/components/terminal/faqs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const handleClick = (cardName: string) => {
return (

<div className="flex justify- w-full h-full md:pl-[60px] pl-[30px] pt-[100px] relative">
<div className="bg-slate-700 h-[20%]">
<div className="w-[30vw] min-w-[500px] h-full bg-[#b2b2b2] border-2 relative">
<div className="bg-slate-700 md:h-[20%] h-[150px]">
<div className="w-[30vw] min-w-[300px] h-full bg-[#b2b2b2] border-2 relative hover:z-30">
<div className="w-[100%] h-[25px] bg-gradient-to-r from-blue-800 to-blue-600 border-b-2 flex justify-between items-center">
<span className="flex items-center pl-4 text-white text-xs"><PiNotepadLight className="text-2xl pr-2"/> About-DEVSOC’24</span>
<section className="flex">
Expand Down Expand Up @@ -93,8 +93,8 @@ const handleClick = (cardName: string) => {
</div>
</div>
)}
<div className="bg-slate-700 h-[20%] absolute top-52 right-6">
<div className="w-[38vw] min-w-[500px] h-full bg-[#b2b2b2] border-2 relative">
<div className="bg-slate-700 md:h-[20%] h-[150px] absolute top-44 right-10 md:pt-0 mt-10">
<div className="w-[38vw] min-w-[300px] h-full bg-[#b2b2b2] border-2 relative hover:z-30">
<div className="w-[100%] h-[25px] bg-gradient-to-r from-blue-800 to-blue-600 border-b-2 flex justify-between items-center">
<span className="flex items-center pl-4 text-white text-xs"><PiNotepadLight className="text-2xl pr-2"/> About-DEVSOC’24</span>
<section className="flex">
Expand All @@ -109,8 +109,9 @@ const handleClick = (cardName: string) => {

</div>
</div>
<div className="bg-slate-700 h-[20%] absolute top-72 left-28">
<div className="w-[38vw] min-w-[500px] h-full bg-[#b2b2b2] border-2 relative">

<div className="bg-slate-700 md:h-[20%] h-[150px] absolute top-72 md:left-28 left-24 md:pt-0 mt-16">
<div className="w-[38vw] min-w-[300px] h-full bg-[#b2b2b2] border-2 relative hover:z-30">
<div className="w-[100%] h-[25px] bg-gradient-to-r from-blue-800 to-blue-600 border-b-2 flex justify-between items-center">
<span className="flex items-center pl-4 text-white text-xs"><PiNotepadLight className="text-2xl pr-2"/> About-DEVSOC’24</span>
<section className="flex">
Expand All @@ -125,8 +126,8 @@ const handleClick = (cardName: string) => {

</div>
</div>
<div className="bg-slate-700 h-[20%] absolute top-[420px] right-8">
<div className="w-[45vw] min-w-[500px] h-full bg-[#b2b2b2] border-2 relative">
<div className="bg-slate-700 md:h-[20%] h-[150px] absolute top-[420px] right-8 md:pt-0 mt-16">
<div className="w-[45vw] min-w-[300px] h-full bg-[#b2b2b2] border-2 relative hover:z-30">
<div className="w-[100%] h-[25px] bg-gradient-to-r from-blue-800 to-blue-600 border-b-2 flex justify-between items-center">
<span className="flex items-center pl-4 text-white text-xs"><PiNotepadLight className="text-2xl pr-2"/> About-DEVSOC’24</span>
<section className="flex">
Expand All @@ -136,7 +137,7 @@ const handleClick = (cardName: string) => {
<span className="bg-[#757575] mr-1 border-r-[2px] border-b-[2px] border-[#1e1e1e]"><IoMdClose /></span>
</section>
</div>
<p className=" w-[90%] pt-6 pl-6 ">I don’t have much experience with coding or tech events. Should I still participate?? </p>
<p className=" w-[90%] pt-3 pl-6 ">I don’t have much experience with coding or tech events. Should I still participate?? </p>
<button className={`transition hover:duration-75 ease-in-out border-r-[3px] border-b-[3px] absolute bottom-2 right-4 h-6 w-24 md:mt-[100px] bg-[#aaa9a9] border-[#000000] text-sm hover:h-[26px] hover:w-[98px]`}>Select</button>

</div>
Expand Down
Loading

0 comments on commit 91fde10

Please sign in to comment.