Skip to content

Commit

Permalink
dgrgf
Browse files Browse the repository at this point in the history
  • Loading branch information
Manavsheth78 committed Feb 10, 2023
2 parents 3377c45 + 5be5718 commit bf16ea2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const App = () => {
{/* <Team /> */}
{/* <Sponsor /> */}
<Glimpse />
<Signup/>
{/* <Signup/> */}
<Footer />
</div>
);
Expand Down
4 changes: 2 additions & 2 deletions src/components/signup/Signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
pointer-events: none;
font-size: 1em;
color: rgb(1, 209, 105,0.5);

text-transform: uppercase;
color: transparent;
text-transform: uppercase;;
}

.btn-primary {
Expand Down
30 changes: 0 additions & 30 deletions src/components/signup/Signup.jsx
Original file line number Diff line number Diff line change
@@ -1,30 +0,0 @@
import React from 'react'
import './Signup.css'
const Signup = () => {
return (

<div className="signup" id="sign">
<div className="shead">
<h1> SIGN UP</h1>
<p> Sign in now and register for upcoming events and <br/>
future announcements.</p>
</div>
<div className="scontent">
<div className="inputbox">
<div className="rect" />

<input type="email" required="required" />
</div>
<button className="btn-primary">
Get Link
<div className="sbtn" />

</button>

</div>

</div>
)
}

export default Signup

0 comments on commit bf16ea2

Please sign in to comment.