Skip to content

Commit

Permalink
Merge pull request #38 from thecoding-society/changes
Browse files Browse the repository at this point in the history
Some changes
  • Loading branch information
aviiciii authored Jul 13, 2023
2 parents 58cc208 + 26963d6 commit 87f487c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
14 changes: 13 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1620,8 +1620,19 @@ section {
}

#proposal-p {
display: inline;
margin: 0px 60px;
font-size: 20px;
/* add background color translucent */
background-color: rgba(20, 20, 20, 0.8);
color: rgb(225, 225, 225);
margin-bottom: 20px;
font-weight: 550;


}
.sponsor-btns{
margin-top: 30px;
}

.non-selectable {
Expand Down Expand Up @@ -1662,7 +1673,8 @@ section {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.proposal-p {
#proposal-p {
margin: 0px 10px;

}
}
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2>About</h2>

<div class="row">
<div class="col-lg-6 order-1 order-lg-2">
<img src="img/about.jpg" class="img-fluid dummy" alt="hackathon-img" />
<img src="img/about.jpg" style="width: 550px;" class="img-fluid dummy" alt="hackathon-img" />
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content">
<h3>Welcome, Hackers!</h3>
Expand Down Expand Up @@ -357,17 +357,20 @@ <h4><a href="">Divera don</a></h4>
<section id="proposal" class="cta">
<div class="container">
<div class="text-center">
<h3>Want to sponsor us?</h3>
<h3 class="non-selectable">Want to sponsor us?</h3>
<br />
<p id="proposal-p">
<p id="proposal-p" class="non-selectable">
Be part of the transformation and make a lasting impact by sponsoring PEC HACKS, a premier hackathon event that brings together
talented individuals to innovate and create groundbreaking solutions. As a sponsor, you'll gain valuable visibility among a highly
engaged audience, connect with top tech talent, and position your brand as a leader in the industry. Join us in empowering the next
generation of innovators and driving technological advancements.
</p>
<br />
<a class="cta-btn sponsor-brochure" href="/">Sponsor Brochure</a>
<a class="cta-btn" href="#contact">Contact Us</a>
<div class="sponsor-btns">
<a class="cta-btn sponsor-brochure" href="/">Sponsor Brochure</a>
<a class="cta-btn" href="#contact">Contact Us</a>
</div>

</div>
</div>
</section>
Expand Down

0 comments on commit 87f487c

Please sign in to comment.