-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
141 lines (121 loc) · 6.03 KB
/
home.html
File metadata and controls
141 lines (121 loc) · 6.03 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
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
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style type="text/css">
body{
background-color: white;
background-size: 100%;
}
li{
font-style: bold;
}
h3{
font-style:bold;
color:black;
font-size: 120%;
}
</style>
</head>
<body >
<header>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" style="font-size:185%; padding-top: -10%;color:white; font-family:'Trebuchet MS';"><b>IoT SOLARUN</b><br>the best things in nature are free</a>
</div>
<h4>
<ul class="nav navbar-nav navbar-right">
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html" >Contact Us</a></li>
<li><a href="account.html"><span class="glyphicon glyphicon-user"></span> My Account</a></li>
<li><a href="logout.html"><span class="glyphicon glyphicon-log-in"></span> Logout</a></li>
</ul>
</h4>
</div>
</nav>
</header>
<div style="background-color: white; height: 16cm; width: 100%;">
<center><br><br><h1 style="font-size:400%; "><b> IoT Solar Connection</b></h1>
<br><img src="i.jpg" style="height: 4cm; width: 4cm;"><br>
<br><h3 style="font-size: 200%;"><b>Why Go Solar?</b></h3>
<br><p style="font-size: 100%;"><center><b>Going solar has a wide range of benefits and that's great news!<br>
Whether economic,environmental, or personal,all of these benefits are fueling the country's solar power boom.<br>
At SolarRun, we help you to benefit the planet as well as your home.<br>
So why delay? Just get started with us!</b></center></p>
</center>
</div>
<div style="background-image: url(service.jpg); height:13cm; width:100%; color:white;">
<br><br><br><center><h1 style="font-size: 600%; color:white;">Services</h1></center>
<br><br><br><center><p style="align-content: space-between; font-style: bold; color: white; font-size: 300%; font-family: times;">
Evaluate <br> Install <br> Enjoy</p></center>
</div>
<div style="height:10cm; width:100%; color:black;">
<br><br><br>
<center><h1 style="font size:600%;"><b>Available Panels</b></h1></center><br><br>
<p style="background-color: black;">
<center>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators" style="color:black;">
<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>
<div class="carousel-inner">
<div class="item active">
<img src="100watt.jpg" alt="100 Watt Panel" style="width: 50% height:50%;">
<br><br>
<div class="carousel-caption" style="font-size: 200%;">
<h3>100 Watt Panel</h3>
</div>
</div>
<div class="item">
<img src="dynamo.jpg" alt="TATA Dynamo 1100W Inverter" style="width: 50%; height: 50%;">
<br><br>
<div class="carousel-caption" style="font-size: 200%;">
<br><br><h3>TATA Dynamo 1100W Inverter</h3>
</div>
</div>
<div class="item">
<img src="light.jpg" alt="Solar 75L Lighting System" style="width: 50%; height:50%;">
<br><br>
<div class="carousel-caption" style="font-size: 200%;">
<h3>Solar 75L Lighting System</h3>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev" style="color:black;">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next" style="color:black;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</center>
</p>
<br><br><br>
<div style="background-color:gray; height: 8cm; width:100%">
<br><br><center><h1 style="font-size: 400%"><b><u>Follow Us</u></b></h1></center>
<br><br><center><h2 align="space-between">
<img src="facebook.png" style="height: 2cm; width: 2cm;">
<img src="twitter.jpg" style="height: 2cm; width: 2cm;">
<img src="gplus.jpeg" style="height: 2cm; width: 2cm;">
</h2></center>
</div>
</body>
</html>