Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-kulkarni-25 committed Jul 9, 2021
1 parent c75d014 commit 6a66b0f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file added assets/images/instagram-2447888.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions pages/participantsguidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<div class="head">Participant Guidelines <img src="../node_modules/bootstrap-icons/icons/list-check.svg"></div>
<div class="head">👩🏻‍🏫 Participant Guidelines 👨🏻‍🏫</div>


<div id="sheet">
Expand Down Expand Up @@ -80,16 +80,16 @@ <h3>If I can do then Yes you can also do it ! 💪🏻</h3>
<p>DONE Everything ! Feel free to get connected ! What are you wating for 😂</p>
<div class="btnbox">
<a href="https://github.com/rohan-kulkarni-25" target="_blank">
<img src="../node_modules/bootstrap-icons/icons/github.svg">
<img src="../assets/images/github.png">
</a>
<a href="https://www.linkedin.com/in/rohan-k-2502/" target="_blank">
<img src="../node_modules/bootstrap-icons/icons/linkedin.svg">
<img src="../assets/images/linkedin.png">
</a>
<a href="https://twitter.com/rohan_2502" target="_blank">
<img src="../node_modules/bootstrap-icons/icons/twitter.svg">
<img src="../assets/images/twitter.png">
</a>
<a href="https://www.instagram.com/rohan_k_2502/" target="_blank">
<img src="../node_modules/bootstrap-icons/icons/instagram.svg">
<img src="../assets/images/instagram-2447888.png">
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion participantguidelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function tile2no() {
document.getElementById('2').innerHTML = `<p>Please Join Us On Discord Right Now !</p>
<div class="btnbox">
<a class="dlink" href="https://discord.com/invite/QMmShus2K5" target="_blank">JOIN DISCORD <img src="../node_modules/bootstrap-icons/icons/discord.svg" alt="" class="boot"></a>
<a class="dlink" href="https://discord.com/invite/QMmShus2K5" target="_blank">JOIN DISCORD</a>
<button onclick="tile2yes()">JOINED ? LET'S GO AHEAD ! 😀</button>
</div>`
Expand Down

0 comments on commit 6a66b0f

Please sign in to comment.