-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (63 loc) · 2.5 KB
/
Copy pathindex.html
File metadata and controls
63 lines (63 loc) · 2.5 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="index1.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home</title>
</head>
<body>
<header>
<a href="index.html"><img class="headerLogo" src="logos/head_Logo.png"></a>
<div class="center">
<a class="headerLink" href="index.html">Home</a>
<a class="headerLink" href="technology.html">Technology</a>
<a class="headerLink" href="aboutUs.html">About us</a>
<a class="headerLink" href="store.html">Store</a>
</div>
</header>
<img class="background" src="images/fabric.jpeg">
<div class="text">A new way to generate energy.</div>
<table class="row">
<tr>
<td class="benifitRow">
<p class="benifit">5 year warranty<img src="images/money.svg"></p>
</td>
<td class="benifitRow">
<p class="benifit">Professional Installation <img src="images/tools.svg"></p>
</td>
<td class="benifitRow">
<p class="benifit" id="cleaning">Easy Cleaning<img id="clean" src="images/cleaning.svg"></p>
</td>
</tr>
</table>
<table class="videoRow">
<tr>
<td class="video">
<iframe src="https://www.youtube.com/embed/IIqtuupvdWg?autoplay=1&mute=1"></iframe>
</td>
<td class="videoText">
<h3>We are mountable</h3>
<p>Lorem ipsum sit in laborum minim dolore anim reprehenderit qui duis aute ex elit reprehenderit pariatur eu anim. Dolor nisi dolor deserunt exercitation est irure ea fugiat consequat exercitation tempor culpa. Lorem ipsum dolore veniam anim adipisicing eu voluptate cupidatat consequat occaecat duis incididunt mollit aliqua tempor irure nulla officia. Nisi ex sit laborum et exercitation in fugiat aute nostrud quis nostrud laboris id consectetur dolor enim. Lorem ipsum exercitation elit incididunt aute ex reprehenderit amet cupidatat ut in eiusmod do sunt dolore ad.</p>
</td>
</tr>
</table>
<table class="imageRow">
<tr>
<td class="image">
<img src="images/military.jpeg">
<h4>Our flexible solar panals can be installed as regular solar panels</h4>
</td>
<td class="image">
<img src="images/awning.jpeg">
<h4>or installed out of sight in places were regular fabric would be used</h5>
</td>
<td class="image">
<img src="images/dessert.jpeg">
<h4>we also supply bulk orders at a discount and offer international shipping</h4>
</td>
</tr>
</table>
</body>
</html>