-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
80 lines (76 loc) · 3.15 KB
/
Index.html
File metadata and controls
80 lines (76 loc) · 3.15 KB
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
echo "# mayank" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/boy-who-codes/mayank.git
git push -u origin master
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
<link href=”style.css” rel=”stylesheet” type=”text/css”>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>Hello, world!</title>
</head>
<body>
<div class="header">
<h1>
<center>
Hello ! I am Mayank
<br>
I am an Innovator and YouTuber
</center>
</h1>
</div>
<br>
<h3>
Introduction
</h3>
<br>
<h6>
I have made a chair for physically or paralyzed people who don’t have leg, hand, or paralyzed, they cannot move anywhere independently. So they can control this chair with their mobile or tilting their head
</h6>
<br>
<br>
<h3>
Features
</h3>
<br>
<h6>
• They can control it by pressing numbers on their mobile phone.<br>
• They can control it by tilting their head.<br>
• They can control it from anywhere.<br>
</h6>
<br>
<br>
<h3>
How to use
</h3>
<br>
<h6>
There are three ways to control the chair.<br>
• First of all, they need to switch on the chair and the cap, and then they have to wear the cap, when they tilt their head, the chair started moving.<br>
• First of all, they need to connect their mobile phone with the chair through the aux cable and then call to the connected phone from the other phone, then they need to press the defined numbers to operate the chair.<br>
• First of all, they need to turn on the Bluetooth of their phone and open the application called “RemoteXY”, then they have to connect their phone with the chair, then they have to wear the phone holding cap, and they are able to control the chair by tilting their head. <br>
</h6>
<br>
<footer>
<h5>
<center>
Made with ♥ by Developers Studio
</center>
</h5>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>