Skip to content

Commit

Permalink
CS Details Added
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Jan 5, 2018
1 parent 6230773 commit 7c847fa
Showing 1 changed file with 50 additions and 5 deletions.
55 changes: 50 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ <h5>Details</h5>
</div>
<div class="prizeMoney">
<h5>PRIZE MONEY</h5>
<p>1st Prize: INR X,XXX/-*</p>
<p>2nd Prize: INR X,XXX/-*</p>
<p>1st Prize: INR 1,500/-*</p>
<p>2nd Prize: INR 700/-*</p>
</div>

</div>
Expand All @@ -143,8 +143,53 @@ <h1>Photography</h1>
<i class="fa fa-3x fa-times modal-close-btn" eventNo="5" aria-hidden="true"></i>
<div class="details">
<h1>CS Go</h1>
<button class="btn details-btn" id="csGoBtn">Rules</button>
<button class="btn details-btn RegisterBtn">Register</button>
<div class="details-card">
<div class="details-item details-img">
<img src="./img/events/cs-go.jpg" alt="Event">
</div>
<div class="details-item details-category">
<h5>Details</h5>
<table>
<tr>
<td class="bold">Category</td>
<td>:</td>
<td>Gaming</td>
</tr>
<tr>
<td class="bold">Date</td>
<td>:</td>
<td>Soon</td>
</tr>
<tr>
<td class="bold">Registration Fee</td>
<td>:</td>
<td>Rs.400/- per team</td>
</tr>
<tr>
<td class="bold">Max member in a team</td>
<td>:</td>
<td>5</td>
</tr>
</table>
</div>
<div class="details-item details-rules">
<div>
Show your skills with more of your friends better to call your CLAN. Hit the dust, Spill the blood. Reach to the top through
the path of glory. Engrave your name to the wall of fame.
</div>
<div class="prizeMoney">
<h5>PRIZE MONEY</h5>
<p>1st Prize: INR 6,000/-*</p>
<p>2nd Prize: INR 3,000/-*</p>
</div>
</div>
<div class="details-item details-btns">
<button class="btn details-btn" id="csGoBtn">Rules</button>
<button class="btn details-btn RegisterBtn">Register</button>
<div class="bold green small-font">(OFFLINE REGISTRATION DESK IS ALSO AVAILABLE TO REGISTER DIRECTLY ON THE EVENT DATE)</div>
<div class="bold red small-font">* Prize money is subject to change based on the number of participants</div>
</div>
</div>
</div>
</div>
<div class="event-details 6-event">
Expand Down Expand Up @@ -529,4 +574,4 @@ <h5>
</body>


</html>
</html>

0 comments on commit 7c847fa

Please sign in to comment.