File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
src/homepageExperience/components/steps Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 11import React , { PureComponent } from 'react'
2+ import { SafeBlankLink } from 'src/utils/SafeBlankLink'
23
34export 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 )
You can’t perform that action at this time.
0 commit comments