-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (61 loc) · 2.7 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
<!doctype html>
<html lang="en" itemscope itemtype="http://schema.org/Event">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>TensorFlow Dev Summit 2018 Extended Kuala Lumpur</title>
<meta name="description" content="TensorFlow Dev Summit brings together a diverse mix of machine learning users from around the world for a full day of highly technical talks, demos, and conversation with the TensorFlow team and community.">
<meta itemprop="name" content="TensorFlow Dev Summit 2018 Extended Kuala Lumpur">
<meta itemprop="description" content="TensorFlow Dev Summit brings together a diverse mix of machine learning users from around the world for a full day of highly technical talks, demos, and conversation with the TensorFlow team and community.">
<meta itemprop="url" content="https://events.gdgkl.org/tfxkl18/">
<meta itemprop="location" content="Kuala Lumpur, Malaysia">
<meta property="og:url" content="https://events.gdgkl.org/tfxkl18/">
<meta property="og:type" content="Event">
<meta property="og:image" content="https://www.tensorflow.org/dev-summit/images/social-image.png">
<meta property="og:title" content="TensorFlow Dev Summit 2018 Extended Kuala Lumpur">
<meta property="og:site_name" content="TensorFlow Dev Summit 2018 Extended Kuala Lumpur">
<meta property="og:description" content="TensorFlow Dev Summit brings together a diverse mix of machine learning users from around the world for a full day of highly technical talks, demos, and conversation with the TensorFlow team and community.">
<link rel="icon" href="images/favicon.png">
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#ee6534">
<link rel='dns-prefetch' href='https://fonts.googleapis.com'>
<base href="/tfxkl18/">
<link rel="import" href="src/gdg-app.html" async>
<script>
window.Polymer = { rootPath: '/tfxkl18/' }
</script>
<style>
html {
background-color: #fafafa;
}
body {
margin: 0 auto;
font-family: "Google Sans", arial, sans-serif;
line-height: 1.5;
min-height: 100vh;
background-color: #ffffff;
max-width: 1440px;
-webkit-font-smoothing: antialiased;
}
gdg-app[unresolved] {
display: block;
min-height: 101vh;
overflow: visible;
background: white;
}
gdg-app[unresolved] header {
height: 65px;
width: 100%;
}
</style>
</head>
<body>
<gdg-app unresolved>
<header></header>
</gdg-app>
<script src="bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<noscript>
Please enable JavaScript to view this website.
</noscript>
</body>
</html>