-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvc.html
More file actions
63 lines (58 loc) · 4.49 KB
/
Copy pathvc.html
File metadata and controls
63 lines (58 loc) · 4.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<!-- Change the value of lang="en" attribute if your website's language is not English.
You can find the code of your language here - https://www.w3schools.com/tags/ref_language_codes.asp -->
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; URL='https://conferencecaptioning.com/overview/index.html'" />
<title>Conference Live Captioning App Portal, by BeAware</title>
<meta name="description" content="Conference Live Captioning for the Deaf by BeAware">
<meta charset="utf-8">
<meta name="author" content="Saamer Mansoor">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="Deaf, HoH, HardofHearing, Hard, Hearing, Assistant, Android, iPhone, iOS, App, Website" />
<link rel="canonical" href="https://conferencecaptioning.com/portal">
<meta property="og:site_name" content="Conference Live Captioning for the Deaf by BeAware">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Conference Live Captioning By BeAware">
<meta name="twitter:description" content="Native Conference Live Captioning apps for serving Deaf & Hard of Hearing attendees">
<meta name="twitter:image" content="https://conferencecaptioning.com/images/author.png">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Conference Live Captioning By BeAware">
<meta itemprop="description" content="Native Conference Live Captioning apps for serving Deaf & Hard of Hearing attendees">
<meta itemprop="image" content="https://conferencecaptioning.com/images/author.png">
<!-- Facebook Open Graph -->
<meta property="og:url" content="https://conferencecaptioning.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Conference Live Captioning for the Deaf by BeAware">
<meta property="og:description" content="Native Conference Live Captioning apps for serving Deaf & Hard of Hearing attendees">
<meta property="og:image" content="https://conferencecaptioning.com/images/author.png">
<meta name="robots" content="noodp,noydir">
<!-- Facebook Open Graph end -->
<link rel="apple-touch-icon" sizes="57x57" href="https://conferencecaptioning.com/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://conferencecaptioning.com/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://conferencecaptioning.com/images/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://conferencecaptioning.com/images/favicon.png">
<!-- <link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png"> Need this low-->
<link rel="manifest" href="https://conferencecaptioning.com/favicon/site.webmanifest">
<meta name="author" content="Saamer Mansoor">
<!-- Favicons -->
<link rel="shortcut icon" href="https://conferencecaptioning.com/images/favicon.png">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-632LHDVZTW">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-632LHDVZTW');
</script>
<!-- Meta Pixel Code -->
<!-- <script>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '210485784445970'); fbq('track', 'PageView');</script><noscript> <img height="1" width="1" src="https://www.facebook.com/tr?id=210485784445970&ev=PageView&noscript=1"/></noscript> -->
<!-- End Meta Pixel Code -->
<script src="../js/jquery.min.js"></script>
<script type="text/javascript" src="../js/analyticsLite.js"></script>
</head>
</html>