Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

borhomthuri initial commit (yet to be completed) #2

Merged
merged 6 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions src/Components/Borhomthuri/Borhomthuri.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import Pepa from "./Pepa";
import styles from "./Borhomthuri.module.scss";
import Film from "./Filmy";

import ScrolBar from "./ScrolBar";
// import FrontCover from "./FrontCover";
const Borhomthuri = () => {
return (
<div className={styles.superParent}>
<div className={styles.ParentClass}>
<Pepa />
<Film />
<ScrolBar />
{/* <FrontCover/> */}
<div className={styles.text}>
Borhomthuri is the annual souvenir of POSUA.It enfolds indispensable parts of
Assamese Culture and also the emotions of students in the form of enthralling
articles,poems,stories and sketches.Borhomthuri reflects the ardour of NITS
Family towards POSUA and provides an opportunity for the literary skills of
students to get revived
</div>
</div>
</div>
);
};

export default Borhomthuri;
28 changes: 28 additions & 0 deletions src/Components/Borhomthuri/Borhomthuri.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.superParent {
min-height: 100vh;
}
.text {
position: relative;
left: 30%;
top: 10%;
color: rgb(109, 12, 12);
font-family: "Alata", sans-serif;
font-weight: 600;
font-size: 14px;
font-style: normal;
display: flex;
justify-content: center;
text-align: center;
width: 15%;
height: 20%;
min-height: 150vh;
}
.ParentClass {
background-color: rgb(228, 197, 156);
background-image: url(https://res.cloudinary.com/dl0knguhb/image/upload/v1710772395/posua%2024/Group_di1ejb.svg),
url(../../assets/sideFlower.svg);
background-position: right, left;
background-repeat: no-repeat;
}
// .Border {
// }
16 changes: 16 additions & 0 deletions src/Components/Borhomthuri/Filmy.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import styles from "./Filmy.module.scss";
// import FilmImg from "./FILM.svg";
const Film = () => {
return (
<div>
<div className={styles.FilmClass}>
<img
alt=""
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711138935/Vector_yz2omx.png"
className={styles.cam}
/>
</div>
</div>
);
};
export default Film;
18 changes: 18 additions & 0 deletions src/Components/Borhomthuri/Filmy.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.FilmClass {
// scale: 1.3;

scale: 0.5;
margin-left: auto;
margin-right: 5rem;
width: 50%;
height: 70%;
position: absolute;
left: 20%;
top: 80%;
overflow: hidden;
}
@media screen and (max-height: 550px) {
.FilmClass {
top: 100%;
}
}
Empty file.
5 changes: 5 additions & 0 deletions src/Components/Borhomthuri/Flower.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.Flower {
height: 10%;
width: 10%;
margin-left: 0%;
}
12 changes: 12 additions & 0 deletions src/Components/Borhomthuri/FrontCover.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// import styles from './FrontCover.module.scss';
// import CoverImg from "./frontCover.svg";
// const FrontCover = () =>{
// return (
// <div>
// <div className={styles.FrontCoverClass}>
// <img alt="" src={CoverImg} />
// </div>
// </div>
// )
// }
// export default FrontCover;
2 changes: 2 additions & 0 deletions src/Components/Borhomthuri/FrontCover.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.FrontCoverClass {
}
12 changes: 12 additions & 0 deletions src/Components/Borhomthuri/Pepa.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import styles from "./Pepa.module.scss";
import PepaImg from "../../assets/Pepa.svg";
const Pepa = () => {
return (
<div>
<div className={styles.PepaClass}>
<img alt="" src={PepaImg}></img>
</div>
</div>
);
};
export default Pepa;
6 changes: 6 additions & 0 deletions src/Components/Borhomthuri/Pepa.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.PepaClass {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
70 changes: 70 additions & 0 deletions src/Components/Borhomthuri/ScrolBar.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
import React from "react";
import styles from "./ScrollBar.module.scss";
const ScrolBar = () => {
return (
<div>
<div className={styles.ParentScrollClass}>
<div className={styles.gradFilter}>
<div className={styles.eachItem}>
{/* <img alt='' src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711040716/Component_1_t7adas.webp"/> */}

<img
alt="11th"
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711030670/cover_page_xevaic.webp"
/>
<img
alt="11"
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711045387/11TH_EDITION_ctibkf.png"
/>
</div>
<div className={styles.eachItem}>
{/* <img alt='' src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711040716/Component_1_t7adas.webp"/> */}
<img
alt="8th"
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711041325/Group_2608555_sx9smm.png"
/>
<img
alt="8"
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711045383/8TH_EDITION_ourusl.png"
/>
</div>
<div className={styles.eachItem}>
{/* <img alt='' src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711040716/Component_1_t7adas.webp"/> */}
<img
alt="6th"
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711041848/Group_2608554_mv8wdv.png"
/>
<img
alt="6"
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711045380/6TH_EDITION_o9f5hc.png"
/>
</div>
<div className={styles.eachItem}>
{/* <img alt='' src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711040716/Component_1_t7adas.webp"/> */}
<img
alt="5th"
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711041828/Group_2608553_i7rmqh.png"
/>
<img
alt="5"
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711045376/5TH_EDITION_zj7naz.png"
/>
</div>
<div className={styles.eachItem}>
{/* <img alt='' src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711040716/Component_1_t7adas.webp"/> */}
<img
alt="4th"
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711041892/Group_2608552_tbpxrc.png"
/>
<img
alt="4"
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711045376/4TH_EDITION_h1xtfm.png"
/>
</div>
</div>
</div>
</div>
);
};

export default ScrolBar;
56 changes: 56 additions & 0 deletions src/Components/Borhomthuri/ScrollBar.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
.gradFilter {
background-image: linear-gradient(180degrgb (228, 197, 156), transparent);
z-index: 2;
background-attachment: fixed;
}
.ParentScrollClass {
height: 70%;
width: 25%;
margin-left: 55%;
overflow: auto;
position: absolute;
border-radius: 0.5rem;
background-image: url("https://res.cloudinary.com/dl0knguhb/image/upload/v1711040716/Component_1_t7adas.webp");
background-size: cover;
.eachItem {
scale: 0.8;
margin: 0 auto;
z-index: -1;
}
}
.ParentScrollClass::-webkit-scrollbar {
display: none;
}
// @keyframes primary{
// from{
// top: 0%;
// }
// to{
// top: -100%;
// }
// }
// .ParentScrollClass2{
// animation: secondary 2s linear infinite;
// height: 70%;
// width: 25%;
// margin-left: 55%;
// overflow: auto;
// position: absolute;
// border-radius: .5rem ;
// background-image: url("https://res.cloudinary.com/dl0knguhb/image/upload/v1711040716/Component_1_t7adas.webp");
// background-size:cover ;
// .eachItem{
// scale:0.8;
// margin: 0 auto;
// z-index:-1;
// }
// }
// .ParentScrollClass2::-webkit-scrollbar{
// display:none;

// }
// @keyframes secondary{
// from{
// top
// }
// }
8 changes: 8 additions & 0 deletions src/Components/CoverPage.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.CoverPageClass {
height: 20%;
width: 15%;
position: absolute;
margin-left: 60%;
margin-top: 10%;
border-radius: 7rem;
}
14 changes: 14 additions & 0 deletions src/Components/Coverpage.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import styles from "./CoverPage.module.scss";
const CoverPage = () => {
return (
<div>
<div className={styles.CoverPageClass}>
<img
alt=""
src="https://res.cloudinary.com/dl0knguhb/image/upload/v1711030670/cover_page_xevaic.webp"
/>
</div>
</div>
);
};
export default CoverPage;
5 changes: 0 additions & 5 deletions src/Pages/Borhomthuri/Borhomthuri.jsx

This file was deleted.

8 changes: 7 additions & 1 deletion src/Pages/Home/Home.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import Borhomthuri from "../../Components/Borhomthuri/Borhomthuri";
import styles from "./Home.module.scss";
const Home = () => {
return <div>Home page</div>;
return (
<div className={styles.home}>
<Borhomthuri />
</div>
);
};

export default Home;
3 changes: 3 additions & 0 deletions src/Pages/Home/Home.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.home {
min-height: 100vh;
}
2 changes: 1 addition & 1 deletion src/Pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Events from "./Events/Events";
import Home from "./Home/Home";
import Team from "./Team/Team";
import Sponsors from "./Sponsors/Sponsors";
import Borhomthuri from "./Borhomthuri/Borhomthuri";
import Borhomthuri from "../Components/Borhomthuri/Borhomthuri";
import Gallery from "./Gallery/Gallery";

export { Events, Home, Team, Sponsors, Borhomthuri, Gallery };
Binary file added src/assets/Component 1.webp
Binary file not shown.
Loading
Loading