Skip to content

Commit

Permalink
Merge pull request #135 from thecoding-society/domain
Browse files Browse the repository at this point in the history
added open problem statement in domains
  • Loading branch information
aviiciii authored Sep 5, 2023
2 parents 1a9ea7a + d1bde8d commit eb3d39f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ section {
font-size: 15px;
margin: 0;
padding: 0;
text-align: center;
}

.why-us .box:hover {
Expand Down Expand Up @@ -717,6 +718,7 @@ section {
max-width: 50%;
margin-right: 250px;
margin-left: 325px;
margin-bottom: 25px;
}

.services .icon-box {
Expand Down
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,47 +210,54 @@ <h4 id="inasso">In-association with</h4>
<div class="section-title">
<span>Domains</span>
<h2>Domains</h2>
<h6>Select your own problem statement under these domains</h6>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 mt-4">
<div class="box" data-aos="fade-up">
<span>01</span>
<h4>Blockchain & Web 3</h4>
<p>Open Problem Statement</p>
</div>
</div>

<div class="col-lg-4 mt-4">
<div class="box" data-aos="fade-up">
<span>02</span>
<h4>Artificial Intelligence</h4>
<p>Open Problem Statement</p>
</div>
</div>

<div class="col-lg-4 mt-4">
<div class="box" data-aos="fade-up">
<span>03</span>
<h4>Healthcare</h4>
<p>Open Problem Statement</p>
</div>
</div>

<div class="col-lg-4 mt-4">
<div class="box" data-aos="fade-up">
<span>04</span>
<h4>Social Impact</h4>
<p>Open Problem Statement</p>
</div>
</div>

<div class="col-lg-4 mt-4">
<div class="box" data-aos="fade-up">
<span>05</span>
<h4>High School Track</h4>
<p>Open Problem Statement</p>
</div>
</div>

<div class="col-lg-4 mt-4">
<div class="box" data-aos="fade-up">
<span>06</span>
<h4>Open Track</h4>
<p>Open Problem Statement</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -440,8 +447,6 @@ <h2 class="prize-header">Winner</h2>
<h5>Cash Prize ₹60,000+</h5>
</div>
</div>
<br>
<br>
<div
class="col-lg-4 col-md-4 align-items-stretch"
data-aos="">
Expand Down

0 comments on commit eb3d39f

Please sign in to comment.