Skip to content

Commit

Permalink
[mirotalksfu] - update landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Pejic committed Oct 14, 2021
1 parent 398a6d2 commit cc86c16
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions public/view/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ <h1 class="hero-title mt-0">
Start your next video call with a single click. No download, plug-in or login
required. Just get straight to talking, messaging and sharing your screen.
</p>
<div class="hero-cta">
<a class="button button-primary pulse" href="/newroom">TRY NOW</a>
</div>
</div>

<div class="hero-figure anime-element">
<svg class="placeholder" width="528" height="396" viewBox="0 0 528 396">
<rect width="528" height="396" style="fill: transparent" />
Expand All @@ -108,6 +104,29 @@ <h1 class="hero-title mt-0">
</div>
</section>

<section class="cta section">
<div class="container">
<div class="cta-inner section-inner">
<h3 class="section-title mt-0">
Pick a room name.<br />
How about this one?
</h3>
<div>
<div class="mb-24">
<label for="roomName"></label>
<input class="button" type="text" id="roomName" value="" />
<button
class="button button-primary button-wide-mobile pulse"
onclick="{window.location.href = '/join/' + document.getElementById('roomName').value}"
>
Join to room
</button>
</div>
</div>
</div>
</div>
</section>

<section class="features section">
<div class="container-sm">
<div class="pricing-inner section-inner">
Expand Down Expand Up @@ -316,5 +335,6 @@ <h2 style="text-align: center">Try an easier, more secure way of calling.</h2>
</div>

<script src="../js/landing.js"></script>
<script src="../js/newroom.js"></script>
</body>
</html>

0 comments on commit cc86c16

Please sign in to comment.