Skip to content

Commit

Permalink
Add Video Call Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
askmrsinh committed Feb 27, 2024
0 parents commit f347998
Show file tree
Hide file tree
Showing 25 changed files with 153 additions and 0 deletions.
1 change: 1 addition & 0 deletions video-call-queue/assets/index-BQolbPvf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions video-call-queue/assets/index-D5vS9mnL.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added video-call-queue/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 video-call-queue/images/favicons/favicon-16x16.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 video-call-queue/images/favicons/favicon-32x32.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 video-call-queue/images/favicons/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions video-call-queue/images/favicons/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 video-call-queue/images/favicons/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions video-call-queue/images/favicons/safari-pinned-tab.svg
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 video-call-queue/images/webex-one-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions video-call-queue/images/webex-one-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions video-call-queue/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" sizes="180x180" href="/codelabs/video-call-queue/images/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/codelabs/video-call-queue/images/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/codelabs/video-call-queue/images/favicons/favicon-16x16.png" />
<link rel="mask-icon" href="/codelabs/video-call-queue/images/favicons/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="shortcut icon" href="/codelabs/video-call-queue/images/favicons/favicon.ico" />
<meta name="theme-color" content="#ffffff" />
<title>Codelabs - Video Call Queue</title>
<script type="module" crossorigin src="/codelabs/video-call-queue/assets/index-BQolbPvf.js"></script>
<link rel="stylesheet" crossorigin href="/codelabs/video-call-queue/assets/index-D5vS9mnL.css">
</head>
<body>
<noscript id="javascript-warning" class="hero is-danger is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title">
<span class="icon">
<i class="mdi mdi-alert"></i>
</span>
<span>Javascript is disabled.</span>
</h1>
<h2 class="subtitle">
This site requires Javascript for its core functionality. Please enable Javascript in
browser settings and reload this page.
</h2>
</div>
</div>
</noscript>
<main id="app">
<img
id="brand-background"
class="is-brand-background"
alt="background"
src="/codelabs/video-call-queue/images/webex-one-background.jpg"
style="filter: brightness(55%)"
/>
<section class="hero is-fullheight">
<!-- Hero content: will be in the middle -->
<div class="hero-body">
<div class="container has-text-centered main-container">
<div class="columns is-multiline is-centered">
<div class="column is-full">
<figure>
<img
id="brand-logo"
class="is-brand-logo"
alt=""
src="/codelabs/video-call-queue/images/webex-one-logo-white.svg"
/>
<figcaption class="is-hidden">Logo</figcaption>
</figure>
</div>
<div class="column is-full">
<p id="subtitle" class="subtitle has-text-grey-lighter">{subtitle}</p>
</div>
<div class="column is-two-fifths">
<div class="card-content">
<div class="content">
<button
id="help-button"
class="button is-fullwidth is-rounded is-success is-large"
>
<span class="icon"><i class="mdi mdi-phone"></i></span>
<span id="help-button-text">{helpButtonText}</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Hero footer: will stick at the bottom -->
<div class="hero-foot">
<div class="columns is-gapless p-2">
<div class="column is-12 has-text-weight-medium has-text-centered">
<p class="has-text-danger is-size-7">NOT FOR PRODUCTION USE</p>
<p class="has-text-grey-light">
Made with
<span class="icon-text has-text-danger">
<i class="mdi mdi-heart"></i>
</span>
by the WXSD team (<a href="mailto:[email protected]" target="_blank"
>[email protected]</a
>)
</p>
</div>
</div>
</div>
</section>
</main>
</body>
</html>

0 comments on commit f347998

Please sign in to comment.