forked from t413/SinglePaged
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathusagenda.html
More file actions
41 lines (36 loc) · 1.13 KB
/
usagenda.html
File metadata and controls
41 lines (36 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=80%" margin-left: auto ;
margin-right: auto ; />
<title>Data Platform Discovery Day 2020 Agend - US Edition</title>
<style>
* { font-family: sans-serif; }
body { background-color: #eee; margin: 0; }
header, footer {
background-color: #457c39;
padding: 3px 10px;
color: white;
}
header h1 {
text-align: center;
}
a {
color: #333;
}
</style>
</head>
<body>
<a href='https://dataplatformdiscoveryday.com/'>Back to the main Data Platform Discoery Day</a><br/>
<a href='https://register.gotowebinar.com/register/593554166155610894'>US Event Registration Page</a>
<header>
<h1>Data Platform Discovery Day 2020 Agenda - US Edition</h1>
</header>
<div style="margin: 20p; margin-right: 15%; margin-left: 15%;">
<script type="text/javascript" src="https://sessionize.com/api/v2/2dahf94u/view/GridSmart"></script>
</div>
<footer>
<small>Copyright 2020 © Data Platform Discovery Day 2020 </small>
</footer>
</body>
</html>