-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
293 lines (261 loc) · 13.9 KB
/
about.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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="//db.onlinewebfonts.com/c/d14035f6b1afeabafbee4abb2ebf0fc6?family=COCOGOOSE" rel="stylesheet" type="text/css"/>
<link href="//db.onlinewebfonts.com/c/b6ec2562bef462b4dc49e9cc5d04845e?family=CocogoosePro-Thin" rel="stylesheet" type="text/css"/>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link href="http://fonts.cdnfonts.com/css/cocogoose" rel="stylesheet">
<link href="style.css" type="text/css" rel="stylesheet"/>
<title>Power Up Solar Solutions</title>
</head>
<body>
<main class="mainBody">
<header class="socialHeader">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark p-0 d-none d-lg-block">
<!-- Container wrapper -->
<div class="container-fluid">
<!-- Toggle button -->
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarRightAlignExample"
aria-controls="navbarRightAlignExample"
aria-expanded="false"
aria-label="Toggle navigation">
<!--<i class="fas fa-bars"></i>-->
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapsible wrapper -->
<div class="collapse navbar-collapse" id="navbarRightAlignExample">
<!-- Left links -->
<ul class="navbar-nav ms-auto mb-2 mb-lg-0" style="font-size: 0.7rem;">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">
<!--<i class="bi-facebook"></i>-->
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>
</svg>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
</svg>
</a>
</li>
<li class="nav-item">
<a class="nav-link disabled">English</a
>
</li>
<li class="nav-item">
<a class="nav-link disabled">My Page</a>
</li>
<li class="nav-item">
<a class="nav-link disabled">Logout</a>
</li>
</ul>
<!-- Left links -->
</div>
<!-- Collapsible wrapper -->
</div>
<!-- Container wrapper -->
</nav>
<nav class="navbar navbar-expand-lg navbar-light fs-6 bg-white p-0">
<div class="container-fluid">
<button
class="navbar-toggler collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarRightAlignExample2"
aria-controls="navbarRightAlignExample2"
aria-expanded="false"
aria-label="Toggle navigation">
<!--<span class="navbar-toggler-icon"></span>-->
<span class="toggler-icon top-bar"></span>
<span class="toggler-icon middle-bar"></span>
<span class="toggler-icon bottom-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img class="img-fluid img-thumbnail" src= "img/power2.png"
width="90" height="80" alt="Logo comes here">
</a>
<div class="collapse navbar-collapse" id="navbarRightAlignExample2">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item px-3">
<a class="nav-link active" aria-current="page" href="about.html">
About
</a>
</li>
<li class="nav-item px-3">
<a class="nav-link disabled" href="#">
Program
</a>
</li>
<li class="nav-item px-3">
<a class="nav-link disabled">Join</a>
</li>
<li class="nav-item px-3">
<a class="nav-link disabled">Sponsor</a>
</li>
<li class="nav-item px-3">
<a class="nav-link disabled">News</a>
</li>
<li class="nav-item px-3">
<a class="nav-link disabled border border-danger border-1 text-danger fw-bold">Campaign</a>
</li>
</ul>
</div>
</div> <!--container fluid-->
</nav>
<nav class="float-end bg-transparent text-dark" style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<ol class="breadcrumb bg-transparent">
<li class="breadcrumb-item">
<a href="index.html">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-house" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2 13.5V7h1v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7h1v6.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5zm11-11V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"/>
<path fill-rule="evenodd" d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"/>
</svg>
</a>
</li>
<li class="breadcrumb-item active" aria-current="page">About</li>
</ol>
</nav>
</header> <!-- mainHeader -->
<section id="introduction" class="container-fluid mt-5 p-5 d-flex bg-light text-dark text-center align-items-center justify-content-center">
<!-- Jumbotron -->
<div class="p-5 text-center bg-transparent text-dark display-5">
<h1 class="mb-3 cocogoose">Power Up Solar Solutions</h1>
<div class="card mt-5 mb-5 bg-transparent text-dark fs-5">
<div class="card-body cocogoose">
<p>
Our goal is to find the best possible energy saving solution and bring it to you with the most
effective and efficient cost.
</p>
</div>
</div>
<p class="text-center mt-5 fw-bold cocogoose fs-5">
Our email is [email protected]
</p>
</div>
<!-- Jumbotron -->
</section> <!--introduction-->
<!-- section team -->
<section id="team" class="container-fluid p-5 bg-white text-dark text-center align-items-center justify-content-center">
<!-- Jumbotron -->
<div class="p-5 text-center bg-transparent">
<h4 class="mb-3">What We Can Do For You</h4>
<hr class="bg-danger border-2 border-top border-danger w-25" style="margin-left:37%;">
<p>
Our Team is dedicated to provide you with the best possible solar solution that can help you with
your energy needs and requirements.
</p>
<div class="container-fluid">
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100">
<img src="https://documents.acer.europa.eu/en/Electricity/Market%20monitoring/PublishingImages/consultation.jpg?RenditionID=5" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Consultation</h5>
<p class="card-text">We will provide expert insight for your solar energy needs and solution.</p>
</div>
<div class="card-footer">
<small class="text-muted">Expert insight</small>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://www.forbes.com/advisor/wp-content/uploads/2021/08/Untitled-design-2021-08-18T120552.419.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Installation</h5>
<p class="card-text">Our expert team will install the panels and energy solutions to power up your home.</p>
</div>
<div class="card-footer">
<small class="text-muted">Safe and Efficient</small>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://s25180.pcdn.co/wp-content/uploads/2022/04/FrankDonaldson-maintenanceplans-copy.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Maintenance</h5>
<p class="card-text">We will monitor and overlook the solar panel operations and process.</p>
</div>
<div class="card-footer">
<small class="text-muted">Customer Satisfaction</small>
</div>
</div>
</div>
</div>
</div> <!--container fluid-->
</div>
<!-- Jumbotron -->
</section> <!--team-->
<section id="partners" class="gallery container-fluid p-5 bg-white text-dark text-center align-items-center justify-content-center">
<div>
<h4 class="h4">Our Proud Events</h4>
<hr class="bg-danger border-2 border-top border-danger w-25" style="margin-left:37%;">
<p>A glimpse at the events held in the country in the past years</p>
</div>
<div class="container-lg">
<div class="row gy-4 lato">
<div class="col-6">
<div class="card bg-transparent text-white align-items-center justify-content-center flex">
<img src="https://cabaus.org/wp-content/uploads/2018/02/18-session-2.jpg" class="card-img"
alt="..." style="opacity:0.4;">
<div class="card-img-overlay p-0 CocogoosePro-Thin text-danger">
<h5 class="card-title display-6 fw-bold">2020</h5>
<p class="card-text fw-bold">Great Times</p>
<p class="card-text fw-bold fs-6">Last Updated 2020</p>
</div>
</div>
</div>
<div class="col-6">
<div class="card bg-transparent text-white align-items-center justify-content-center flex">
<img src="https://cabaus.org/wp-content/uploads/2018/02/18-session-2.jpg"
class="card-img img-fluid img-responsive" alt="..."
style="opacity:0.4;">
<div class="card-img-overlay p-0 CocogoosePro-Thin text-danger">
<h5 class="card-title display-6 fw-bold">2021</h5>
<p class="card-text fw-bold">Great Times</p>
<p class="card-text fw-bold fs-6">Last Updated 2021</p>
</div>
</div>
</div>
</div> <!--row -->
</div> <!--container-lg-->
</section>
<footer class="bg-dark text-center text-lg-start mt-2">
<div class="row">
<div class="col-6">
<img src="img/footer3-removebg-preview.png" class="img-responsive img-fluid" />
</div>
<div class="col-6 lato">
<!-- Copyright -->
<div class="text-left p-5 text-white">
© 2022 Copyright: Power Up Solar Solutions
Generating new solar energy and lighting up your future and home. Preserving the environment, and
promoting clean energy nationwide.
</div>
<!-- Copyright -->
</div>
</div>
</footer>
</main> <!-- mainBody -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
</body>
</html>