-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrealworldanalytics.html
87 lines (81 loc) · 3.54 KB
/
realworldanalytics.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Real World Analytics Dashboard</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Icons -->
<link href="fonts/material-design-iconic-font/css/material-design-iconic-font.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link href="fonts/ionicons/css/ionicons.min.css" rel="stylesheet">
<!-- Owl Carousel -->
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.default.css" rel="stylesheet">
<!-- Style.css -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<iframe seamless src="https://public.tableau.com/views/Sivasubramanian-RealWorldAnalyticsReportCopy/CategoryandSubcategoryDashboard?:embed=yes&:display_count=yes&:showVizHome=no" width = '1150' height = '720'></iframe>
</div>
<!-- Footer -->
<footer class="footer">
<div class="top">
<div class="container">
<div class="row">
<div class="col-sm-4">
<h4>Address</h4>
<p>21, Blarney Street<br />Cork, Ireland</p>
</div> <!-- end .col-sm-4 -->
<div class="col-sm-4">
<h4>Connect</h4>
<div class="social-icons">
<a href="https://www.linkedin.com/in/iamsivab" class="social-icon"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/iamsivab" class="social-icon"><i class="fa fa-github"></i></a>
<a href="http://www.storieswithsiva.com/" class="social-icon"><i class="fa fa-rss"></i></a>
<a href="https://www.facebook.com/iamsivab1" class="social-icon"><i class="fa fa-facebook"></i></a>
<a href="http://www.instagram.com/storieswithsiva" class="social-icon"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/storieswithsiva" class="social-icon"><i class="fa fa-twitter"></i></a>
</div> <!-- end .social-icons -->
</div> <!-- end .col-sm-4 -->
<div class="col-sm-4">
<h4>Contact</h4>
<p>Tel: +353 8899733039<br />Mail: balasiva001@gmail.com</p>
</div> <!-- end .col-sm-4 -->
</div> <!-- end .row -->
</div> <!-- end .container -->
</div> <!-- end .footer -->
</footer> <!-- end .footer -->
<!-- jQuery -->
<script src="js/jquery-1.11.2.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Inview -->
<script src="js/jquery.inview.min.js"></script>
<!-- SmoothScroll -->
<script src="js/smoothscroll.js"></script>
<!-- jQuery Knob -->
<script src="js/jquery.knob.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Isotope -->
<script src="js/isotope.pkgd.min.js"></script>
<!-- Images Loaded -->
<script src="js/imagesloaded.pkgd.min.js"></script>
<!-- google maps -->
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<!-- Scripts.js -->
<script src="js/scripts.js"></script>
</body>
</html>