Skip to content

Commit

Permalink
added poster
Browse files Browse the repository at this point in the history
  • Loading branch information
heyyakash committed Nov 29, 2023
1 parent 2bea92b commit cc7969d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/acheive.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Doing internship or have done in past?": "Yes",
"Company and Position": "Vaidhyamegha",
"Stipend": 13000,
"achievements": ["Completed GSoC with mifos"]
"achievements": ["Google Summer of Code 2023 with The Mifos Initiative","Top 10 in Nokia Collegiate Wilderness 2022"]
},
{
"Timestamp": "11/23/2023 15:49:05",
Expand Down Expand Up @@ -129,7 +129,7 @@
"Doing internship or have done in past?": "Yes",
"Company and Position": "Launchpad, Android Developer Intern",
"Stipend": 40000,
"achievements": ["1) 1st Runner Up at IEEE MUJ Hackathon at Manipal."," 2nd Runner Up at Nokia Hackman 5.0"," Gitlab Certified Associate"]
"achievements": ["1st Runner Up at IEEE MUJ Hackathon at Manipal."," 2nd Runner Up at Nokia Hackman 5.0"," Gitlab Certified Associate"]
},
{
"Timestamp": "11/23/2023 18:08:23",
Expand Down
Binary file added src/assets/images/rec.png
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 src/components/Achievements/Achievements.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Events = () => {

<div className="container">
<SectionHeader style={{ marginTop: "-30px" }} data={sectionHeader} className="center-content" />
<div className='event-parent-container'>
<div className='event-parent-container' style = {{alignItems:"stretch"}}>
{data.map((x, i) => {
return (
<div className="event-container" key={i}>
Expand Down
11 changes: 9 additions & 2 deletions src/components/sections/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import ca_1 from '../../assets/images/new1.jpeg'
import ca_2 from './../../assets/images/pb_1.png'
import ca_3 from './../../assets/images/pb_2.png'
import ca_4 from './../../assets/images/new2.jpeg'
import rec from "../../assets/images/rec.png"
import { useHistory } from 'react-router-dom/cjs/react-router-dom'

const propTypes = {
...SectionProps.types,
Expand Down Expand Up @@ -50,13 +52,18 @@ const Hero = ({
invertColor && 'invert-color',
className
)

useHistory()
const innerClasses = classNames(
'hero-inner section-inner',
topDivider && 'has-top-divider',
bottomDivider && 'has-bottom-divider'
)


const route = () => {
window.location.href = "/form"
}

return (
<section {...props} className={outerClasses}>
<div className='container'>
Expand Down Expand Up @@ -87,7 +94,7 @@ const Hero = ({
data-reveal-delay='500'
>
<AwesomeSlider>

<div style = {{cursor:"pointer"}} onClick={()=>{route()}} data-src={rec} />
<div data-src={ca_2} />
<div data-src={ca_3} />
<div data-src={ca_1} />
Expand Down
2 changes: 1 addition & 1 deletion src/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"event_date":"12/12/2023",
"event_start_time":"18:00",
"event_end_time":"19:00",
"event_poster":"https://www.oyorooms.com/blog/wp-content/uploads/2018/02/event.jpg",
"event_poster":"https://ik.imagekit.io/qx5kklh3ls/rec.png?updatedAt=1701247115375",
"event_link":"/form"
}
]

0 comments on commit cc7969d

Please sign in to comment.