Skip to content

Commit

Permalink
Merge pull request #64 from A1Kumari/master
Browse files Browse the repository at this point in the history
hero section updated
  • Loading branch information
A1Kumari authored Aug 13, 2023
2 parents a4e27e9 + ac006df commit 5eaf9c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
14 changes: 2 additions & 12 deletions src/components/hero/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Hero() {
<div className="hero-section" id="home">
<div className="left">
<h1><span>
<RandomReveal isPlaying duration={3} characters="Welcome To Live the code Hackathon" />
<RandomReveal isPlaying duration={3} characters="Welcome To Live the code Hackathon 2.0" />
</span>
</h1>
<p className="hero-para">
Expand All @@ -31,17 +31,7 @@ export default function Hero() {
shape the future. Unleash y our potential and be part of a vibrant
community driving positive change. Let&apos;s hack together!
</p>
<div className="temp-button">
<a
// className="apply-button"
target="_blank"
rel="noreferrer"
href="https://devfolio.co/@codechefadgitm"
style={{color:"white",textDecoration:"None"}}
>
Apply With Devfolio
</a>
</div>

<div className="action-buttons">
<div
className="apply-button"
Expand Down
3 changes: 2 additions & 1 deletion src/components/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
margin: 0 auto;
}

.hero-content h1 {
.hero-section h1 {
font-size: 3rem;
margin-bottom: 20px;
color: #222222;
overflow: hidden;
}

.hero-content p {
Expand Down

0 comments on commit 5eaf9c5

Please sign in to comment.