Skip to content

Commit

Permalink
vocal assistant impl initial commit AceCentre#13 & support for all br…
Browse files Browse the repository at this point in the history
…owsers
  • Loading branch information
Hossein Amin committed Jan 28, 2020
1 parent 9d023be commit 3bb7348
Show file tree
Hide file tree
Showing 14 changed files with 2,120 additions and 1,896 deletions.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@
<link rel="icon" href="assets/images/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Poppins:600,700" rel="stylesheet">
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<!--
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99014794-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-99014794-3');
</script>
-->
</head>
<body>
<input id="input" type="password" autofocus autocomplete="new-password"/>
<input id="input" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
<div id="landscape">Please rotate back to portrait mode.</div>
<a id="button">?</a>
<div class="tl-btn-group">
<a href title="Audio toggle" class="item audio-toggle"><i class="fa fa-2x fa-volume-up"></i></a>
<a href title="Speech toggle" class="item speech-toggle"><i class="fa fa-2x fa-assistive-listening-systems"></i></a>
</div>
<div id="overlay">
<div class="wrapper">
<div class="title">
Expand Down
Loading

0 comments on commit 3bb7348

Please sign in to comment.