Skip to content

Commit

Permalink
photo section
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Jan 14, 2018
1 parent 22930a5 commit 271e098
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ <h5>Details</h5>
<tr>
<td class="bold">Registration Fee</td>
<td>:</td>
<td>Rs.XX/- per head</td>
<td>Rs.70/- per head</td>
</tr>
<tr>
<td class="bold">Topic</td>
<td>:</td>
<td>...</td>
<td>Home Engineering</td>
</tr>
</table>
<p><i>(Download Rules for more details)</i></p>
Expand All @@ -172,8 +172,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 900/-*</p>
</div>
</div>
<div class="details-item details-btns">
Expand Down Expand Up @@ -653,7 +653,7 @@ <h5>
const codeStromUrl = 'https://drive.google.com/open?id=1T6hdXMUWOAnq43GYyxEaQkmUOuuQ7Tjo';
const csGoUrl = 'https://drive.google.com/open?id=1W-ozeGOEu08jmqWxOjCTwKAui5KnFzDU';
const fifaUrl = 'https://drive.google.com/open?id=1vAflCxE2pYFOG6hemUqN8QjE98zax9to';
const photoUrl = 'https://drive.google.com/open?id=1vAflCxE2pYFOG6hemUqN8QjE98zax9to';
const photoUrl = 'https://drive.google.com/open?id=1ce5Z3hqNUSCdbCC8aCeMFEGsiuJ0avhL';

document.getElementById('csGoBtn').onclick = () => window.open(csGoUrl, '_blank');
document.getElementById('codeStromBtn').onclick = () => window.open(codeStromUrl, '_blank');
Expand Down

0 comments on commit 271e098

Please sign in to comment.