-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharduino.html
55 lines (49 loc) · 2.96 KB
/
arduino.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
<html>
<head>
<title>Janak Poojary | IOT </title>
<link rel="shortcut icon" type="image/png" href="resource/icon1.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-light bg-light">
<img src="resource/icon1.png" class="mr-3" alt="..." width="45px" height="45px">
<span class="navbar-brand mb-1 h1"><a href="http://janakpoojary.github.io" style="text-decoration:none;color:009999;margin:10px;">HOME</a><a href="http://janakpoojary.github.io/web.html" style="text-decoration:none;color:009999;margin:10px;">WEB Porjects</a></span>
</nav>
<div style="margin:20px;">
<div class="container" style="background-color:#292c31;font-family:Segoe UI,Arial,sans-serif;">
<div class="row">
<div class="col">
<h4 style="color:#ff5a4d;margin-top:3rem;"><center></br>Hardware and IoT Projects</center></h4>
</div>
</div>
<div class="row">
<div class="col">
<iframe frameborder='0' scrolling='no' src='https://create.arduino.cc/projecthub/JANAK13/bluetooth-controlled-car-2c60e9/embed?use_route=project' style="margin-top:30px;margin-bottom:30px;width:320px;height:400px;padding:20px;" ></iframe>
</div>
<div class="col">
<iframe frameborder='0' scrolling='no' src='https://create.arduino.cc/projecthub/JANAK13/bluetooth-controlled-servo-439997/embed?use_route=project' style="margin-top:30px;margin-bottom:30px;width:320px;height:400px;padding:20px;" ></iframe>
</div>
<div class="col">
<iframe frameborder='0' scrolling='no' src=' https://create.arduino.cc/projecthub/JANAK13/private-real-time-weather-station-df8a9c/embed?use_route=project' style="margin-top:30px;margin-bottom:30px;width:320px;height:400px;padding:20px;" ></iframe>
</div>
</div>
<div class="row">
<div class="col">
<iframe frameborder='0' scrolling='no' src='https://create.arduino.cc/projecthub/JANAK13/real-time-data-access-using-arduino-and-firebase-ad1c5e/embed?use_route=project' style="margin-top:30px;margin-bottom:30px;width:320px; height:400px;padding:20px;" ></iframe>
</div>
<div class="col">
<iframe frameborder='0' scrolling='no' src='https://create.arduino.cc/projecthub/JANAK13/energy-efficient-street-light-system-0b05e6/embed?use_route=project' style="margin-top:30px;margin-bottom:30px;width:320px; height:400px;padding:20px;" ></iframe>
</div>
<div class="col">
<iframe frameborder='0' scrolling='no' src='https://create.arduino.cc/projecthub/JANAK13/using-sensors-with-arduino-eab1ec/embed?use_route=project' style="margin-top:30px;margin-bottom:30px;width:320px;height:400px;padding:20px;" ></iframe>
</div>
</div>
<div class="row">
...
</div>
</div>
</div>
<div style="color: #777;background-color:white;text-align:center;padding:30px 80px;text-align: justify;">
<p style="text-align:center;font: 400 15px/1.8 Lato, sans-serif;">Copyright © 2019 <br /> Janak Poojary</p>
</div>
</body>