-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
170 lines (96 loc) · 4.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page Title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section1.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section2.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section3.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section4.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section5.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section6.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section7.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section8.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section9.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section10.css">
<link rel="stylesheet" type="text/css" href="./CSS/LandingPage/section11.css">
</head>
<body>
<!-- --------------------------------------------------------------
Section 1 : Intro
---------------------------------------------------------------- -->
<div class="section1">
<div class="s1A">
<img src="Assets/logo.svg">
<a href="https://www.lmntrx.com/">Products </a>
<a href="https://www.lmntrx.com/">Compare </a>
<a href="https://www.lmntrx.com/">Specifications </a>
<button type="button" onclick="window.location.href = 'https://www.lmntrx.com';">Contact Us</button>
</div>
<div class="s1B">
<h1>Thermal Powered ACs that work 24 Hrs, Everywhere!</h1>
<button type="button">Buy Now</button>
<button type="button">Be a Distributor</button>
<h6>With high power efficiency that earns your money back in energy savings!</h6>
</div>
<div class="s1C">
<img src="Assets/s1ac.png">
</div>
</div>
<!-- --------------------------------------------------------------
Section 2
---------------------------------------------------------------- -->
<div class="section2">
<h2>Cooling the world for over <br> 20 Years.</h2>
<p>We have more than 20 years experience <br> delivering cooling solutions carefully designed <br>by our R&D division.</p>
</div>
<!-- --------------------------------------------------------------
Section 3
---------------------------------------------------------------- -->
<div class="section3">
</div>
<!-- --------------------------------------------------------------
Section 4
---------------------------------------------------------------- -->
<div class="section4">
</div>
<!-- --------------------------------------------------------------
Section 5
---------------------------------------------------------------- -->
<div class="section5">
</div>
<!-- --------------------------------------------------------------
Section 6
---------------------------------------------------------------- -->
<div class="section6">
</div>
<!-- --------------------------------------------------------------
Section 7
---------------------------------------------------------------- -->
<div class="section7">
</div>
<!-- --------------------------------------------------------------
Section 8
---------------------------------------------------------------- -->
<div class="section8">
</div>
<!-- --------------------------------------------------------------
Section 9
---------------------------------------------------------------- -->
<div class="section9">
</div>
<!-- --------------------------------------------------------------
Section 10
---------------------------------------------------------------- -->
<div class="section10">
</div>
<!-- --------------------------------------------------------------
Section 11
---------------------------------------------------------------- -->
<div class="section11">
</div>
</body>
</html>