Skip to content

Commit

Permalink
zxz
Browse files Browse the repository at this point in the history
  • Loading branch information
VadhwanaParth15 committed Feb 9, 2023
1 parent c47c858 commit 67525b2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Event from "./components/Events/Event";
import Sponsor from "./components/Sponsor/Sponsor";
import { NavBar } from "./components/Nav/NavBar";
import Glimpse from "./components/Glimpse/Glimpse";
import Signup from "./components/Signup/Signup";
import Signup from "./components/signup/Signup";
import { render } from "@testing-library/react";
const App = () => {

Expand Down
18 changes: 9 additions & 9 deletions src/components/Events/Event.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@ function Event() {
},
{
imgurl: "assests/Events/innovative.png",
title: "inovative heist",
title: "arcadian evovle",
description: "orem ipsum dolor sit amet, consectetur adipiscing elit. Cras magna leo, porta a justo at, suscipit scelerisque erat. Quisque risus dui, ultrices ac semper sed,",
link: "",
},
{
imgurl: "assests/Events/cyber.png",
title: "wheels & wings",
imgurl: "assests/Events/sharks.png",
title: "s.h.a.r.k.s",
description: "orem ipsum dolor sit amet, consectetur adipiscing elit. Cras magna leo, porta a justo at, suscipit scelerisque erat. Quisque risus dui, ultrices ac semper sed,",
link: "",
},
{
imgurl: "assests/Events/cyber.png",
title: "wheels & wings",
imgurl: "assests/Events/handson.png",
title: "Hands-on",
description: "orem ipsum dolor sit amet, consectetur adipiscing elit. Cras magna leo, porta a justo at, suscipit scelerisque erat. Quisque risus dui, ultrices ac semper sed,",
link: "",
},
{
imgurl: "assests/Events/cyber.png",
title: "wheels & wings",
imgurl: "assests/Events/ws.png",
title: "workshop",
description: "orem ipsum dolor sit amet, consectetur adipiscing elit. Cras magna leo, porta a justo at, suscipit scelerisque erat. Quisque risus dui, ultrices ac semper sed,",
link: "",
},
{
imgurl: "assests/Events/cyber.png",
title: "wheels & wings",
imgurl: "assests/Events/fab.png",
title: "Fab-Lab",
description: "orem ipsum dolor sit amet, consectetur adipiscing elit. Cras magna leo, porta a justo at, suscipit scelerisque erat. Quisque risus dui, ultrices ac semper sed,",
link: "",
},
Expand Down
4 changes: 0 additions & 4 deletions src/components/signup/Signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
text-align: center;
}


<<<<<<< HEAD
.scontent{
display: flex;
justify-content: center;
Expand Down Expand Up @@ -80,5 +78,3 @@



=======
>>>>>>> 8823b651373b5423cdf7c57224838b969736e12b
4 changes: 1 addition & 3 deletions src/components/signup/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ const Signup = () => {

</div>

<<<<<<< HEAD
=======

<div className="s-content">
<div className="email">
Email: <input type="email"/>
</div>
</div>
>>>>>>> 8823b651373b5423cdf7c57224838b969736e12b



Expand Down

0 comments on commit 67525b2

Please sign in to comment.