-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
132 lines (113 loc) · 5.16 KB
/
index.php
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?php
include("header.php");
?>
<div id="myCarousel" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div class="fill" style="background-image:url('http://placehold.it/1900x1080&text= Virtual Sifu');"></div>
<div class="carousel-caption">
</br>
<a href="videos.php"> <button type="button" class="btn btn-primary">Watch Videos</button></a>
<h4><strong>A Website to Master the Cosmic Dragon Form</strong></h4>
</div>
</div>
<div class="item">
<div class="fill" style="background-image:url('http://placehold.it/1900x1080&text= Virtual Sifu');"></div>
<div class="carousel-caption">
</br>
<a href="videos.php"> <button type="button" class="btn btn-primary">Watch Videos</button></a>
<h4><strong>A Website to Master the Cosmic Dragon Form</strong></h4>
</div>
</div>
<div class="item">
<div class="fill" style="background-image:url('http://placehold.it/1900x1080&text= Virtual Sifu');"></div>
<div class="carousel-caption">
</br>
<a href="videos.php"> <button type="button" class="btn btn-primary ">Warch Videos</button></a>
<h4><strong>A Website to Master the Cosmic Dragon Form</strong></h4>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="icon-prev"></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="icon-next"></span>
</a>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3">
<h3><i class="fa fa-check-circle"></i>
Step By Step Instruction</h3>
<p>Virtual Sifu breaks down every move. </p>
</div>
<div class="col-lg-3 col-md-3">
<h3><i class="fa fa-check-circle"></i> Get Immediate Feedback</h3>
<p>Virtual Sifu let's you know your accuracy and where you need to pay attention.</p>
</div>
<div class="col-lg-3 col-md-3">
<h3><i class="fa fa-check-circle"></i> Deepen Your Practice</h3>
<p>Virtual Sifu links the martial techniques to lessons on biomechanical basics and to the relevant philosophical principles.</p>
</div>
<div class="col-lg-3 col-md-3">
<h3><i class="fa fa-check-circle"></i>
Easy navigation</h3>
<p>Virtual Sifu makes it to switch the moves you want to practice. </p>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.section -->
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Action Gallery</h2>
<hr>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="portfolio-item.html"><img src="kinectweb/gallary1.jpg" width="350" height="250" class="img-rounded"></a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="portfolio-item.html"><img src="kinectweb/gallary2.jpg" width="350" height="250" class="img-rounded"></a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="portfolio-item.html"><img src="kinectweb/gallary3.jpg" width="350" height="250" class="img-rounded"></a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="portfolio-item.html"><img src="kinectweb/gallary4.jpg" width="350" height="250" class="img-rounded"></a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="portfolio-item.html"><img src="kinectweb/gallary5.jpg" width="350" height="250" class="img-rounded"></a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="portfolio-item.html"><img src="kinectweb/gallary6.jpg" width="350" height="250" class="img-rounded"></a>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.section -->
<div class="section-colored text-center">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Virtual Sifu: A Website to master the Cosmic Dragon Form</h2>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.section-colored -->
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="kinectweb/js/jquery.js"></script>
<script src="kinectweb/js/bootstrap.js"></script>
<script src="kinectweb/js/modern-business.js"></script>
</body>
</html>