-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathspeaker-details.html
112 lines (101 loc) · 5.69 KB
/
speaker-details.html
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Speaker Bio | Azure Cosmos DB Conf 2024</title>
<link rel="canonical" href="https://azure.microsoft.com/products/cosmos-db"/>
<meta name="description" content="Azure Cosmos DB Conf 2024 is the premier event for all things Azure Cosmos DB on April 16th, 2024 at 9AM PT - 12PM PT."/>
<meta name="twitter:url" content="https://aka.ms/AzureCosmosDBConf"/>
<meta name="twitter:title" content="Azure Cosmos DB Conf 2024 | Microsoft Azure"/>
<meta name="twitter:description" content="Azure Cosmos DB Conf 2024 is the premier event for all things Azure Cosmos DB on April 16th, 2024 at 9AM PT - 12PM PT."/>
<meta name="twitter:card" content="summary" />
<meta property="og:url" content="Azure Cosmos DB Conf 2024 | Microsoft Azure"/>
<meta property="og:title" content="Azure Cosmos DB Conf 2024 | Microsoft Azure"/>
<meta property="og:description" content="Azure Cosmos DB Conf 2024 is the premier event for all things Azure Cosmos DB on April 16th, 2024 at 9AM PT - 12PM PT."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://azurecosmosdb.github.io/azurecosmosdbconf/images/conf_details_1.jpg" />
<meta property="twitter:image" content="https://azurecosmosdb.github.io/azurecosmosdbconf/images/conf_details_1.jpg" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="720" />
<meta property="og:image:type" content="image/png" />
<meta name="keywords" content="Azure Cosmos DB, Database Conference, Cloud Database, AI, App Development, Microsoft Azure, Cloud Services">
<meta name="author" content="Microsoft Azure Cosmos DB">
<meta name="robots" content="index, follow">
<meta name="awa-env" content="Production" />
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav id="uhf-header-html">
</nav>
</header>
<div id="main" role="main">
<section id="announcement-bar" class="announcement-bar text-white text-center">
<p class="mb-0">Try out <a href="https://aka.ms/trycosmosdb">Azure Cosmos DB</a> for free!</p>
</section>
<section id="hero">
<div class="container-fluid px-0">
<div class="hero">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-auto mb-lg-4">
<img src="./images/planet.svg" role="presentation" alt="">
</div>
<div class="col-12 col-lg-auto">
<h1 class="mb-0">Azure Cosmos DB Conf <span style="color: var(--theme-tertiary)">2024</span></h1>
<p class="hero-copy">April 16 - 9:00 AM - 12:00 PM PT</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="reactor-banner">
<div class="container-fluid">
<div class="container">
<div class="row align-items-center py-3">
<div class="col-12 col-lg-auto ms-auto text-center">
<img src="./images/logo-reactor.png" role="presentation" alt="">
</div>
<div class="col-12 col-lg-auto me-auto text-center pt-3 pt-lg-0">
<a class="blue" href="https://developer.microsoft.com/reactor/events/21627/" target="_blank">Register free now with Microsoft Reactor for Azure Cosmos DB Conf 2024!</a>
</div>
</div>
</div>
</div>
</section>
<section class="container-fluid px-0 py-5 bg-img-light-faq">
<div class="container" id="speaker-details-container">
</div>
</section>
<section id="contact-banner">
<div class="container-fluid px-0 bg-dark text-white">
<div class="container">
<div class="row">
<div class="col text-center py-5">
<p class="mb-0">For more information contact: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</section>
</div>
<footer id="uhf-footer-html">
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<!-- [Begin] 1DS script -->
<script>
// PAGE NAME USED FOR 1DS.
var pageName = "Home";
</script>
<script type="text/javascript" src="https://js.monitor.azure.com/scripts/c/ms.analytics-web-3.min.js"></script>
<!-- [End] 1DS script -->
<script src="./scripts/customLocalStorage.js"></script>
<script src="./scripts/uhf.js"></script>
<script src="./scripts/agenda.js"></script>
</body>
</html>