-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
256 lines (190 loc) · 9.66 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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RCar | Robots for All!</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="icon" href="./img/carBlack.png">
<style>
body,pre{
font-family: "Raleway", sans-serif;
}
.container2 {
width:100%;
margin:auto;
padding: 0;
overflow:hidden;
text-align: center;
}
footer{
padding:1px;
margin-top:0;
color:#ffffff;
background-color: #000000;
text-align: center;
position: absolute;
top: 3097px;
width: 100%;
}
footer p{
float: left;
width: 50%;
margin-left: 25%;
}
.button {
display: block;
text-align: center;
color: black;
width: 15%;
min-width: 200px;
font-size: 30px;
border: 3px solid black;
border-bottom-style: none;
background: none;
cursor: pointer;
}
.button:hover {
display: block;
text-align: center;
color: white;
width: 15%;
min-width: 200px;
font-size: 30px;
border: 3px solid black;
border-bottom-style: none;
background-color: black;
cursor: pointer;
}
a {
text-decoration: none;
color: red;
}
</style>
</head>
<!-- ------------------------------------------Header------------------------------------------ -->
<body style="min-width: 1690px; margin: auto; position: relative">
<div style="height: 90px; margin-top:0; background-color: black; text-align: center;color: red;font-size: 80px"> <a href="index.html" style="cursor: pointer;"> RCar</a> </div>
<!-- ------------------------------------------Main Container------------------------------------------ -->
<div style="position: relative;border-bottom-style: solid; height: 900px; text-align: center; margin-top: 40px;">
<!-- <video width="1400" controls style="display: block; margin: auto; margin-top: 50px;">
<source src="./video/rcar1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
-->
<iframe width="1400" height="787" src="https://www.youtube.com/embed/zn4kwqIu-qY?autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen style="margin: auto; text-align: center;"></iframe>
</div>
<!-- App -->
<div style="height: 600px;padding: 50px;position: relative;border-bottom-style: solid;">
<h1 style="font-size: 60px; font-weight: lighter;float: left;">App</h1>
<div style="float: right;">
<img id = "phone" src="./img/app1.png" style="position:absolute; right: 7.5%; width: 40%; display: block;transform: rotate(10deg); margin-top: 100px;">
<a href="https://play.google.com/store/apps/details?id=appinventor.ai_luis20dr.RCar">
<img src="./img/play.png" style="position:absolute; right: 22.5%; top: 75%; width: 10%; display: block; margin-left: 200px">
</a>
</div>
<p style="display: block; font-size: 20px; float: left;color: grey;line-height: 40px; position: absolute; left: 7.5%;width: 30%; margin-top: 100px;">
<br/>
<br/>
Using MIT App Inventor 2, we developed an Android app
that is able to control many features of a RC car, using
a Bluetooth connection. Specifically, the angular velocity
of the back wheels, the rotation angle of a front servo, a
horn, music, light and GPS components.
</p>
<a href="App.html">
<button class="button" src = "App.html" style="position:absolute;bottom:0;left: 42.5%;">Learn More</button>
</a>
</div>
<!-- Car Model -->
<div style="height: 600px; padding: 50px; position: relative; border-bottom-style: solid;">
<h1 style="font-size: 60px; font-weight: lighter;float: right;margin-right: 75px;">Car</h1>
<div style="float: left;">
<img src="./img/car.png" style="width: 35%; display: block;margin-top: 40px; position: absolute; left: 7.5%;">
</div>
<p style="display: block; font-size: 20px; float: right;color: grey;line-height: 40px; position: absolute; right:5%; margin-top: 100px;width: 30%;">
<br/><br/>
All parts of the RC car were modelled
using the CAD software SolidWorks. The complete model
was divided in several components (which were meant to be 3D
printed separately): wheels, chassis, L-shape axles,
connecting bar and the body of the car.
</p>
<a href="Car%20Model.html">
<button class="button" style="position:absolute;bottom:0;left: 42.5%;">Learn More</button>
</a>
</div>
<!-- About -->
<div style="height: 600px;padding: 50px;position: relative;border-bottom-style: solid; background: url('./img/tecnico.jpg') no-repeat 89% 13%; background-size: 100px;">
<div style="height: 550px;padding: 50px;position: relative; background: url('./img/ul.png') no-repeat 100% 0; background-size: 75px;">
<h1 style="font-size: 60px; font-weight: lighter;float: left;">About</h1>
<div style="position: absolute;right: 7.5%; bottom: 190px;border-style: solid;border-radius: 10px;">
<img src="./img/man.png" style="max-width: 150px; display: block;">
<div>
<p style="text-align: center;float: left;margin-left: 20px;">Luís RITA</p>
<a href = "mailto:[email protected]" style="float: right;margin-top:12px;margin-right: 10px;">
<img src = "./img/gmail.png" width="25">
</a>
</div>
</div>
<div style="position: absolute;right: 27.5%; bottom: 350px;border-style: solid;border-radius: 10px;padding-top: 15px;">
<img src="./img/woman.png" style="max-width: 150px; display: block;">
<div style="margin-top: 15px;">
<p style="text-align: center;float: left;margin-left: 10px;">Sara FREITAS</p>
<a href = "mailto:[email protected]">
<img src = "./img/gmail.png" width="25" style="float: right; margin-top:12px;margin-right: 10px;">
</a>
</div>
</div>
<p style="display: block; font-size: 20px; float: left;color: grey;line-height: 40px; position: absolute; left: 7.5%;width: 30%; margin-top: 100px;">
<br/>
<br/>
A remote controlled car and the respective app were
developed under the supervision of Prof. Luís Sousa,
from Instituto Superior Técnico (University of Lisbon).
The following set of technologies made this project possible:
</p>
<div id = icons style="width: 1350px;position: absolute; bottom: 120px; left:7.5%;">
<a target="_blank" rel="noopener noreferrer" href="https://www.w3schools.com/html/html5_intro.asp" style="margin-right: 5px;">
<img src = "./img/html.png" width="50px">
</a>
<a target="_blank" rel="noopener noreferrer" href="https://www.w3schools.com/Css/" style="margin-right: 5px;">
<img src = "./img/css.png" width="50px" >
</a>
<a target="_blank" rel="noopener noreferrer" href="https://www.w3schools.com/jS/default.asp" style="margin-right: 5px;">
<img src = "./img/js.png" width="46px" >
</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/" style="margin-right: 5px;">
<img src = "./img/github.png" width="100px" style="margin-bottom: 5px;">
</a>
<a target="_blank" rel="noopener noreferrer" href="https://www.arduino.cc/" style="margin-right: 5px;">
<img src = "./img/arduino.png" width="50px" style="margin-bottom: 7px;">
</a>
<a target="_blank" rel="noopener noreferrer" href="https://www.solidworks.com/" style="margin-right: 5px;">
<img src = "./img/solidworks.png" width="100" style="margin-bottom: 15px;">
</a>
<a target="_blank" rel="noopener noreferrer" href="http://appinventor.mit.edu/explore/front.html" style="margin-right: 5px;">
<img src = "./img/mitAppInventor.png" width="100" style="margin-bottom: 5px;">
</a>
<a target="_blank" rel="noopener noreferrer" href="http://www.pixelmator.com/pro/" style="margin-right: 5px;">
<img src = "./img/pixelmator.png" width="150px">
</a>
<a target="_blank" rel="noopener noreferrer" href="http://fritzing.org/home/" style="margin-right: 10px;">
<img src = "./img/fritzing.png" width="100px">
</a>
<a target="_blank" rel="noopener noreferrer" href="https://www.apple.com/final-cut-pro/" style="margin-right: 10px;">
<img src = "./img/fcpx.png" width="50px">
</a>
<a target="_blank" rel="noopener noreferrer" href="https://ultimaker.com/" style="margin-right: 5px;">
<img src = "./img/ultimaker.png" width="100px">
</a>
</div>
</div>
</div>
<!-- ------------------------------------------Footer------------------------------------------ -->
<footer>
<div class="container2">
<p>© Copyright 2018 – RCar</p>
</div>
</footer>
</body>
</html>