Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unused code and fixed typos #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 6 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<main>
<div class="black">
<h1>Choose yo</h1>
<h1>Choose your room</h1>
<button class="create" id="btn-pri-c">Create Private</button>
<h4>or</h4>
<button class="create" id="btn-pri-j">Join Private</button>
Expand Down Expand Up @@ -40,7 +40,7 @@ <h4>or</h4>
</div>

<section class="roompage">
<h2>UniSync-CFD_2K17</h2><!--<img src="close-b.png" class="close close-pub">--><span class="userSucc">Username Successfully Created</span><hr>
<h2>UniSync-CFD_2K17</h2><span class="userSucc">Username Successfully Created</span><hr>
<div class="formdiv">
<form action="" id="yout-search">
<span class="yout-link">Enter Youtube Link : </span>
Expand All @@ -55,10 +55,10 @@ <h2>UniSync-CFD_2K17</h2><!--<img src="close-b.png" class="close close-pub">--><
<button class="sync-btn">Sync</button>
</div>
</section>
<p>Your Private Ro</p>
<p>Your Private Room</p>
</div>
<div class="white">
<h1>ur Room</h1>
<h1>Your Room</h1>
<button class="join" id="btn-pub-j">Join Public</button>
<div class="chat_wrapper">
<div class="curruser"></div>
Expand All @@ -69,33 +69,10 @@ <h1>ur Room</h1>
<button type="button" name="button" id="msgsubmitpublic">Send</button>
</div>
</div>
<p>om is Ready.</p>
<p>Room is Ready.</p>
</div>
</main>


<!--
<div class="join-room">
<span class="glyphicon glyphicon-remove close"></span>
<button class="btn btn-primary publicroom"><h3>Public Room</h3></button>
<button class="btn btn-primary privateroom"><h3>Private Room</h3></button>
</div>

<div id="room-select">
<div>
<div class="rooms">
<button class="btn btn-success create"><h3>CREATE ROOM</h3></button>
</div>
<div class="rooms">
<button class="btn btn-success join"><h3>JOIN ROOM</h3></button>
</div>
</div>
</div>

<div id="createroom"></div>
-->


<script src="scripts/script.js"></script>
</body>
</html>
</html>