@@ -2,30 +2,71 @@ import React, {Component} from 'react'
2
2
import Widget02 from '../Widgets/Widget02'
3
3
import './styles.css'
4
4
import CompanyData from './companyData'
5
+ import { Link } from 'react-router-dom'
5
6
import { Row , Col , CardColumns , Card , CardHeader , CardBlock , Progress , Button , ButtonToolbar , ButtonGroup , ButtonDropdown , } from 'reactstrap'
6
7
7
8
export default class Coin extends Component {
9
+
10
+ goProjectPage ( ) {
11
+ console . log ( 'click' )
12
+ return (
13
+ < Link to = "/about" > About</ Link >
14
+ )
15
+ }
16
+
8
17
render ( ) {
9
18
return (
10
- < div className = 'col-3 scrollit' >
11
- < Col xs = '12' sm = '12' lg = '12' >
12
- < Widget02 header = 'Bitcoin' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
13
- </ Col >
14
- < Col xs = '12' sm = '12' lg = '12' >
15
- < Widget02 header = 'Litecoin' mainText = 'Income' icon = 'fa fa-laptop' color = 'primary' />
16
- </ Col >
17
- < Col xs = '12' sm = '12' lg = '12' >
18
- < Widget02 header = 'Etherium' mainText = 'Income' icon = 'fa fa-moon-o' color = 'primary' />
19
- </ Col >
20
- < Col xs = '12' sm = '12' lg = '12' >
21
- < Widget02 header = 'Ripple' mainText = 'Income' icon = 'fa fa-bell' color = 'primary' />
22
- </ Col >
23
- < Col xs = '12' sm = '12' lg = '12' >
24
- < Widget02 header = 'Dash' mainText = 'Income' icon = 'fa fa-bell' color = 'primary' />
25
- </ Col >
26
- < Col xs = '12' sm = '12' lg = '12' >
27
- < Widget02 header = '$1.999,50' mainText = 'Income' icon = 'fa fa-bell' color = 'primary' />
28
- </ Col >
19
+ < div className = '' >
20
+ < Link to = "/project/bitcoin" >
21
+ < Col xs = '12' sm = '12' lg = '12' >
22
+ < Widget02 header = 'Bitcoin' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
23
+ </ Col >
24
+ </ Link >
25
+ < Link to = "/project/bitcoin" >
26
+ < Col xs = '12' sm = '12' lg = '12' >
27
+ < Widget02 header = 'Etherium' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
28
+ </ Col >
29
+ </ Link >
30
+ < Link to = "/project/bitcoin" >
31
+ < Col xs = '12' sm = '12' lg = '12' >
32
+ < Widget02 header = 'Bitcoin' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
33
+ </ Col >
34
+ </ Link >
35
+ < Link to = "/project/bitcoin" >
36
+ < Col xs = '12' sm = '12' lg = '12' >
37
+ < Widget02 header = 'Bitcoin' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
38
+ </ Col >
39
+ </ Link >
40
+ < Link to = "/project/bitcoin" >
41
+ < Col xs = '12' sm = '12' lg = '12' >
42
+ < Widget02 header = 'Bitcoin' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
43
+ </ Col >
44
+ </ Link >
45
+ < Link to = "/project/bitcoin" >
46
+ < Col xs = '12' sm = '12' lg = '12' >
47
+ < Widget02 header = 'Bitcoin' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
48
+ </ Col >
49
+ </ Link >
50
+ < Link to = "/project/bitcoin" >
51
+ < Col xs = '12' sm = '12' lg = '12' >
52
+ < Widget02 header = 'Bitcoin' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
53
+ </ Col >
54
+ </ Link >
55
+ < Link to = "/project/bitcoin" >
56
+ < Col xs = '12' sm = '12' lg = '12' >
57
+ < Widget02 header = 'Bitcoin' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
58
+ </ Col >
59
+ </ Link >
60
+ < Link to = "/project/bitcoin" >
61
+ < Col xs = '12' sm = '12' lg = '12' >
62
+ < Widget02 header = 'Bitcoin' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
63
+ </ Col >
64
+ </ Link >
65
+ < Link to = "/project/bitcoin" >
66
+ < Col xs = '12' sm = '12' lg = '12' >
67
+ < Widget02 header = 'Bitcoin' mainText = 'Income' icon = 'fa fa-cogs' color = 'primary' />
68
+ </ Col >
69
+ </ Link >
29
70
</ div >
30
71
)
31
72
}
0 commit comments