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

warning issues #124

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"react-icons": "^4.6.0",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-scripts": "3.4.0",
"react-scripts": "^3.4.0",
"react-wavify": "^1.3.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -b gh-pages -d build",
"start": "react-scripts --openssl-legacy-provider start",
"start": "react-scripts start --openssl-legacy-provider",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand All @@ -46,7 +46,7 @@
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.0.5react-scripts start",
"pretty-quick": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/CaseStudy/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Card = ({ image, title, link }) => {
<div className="container" style={{ 'padding-top': '70px' }} id="mobcard">
<div className="card case_study_card">
<div className="card-image">
<img src={image} style={{ "height": '15em' }} />
<img src={image} alt=" " style={{ "height": '15em' }} />
</div>
<div className="card-content case_study_content center" >
<p className="title">{title}</p>
Expand Down
1 change: 1 addition & 0 deletions src/Pages/Catalyst/Catalyst.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const Catalyst = () => {
<div className="catalyst-card">
<img src={Catalyst2021} className="catalyst-image" />


<div className="catalyst-content">
<div className="catalyst-headings">
<div className="catalyst-heading1">CATALYST 2021</div>
Expand Down
4 changes: 2 additions & 2 deletions src/Pages/Events/events.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ const Events = () => {
const [filtered, setfiltered] = useState([]);
useEffect(() => {

if (selected == 0)
if (selected === 0)
setfiltered(events);
else if (selected == 1)
else if (selected === 1)
setfiltered(events.filter((event) => event.Status === "Finished"));
else
setfiltered(events.filter((event) => event.Status === "Upcoming"));
Expand Down
1 change: 1 addition & 0 deletions src/Pages/Leaderboard/Leaderboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default function Leaderboard() {

<img
className="leaderboard-avatar"
alt=" "
src={`https://trello-members.s3.amazonaws.com/${
memberNames[value[0]]?.id
}/${memberNames[value[0]]?.avatarHash}/50.png`}
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Projects/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ProjectCard = ({ image, title, description, link }) => {
<div>
<div className="card project-card">
<div className="card-image">
<img src={image} style={{ "height": '15em' }} />
<img src={image} alt="" style={{ "height": '15em' }} />
</div>
<div className="project-card-content case_study_content center" >
<p className="project-title">{title}</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Team/TeamPage.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { executiveMembers, webTeam, advisoryBoard,ex_executiveMembers_2021,ex_executiveMembers_2022 } from './MembersList'
import { executiveMembers, advisoryBoard,ex_executiveMembers_2021,ex_executiveMembers_2022 } from './MembersList'
import './TeamPage.styles.css'
import Card from './Card'
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const About = () => {
<div className='about-section' >
<div className="container center mobile-text" style={{ paddingTop: '60px' }} id='about' >
<h3 className='white-text' style={{ marginTop: '30px', marginBottom: '30px' }} >About Us</h3><br />
<img src={AboutSvg} className='responsive-img' style={{ marginBottom: '20px',pointerEvents:"none" }} alt="About us image" />
<img src={AboutSvg} className='responsive-img' style={{ marginBottom: '20px',pointerEvents:"none" }} alt="About us" />
<p className='white-text' >Founded in January in the year 2009 as Entrepreneurship Cell, MEC and revamped as IEDC MEC under the guidance of Kerala Startup Mission as a Govt. of Kerala initiative in 2015, the Innovation and Entrepreneurship Development Cell of Model Engineering college has constantly worked towards helping the community find an intersection between technology and entrepreneurship. We strongly believe that entrepreneurship is the key to unlock the nation’s true potential and therefore strive to promote the idea of job creation rather than job seeking. By consistently hosting a large number of inspiring and innovative events and through our flagship annual national level symposium- ‘Technopreneur’, IEDC MEC, from its humble beginnings is now one of the best functioning IEDCs in the state.</p>

<p className='white-text' >IEDC MEC currently acts as a pre-incubator which helps in providing mentorship and support to the projects of our students and help to scale them into potential startup realities. We are funded by the Kerala Startup Mission (KSUM).</p>
Expand Down
10 changes: 5 additions & 5 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Navbar = () => {
<a
href="https://github.com/IEDCMEC/projects/blob/main/README.md"
className="black-text "
target="_blank"
target="_blank" rel="noopener noreferrer"
>
Projects
</a>
Expand All @@ -76,9 +76,9 @@ const Navbar = () => {
<a
href="https://collab.iedcmec.in/"
className="black-text "
target="_blank"
target="_blank" rel="noopener noreferrer"
>
IEDC Collab <img src={linkpic} alt="IEDC COLLAB" style={{width:"16px", height:"16px"}}/>
IEDC Collab <img src={linkpic} style={{width:"16px", height:"16px"}}/>
</a>
</li>
<li key="blog" >
Expand Down Expand Up @@ -106,10 +106,10 @@ const Navbar = () => {
<a
href="https://collab.iedcmec.in/"
className="black-text "
target="_blank"
target="_blank" rel="noopener noreferrer"
style={{textAlign: "center"}}
>
IEDC Collab <img src={linkpic} alt="IEDC COLLAB" style={{width:"15px", height:"15px"}}/>
IEDC Collab <img src={linkpic} style={{width:"15px", height:"15px"}}/>
</a>
</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions src/components/intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ const Intro = () => {
<i className="material-icons right">arrow_forward</i>
Read More
</a>
>>>>>>> f6ab8c5257c5ee92d1e04897cdb03b2d2f6323d3
</div>
</div>
</div>
Expand Down