Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UmmItC committed Jul 4, 2023
1 parent a3c9af4 commit 997b389
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 53 deletions.
111 changes: 58 additions & 53 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,62 +56,67 @@ <h1 class="text-5xl font-bold">Constrix</h1>
experience for the Asian CS1.6 player community and striving to create a unique CS1.6 community in Asia.
</p>

<!-- Open the modal using ID.showModal() method -->
<button class="btn btn-accent" onclick="my_modal_1.showModal()">Forum</button>
<dialog id="my_modal_1" class="modal">
<form method="dialog" class="modal-box">
<h2 class="text-3xl mb-5 font-bold">Forum community</h2>
<p class="mb-5">our forum currently making, Coming soon, we will notify you on discord once it is
completed.</p>
<a href="https://forum.constrix.org" class="link link-success mt-5"
target="_blank">https://forum.constrix.org</a>
</form>
<form method="dialog" class="modal-backdrop">
<button>close</button>
</form>
</dialog>
<div class="grid grid-rows-2 grid-flow-col gap-4">

<!-- Open the modal using ID.showModal() method -->
<button class="btn btn-accent ml-5" onclick="my_modal_2.showModal()">Discord</button>
<dialog id="my_modal_2" class="modal">
<form method="dialog" class="modal-box">
<h2 class="text-3xl mb-5 font-bold">Discord server</h2>
<p class="mb-5">Join our Discord group:</p>
<a href="https://discord.gg/TBpTHuwZ" class="link link-success mt-5"
target="_blank">https://discord.gg/TBpTHuw</a>
</form>
<form method="dialog" class="modal-backdrop">
<button>close</button>
</form>
</dialog>
<!-- Open the modal using ID.showModal() method -->
<button class="btn btn-accent ml-5" onclick="my_modal_1.showModal()">Forum</button>
<dialog id="my_modal_1" class="modal">
<form method="dialog" class="modal-box">
<h2 class="text-3xl mb-5 font-bold">Forum community</h2>
<p class="mb-5">our forum currently making, Coming soon, we will notify you on discord once it
is
completed.</p>
<a href="https://forum.constrix.org" class="link link-success mt-5"
target="_blank">https://forum.constrix.org</a>
</form>
<form method="dialog" class="modal-backdrop">
<button>close</button>
</form>
</dialog>

<!-- Open the modal using ID.showModal() method -->
<button class="btn btn-accent ml-5" onclick="my_modal_3.showModal()">Server</button>
<dialog id="my_modal_3" class="modal">
<form method="dialog" class="modal-box">
<h2 class="text-3xl mb-5 font-bold">Counter-Strike 1.6 Server</h2>
<p>Our server is located in Singapore and our server's main feature is the All-in-One mode.</p>
<p class="text-gray-300 mt-5">IP: <span class="text-orange-500">cs.constrix.org:27015</span></p>
</form>
<form method="dialog" class="modal-backdrop">
<button>close</button>
</form>
</dialog>
<!-- Open the modal using ID.showModal() method -->
<button class="btn btn-accent ml-5" onclick="my_modal_2.showModal()">Discord</button>
<dialog id="my_modal_2" class="modal">
<form method="dialog" class="modal-box">
<h2 class="text-3xl mb-5 font-bold">Discord server</h2>
<p class="mb-5">Join our Discord group:</p>
<a href="https://discord.gg/TBpTHuwZ" class="link link-success mt-5"
target="_blank">https://discord.gg/TBpTHuw</a>
</form>
<form method="dialog" class="modal-backdrop">
<button>close</button>
</form>
</dialog>

<!-- Open the modal using ID.showModal() method -->
<button class="btn btn-accent ml-5" onclick="my_modal_4.showModal()">Github</button>
<dialog id="my_modal_4" class="modal">
<form method="dialog" class="modal-box">
<h2 class="text-3xl mb-5 font-bold">Github Source code</h2>
<p class="mb-5">Currently, only the game server is not open source, while all other repository are
fully open source. For more details, you can refer to our GitHub repository.</p>
<a href="https://github.com/Constrix" class="link link-success mt-5"
target="_blank">https://github.com/Constrix</a>
</form>
<form method="dialog" class="modal-backdrop">
<button>close</button>
</form>
</dialog>
<!-- Open the modal using ID.showModal() method -->
<button class="btn btn-accent ml-5" onclick="my_modal_3.showModal()">Server</button>
<dialog id="my_modal_3" class="modal">
<form method="dialog" class="modal-box">
<h2 class="text-3xl mb-5 font-bold">Counter-Strike 1.6 Server</h2>
<p>Our server is located in Singapore and our server's main feature is the All-in-One mode.</p>
<p class="text-gray-300 mt-5">IP: <span class="text-orange-500">cs.constrix.org:27015</span></p>
</form>
<form method="dialog" class="modal-backdrop">
<button>close</button>
</form>
</dialog>

<!-- Open the modal using ID.showModal() method -->
<button class="btn btn-accent ml-5" onclick="my_modal_4.showModal()">Github</button>
<dialog id="my_modal_4" class="modal">
<form method="dialog" class="modal-box">
<h2 class="text-3xl mb-5 font-bold">Github Source code</h2>
<p class="mb-5">Currently, only the game server is not open source, while all other repository
are
fully open source. For more details, you can refer to our GitHub repository.</p>
<a href="https://github.com/Constrix" class="link link-success mt-5"
target="_blank">https://github.com/Constrix</a>
</form>
<form method="dialog" class="modal-backdrop">
<button>close</button>
</form>
</dialog>
</div>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 997b389

Please sign in to comment.