Skip to content
Snippets Groups Projects
Commit c8543c14 authored by theraj's avatar theraj
Browse files

added links to widgets in main page

parent e3af90c5
No related branches found
No related tags found
No related merge requests found
......@@ -20,49 +20,57 @@ export default function() {
return (
<LayoutWrapper style={{height: "100%"}}>
<div style={styles.wisgetPageStyle}>
<span>
<p>
<h1>Welcome to Interpret My Data</h1><br></br>
Which data would you like to have interpreted?
</span>
</p>
<Row style={rowStyle} gutter={0} justify="start">
<Col span={6} style={colStyle}>
<Col span={6} style={colStyle}>
<IsoWidgetsWrapper>
{/* Card Widget */}
<a href='/dashboard/facebook'>
<CardWidget
icon="ion-social-linkedin"
icon="ion-social-facebook"
iconcolor="#000"
text="LinkedIn"
text="Facebook"
/>
</a>
</IsoWidgetsWrapper>
</Col>
<Col span={6} style={colStyle}>
<IsoWidgetsWrapper>
{/* Card Widget */}
<a href='/dashboard/instagram'>
<CardWidget
icon="ion-social-facebook"
icon="ion-social-instagram"
iconcolor="#000"
text="Facebook"
text="Instagram"
/>
</a>
</IsoWidgetsWrapper>
</Col>
<Col span={6} style={colStyle}>
<IsoWidgetsWrapper>
{/* Card Widget */}
<a href='/dashboard/spotify'>
<CardWidget
icon="ion-social-instagram"
icon="ion-music-note"
iconcolor="#000"
text="Instagram"
text="Spotify"
/>
</a>
</IsoWidgetsWrapper>
</Col>
<Col span={6} style={colStyle}>
<IsoWidgetsWrapper>
{/* Card Widget */}
<a href='/dashboard/linkedin'>
<CardWidget
icon="ion-music-note"
icon="ion-social-linkedin"
iconcolor="#000"
text="Spotify"
text="LinkedIn"
/>
</a>
</IsoWidgetsWrapper>
</Col>
</Row>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment