Skip to content

Commit 796cf75

Browse files
feat: add time series video to the overview page (#4428)
1 parent d363905 commit 796cf75

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/homepageExperience/components/steps/Overview.tsx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React, {PureComponent} from 'react'
2+
import {SafeBlankLink} from 'src/utils/SafeBlankLink'
23

34
export class Overview extends PureComponent {
45
render() {
@@ -13,7 +14,24 @@ export class Overview extends PureComponent {
1314
and write and execute some basic queries.
1415
</p>
1516

16-
<p>Without further ado, let’s get started.</p>
17+
<iframe
18+
width="560"
19+
height="315"
20+
src="https://www.youtube.com/embed/KZwr1xBDbBQ"
21+
title="InfluxData - What is Time Series"
22+
frameBorder="0"
23+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
24+
allowFullScreen
25+
style={{marginBottom: '20px'}}
26+
/>
27+
28+
<p>
29+
Join our{' '}
30+
<SafeBlankLink href="https://www.influxdata.com/slack">
31+
community slack{' '}
32+
</SafeBlankLink>{' '}
33+
to ask any questions you have along the way!
34+
</p>
1735
</article>
1836
</div>
1937
)

0 commit comments

Comments
 (0)