-
Notifications
You must be signed in to change notification settings - Fork 6
/
discoverpanetemplate.html
127 lines (124 loc) · 4.48 KB
/
discoverpanetemplate.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<html>
<head>
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
<link rel="dns-prefetch" href="//www.google-analytics.com" />
<link rel="dns-prefetch" href="//publicstaticcdn.tableausoftware.com" />
<link rel="dns-prefetch" href="//img.en25.com" />
<link rel="dns-prefetch" href="//s840.t.eloqua.com" />
<meta name="content_type" content="snippet" />
<meta http-equiv="cleartype" content="on" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<link rel="profile" href="http://www.w3.org/1999/xhtml/vocab" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Discover Pane - Desktop | Tableau Software</title>
<style type="text/css">
body
{
height: auto!important;
}
img
{
max-width: 100%;
height: auto;
}
.element-invisible
{
display: none;
}
.discover-title
{
text-align: left;
margin-left: 20px;
margin-top: 50px;
margin-bottom: 50px;
font-size: 200%;
}
.promo-box
{
position: absolute;
bottom: 0;
left: 0;
padding-left: 0;
margin-bottom: 0!important;
min-width: 270px;
}
.promo-box-inner
{
margin-left: 20px;
}
.support
{
margin-left: 20px;
}
.trainings
{
margin-left: 20px;
}
section
{
display: block;
}
</style>
<link type="text/css" rel="stylesheet" href="discoverpanetemplate.css" media="all" />
</head>
<body >
<H1 class="discover-title"> <b>Discover</b> </H1>
<section class="trainings">
<h2>Training <a href="https://www.tableau.com/learn/training?reg-delay=true" class="view-more">(view all)</a></h2>
<ul class="personalize">
<li class="alpha">
<a href="https://www.tableau.com/learn/tutorials/on-demand/getting-started?reg-delay=true">
Getting Started
<p>Connecting to your data for the first time? This is the video for you.</p>
</a>
</li>
<li>
<a href="https://www.tableau.com/learn/tutorials/on-demand/getting-started-data?reg-delay=true">
Connecting to Data
<p>Get your data into Tableau; connect to files, single or multiple tables.</p>
</a>
</li>
<li>
<a href="https://www.tableau.com/learn/tutorials/on-demand/getting-started-visual-analytics?reg-delay=true" data-tnid="35931">
Visual Analytics
<p>Learn to control the marks in a view using the Marks Card and Show Me.</p>
</a>
</li>
<li data-groucho-stage="default">
<a href="https://www.tableau.com/learn/tutorials/on-demand/understanding-pill-types?reg-delay=true" data-tnid="36003">
Understanding Tableau
<p>Learn about dimensions, measures, and pills.</p>
</a>
</li>
<li data-groucho-stage="SQL" class="hidden">
<a href="https://www.tableau.com/learn/tutorials/on-demand/aggregation-granularity-and-ratio-calculations?reg-delay=true" data-tnid="36004">
Aggregation
<p>Ensure your calculations are always correct using aggregation and granularity.</p>
</a>
</li>
<li>
<a href="https://www.tableau.com/learn/training?reg-delay=true">
More training videos
</a>
</li>
</ul>
</section>
<section class="support">
<h2>Resources</h2>
<ul>
<li><a href="https://www.tableau.com/products/prep/download">Get Tableau Prep</a></li>
<li class="blog"><a href="https://www.tableau.com/about/blog">Blog - <h3>Read latest post</h3></a></li>
<li><a href="http://community.tableau.com/community/forums">Forums</a></li>
</ul>
</section>
<section class="promo-box">
<div class="promo-box-inner">
<a href="https://www.tableau.com/community/events" class="image-wrapper">
<img src="https://cdnl.tblsft.com/sites/default/files/snippets/tc19_viz-of-the-day_452x766.jpg" class="image-wrapper"></a>
<a href="https://www.tableau.com/community/events"><h3><br><br><br>SEE YOU AT TC<br><br>Don't get<br>left out(lier)
<br>Register now</h3></a>
</div>
</section>
</body>
</html>