-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject6.html
48 lines (47 loc) · 2.25 KB
/
project6.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
<div class="container ajax-container">
<div class="row">
<div class="col-lg-12">
<div class="header-area">
<h3 class="project-title">Visualization</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="owl-carousel owl-theme single-slideshow" data-autoplay="true" data-loop="true" data-nav="true" data-items="1">
<iframe src="https://player.vimeo.com/video/549347559?loop=1&color=ff9933&title=0&byline=0&portrait=0" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6">
<div class="project-details-info">
<h5 class="">Project Info:</h5>
<p>
The Visualization contains IPL analysis, yes you hear that right!!<br /><br />
Now the questions like:<br />
Which teams played and what runs they made?<br />
Which bowler gave more runs?<br />
When Sunrise Hyderabad wins?<br />
How many super overs did a team bowled?<br />
Which bowler bowled the super overs?<br />
How many matches did Daredevils won and where?<br />
Wants to know which team decided to bat first and had won the match?<br />
Rising Pune to bat first or not to bat first that is the question<br />
Which bolwer bowls against which team and how many runs given?<br />
Different cities and venue your favourite team played?<br /><br />
Now all these questions just not only have answers but they have their own interesting representation.
</p>
<h5 class="mt-5">Project Details:</h5>
<ul class="info-list">
<li>
<span>Technologies:</span>Tableau
</li>
<li>
<span>Date:</span>18-05-2020
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>