-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (54 loc) · 2.54 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="DevSpace Speaker Chart by Dan Nagle">
<meta property="og:title" content="DevSpace Speaker Chart by Dan Nagle."/>
<meta property="og:url" content="https://www.devspaceconf.com/sessions.html"/>
<meta property="og:image" content="https://dannagle.github.io/devspace-logo.png"/>
<meta property="og:description" content="DevSpace starts Oct 23rd at the VBC in Huntsville, AL."/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@naglecode" />
<meta name="twitter:creator" content="@naglecode" />
<link rel="shortcut icon" href="devspace-logo.png">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css?v=6">
<title>DevSpace Speaker Chart by Dan Nagle</title>
<script type="text/javascript" src="jquery-3.7.0.min.js"></script>
<script type="text/javascript" src="moment.js"></script>
<script>
var jsonFile = "session-2023-10-22__15_02_55.json"; //sessions
</script>
<script type="text/javascript" src="app.js?v=3" defer></script>
<style>
/* do not show when printing */
@media print
{
.no-print, .no-print *
{
display: none !important;
}
}
</style>
</head>
<body>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<div class="top-right"><a target="_blank" href="https://rtx.com/codex"> Raytheon CODEX is hiring! </a></div>
<h3 class="no-print"><a class="hidden-mobile" target="_blank" href="https://www.devspaceconf.com/">DevSpaceConf.com</a>
<span class="hidden-mobile"> </span><a class="hidden-mobile" target="_blank" href="https://www.eventbrite.com/e/devspace-2023-tickets-161628700795">Eventbrite</a>
<span class="hidden-mobile"> </span><a target="_blank" href="https://twitter.com/hashtag/devspace23">#DevSpace23</a>
<a target="_blank" href="https://twitter.com/devspaceconf">@devspaceconf</a>
<!--
API is at: https://www.devspaceconf.com/api/v1/session
-->
</h3>
<div class="no-print" id="tagsearch">
</div>
<button class="no-print" id="showAllTags"> View All Tags</button>
<button class="no-print" id="showAll"> View All Abstracts</button>
<table id="speaktable" style="width:100%;">
</table>
</div>
</body>
</html>