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

OurEvents #44

Merged
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
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function App() {
)
}

export default App
export default App
Binary file added src/components/OurEvents/Coc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/OurEvents/Cp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions src/components/OurEvents/Home.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@

import '../../App.css';
import OurEvents1 from './ourEvents1';
import React from 'react';
import CpImage from './Cp.jpg';
import './text1.css';
import pImage from './person.jpg';
import CocImage from './Coc.jpg';
import wImage from './WOC.jpg';
import FlImage from './flames.jpg';
import wmcImage from './wmc.jpg';
import {Coffee,Bed} from 'lucide-react';


const Home = () => {
return (
<div>
<div>
<OurEvents1 />

</div>
<div>
<img src={CpImage} className='cp-Image'/>
</div>
<div>
<img src={pImage} className='p-Image'/>
</div>
<div>
<img src={CocImage} className='coc-Image'/>
</div>
<div>
<img src={wImage} className='w-Image'/>
</div>
<div>
<img src={FlImage} className='fl-Image'/>
</div>
<div>
<img src={wmcImage} className='wmc-Image'/>
</div>
<div className="code">
CODE &lt;/&gt;
</div>
<div className='sleep'>
SLEEP
</div>
<div className='coffee'>
COFFEE
</div>
<div className='cof'>
<Coffee size={50}/></div>
<div className='bed'>
<Bed size={50}/>
</div>
</div>
);
};
export default Home;
Binary file added src/components/OurEvents/WMC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/OurEvents/WOC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/OurEvents/flames.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/components/OurEvents/ourEvents1.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import React from 'react'
//import styles from './ExampleComponentCss.module.css'
import './text1.css'


const OurEevents1 = () => {
return (
<div className="container">
<div className="Oe1">
OUR EVENTS
</div>
<div className="Oe2">
OUR EVENTS
</div>
<div className="Oe3">
OUR EVENTS
</div>
</div>
)
}

export default OurEevents1;
Binary file added src/components/OurEvents/person.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
158 changes: 158 additions & 0 deletions src/components/OurEvents/text1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');
.container {
position: relative; /* This ensures the children are positioned relative to this container */
width: 1433px; /* Match the width of your text */
height: 226px; /* Match the height of your text */
}

.Oe1{
position: absolute;
width: 1433px;
height: 226px;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: 200px;
line-height: 243.8px;
align-content: center;
top: 0;
left: 0;
color: #004457;
z-index:4;


}
.Oe2{
position: absolute;
width: 1433px;
height: 226px;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: 200px;
line-height: 243.8px;
align-content: center;
top: 120px;
left: 0;
color: #00A8D6;
z-index:3;

}
.Oe3{
border: 1px ;
color: transparent;
-webkit-text-stroke: 1.5px #FFFFFF;
position: absolute;
width: 1433px;
height: 226px;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: 200px;
line-height: 243.8px;
align-content: center;
top: 240px;
left: 0;
z-index: 1;

letter-spacing: 2px; /* Adjust for better spacing */

}
.cp-Image{
width: 290px;
height:178px;
top: 388px;
left: 290px;
position: absolute;
z-index:2;
}
.p-Image{
width: 231px;
height: 437px;
position: absolute;
top:388px;
left:45px;
z-index:2;
}
.coc-Image{
position:absolute;
z-index: 2;
top:388px;
left:600px;
width: 242px;
height: 705px;
}
.w-Image{
position:absolute;
z-index: 2;
top:841.5px;
left: 45px;
width: 539px;
height: 252px;
}
.fl-Image{
position:absolute;
z-index: 2;
top:388px;
left: 862px;
width: 238px;
height: 331px;
}
.wmc-Image{
position:absolute;
z-index: 2;
top:590px;
left: 1120px;
width: 294px;
height: 504px;
}
.code{
left:320px;
top:673px;
font-size: 50px;
position: absolute;
font-family: 'Inter', sans-serif;
font-weight:300;
line-height: 60.51px;
Align-content: center;
color: #00C8FF;

}
.sleep{
font-size:50px;
font-weight: 300;
line-height: 60.51px;
align-content: center;
font-family: 'Inter', sans-serif;
left:1140px;
top:500px;
position: absolute;
color:#00C8FF;

}
.coffee{
font-family: 'Inter', sans-serif; /* Apply Inter font */
font-size: 50px;
font-weight: 300;
line-height: 60.51px;
color: #00C8FF;
position: absolute;
writing-mode: vertical-rl; /* Set text direction to vertical */
transform: rotate(360deg);
top:786px;
left:952px;
}
.bed{
position:absolute;
top:500px;
left: 1300px;

color:#00C8FF;
}
.cof{
position:absolute;
top:986px;
left: 960px;
writing-mode: vertical-rl;
transform:rotate(90deg);
color:#00C8FF;
}

Loading