-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (26 loc) · 1.21 KB
/
index.html
File metadata and controls
32 lines (26 loc) · 1.21 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
<html>
<head>
<meta charset="utf-8" />
<title> Data Visualization DC Meetup Group</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KQ9BJM99V8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KQ9BJM99V8');
</script>
</head>
<body>
<div style="position: relative; width: 100%; height: 100%">
<a href="https://twitter.com/DataVizDC" target="_blank" title="Upcoming Events">
<img src="./assets/img/datavizdc.png"
style="position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto" />
</a>
<center><a href="https://www.meetup.com/Data-Visualization-DC/" target="_blank">Upcoming Events</a></center>
<center><a href="./diversity_statement.html" target="_blank">Diversity Statement and Code of Conduct</a> </center>
<center><a href="https://twitter.com/datavizdc" target="_blank">Twitter</a></center>
<center><a href="https://docs.google.com/presentation/d/1HiMZwtyxX5G0rYSretCpE5qU7FPejNTt9OuXEPeaimE/edit?usp=sharing"> Designing Dashboards that deliver </a><center>
</div>
</body>
</html>