-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (72 loc) · 4.24 KB
/
index.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="Font-Awesome-4.7/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/templatemo-style.css">
<title>Do It Right</title>
</head>
<body>
<div class="container">
<section class="col-md-12 content" id="home">
<div class="col-lg-6 col-md-6 content-item tm-black-translucent-bg tm-logo-box">
<i class="fa fa-snowflake-o fa-4x tm-logo"></i>
<h1 class="text-uppercase">Do It Right</h1>
</div>
<div class="col-lg-6 col-md-6 content-item content-item-1 background tm-white-translucent-bg">
<h2 class="main-title text-center dark-blue-text">What it is..</h2>
<p>Do It Right is a fitness app that leverages augmented reality. It creates a three dimensional model of a person portraying how a particular exercise should be done. </p>
</div>
</section>
<section class="col-md-12 content padding tm-equal-col-container" id="services">
<div class="col-lg-6 col-md-6 col-sm-12 content-item tm-black-translucent-bg tm-services-section-padding">
<h2 class="main-title text-center dark-blue-text">How it would help..</h2>
<p>By observing the 3D augmented model the user can check if he is performing the exercise correctly or not</p>
<p>Doing exercises correctly greately reduces the chances of injuries</p>
<a href="https://drive.google.com/folderview?id=1LSW4zfOB-xrtaUOUWZNGWsXqRi4TQ4he"><button type="button" class="btn btn-big pull-right tm-btn-primary">Download the app</button></a>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 tm-white-translucent-bg tm-services-section-padding tm-box-center">
<img src="images/tm-img-2.png" alt="Image 1" class="tm-img tm-img-tl">
</div>
</section>
<section class="col-md-12 content padding tm-float-section tm-section-3">
<div class="col-lg-6 col-md-6 content-item tm-black-translucent-bg"></div>
<div class="col-lg-6 col-md-6 content-item tm-white-translucent-bg"></div>
<div class="tm-float-section-header">
<h2 class="text-center tm-white-text tm-section-3-header">How the prototype works</h2>
</div>
<div class="tm-float-section-body tm-white-bg">
<div class="col-lg-12">
<iframe width="560" height="315" src="https://www.youtube.com/embed/vVsXwUR_0lg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
<section class="col-md-12 content" id="contact">
<div class="col-lg-6 col-md-6 content-item tm-content-box tm-black-translucent-bg">
<h2 class="contact-title">Contact Info</h2>
<p>All kinds of suggetions are welcomed. It would help us improve our application</p>
<p>
Tel: +91-99XXXXXX00<br>
Email: ojasvi.ic.17@nsit.net.in
</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 tm-white-translucent-bg tm-services-section-padding tm-box-center">
<img src="images/img-5.png" alt="Image 4" class="tm-img tm-img-br">
</div>
</section>
</div>
<div class="text-center footer">
<div class="container">
Copyright © <span class="tm-current-year">2019</span> Ojasvi Shaklya
</div>
</div>
<script>
// Write current year in copyright text.
document.getElementsByClassName("tm-current-year").value = new Date().getFullYear();
</script>
</body>
</html>