-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
133 lines (125 loc) · 7.37 KB
/
about-us.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solar Energy</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;500;600;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<header>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a href="index.html" class="logo">
<img src="images/logo.png" alt="" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="solutions.html">Solutions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#index.html/contact">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<div class="banner inner">
<div class="banner_visual" style="background-image: url('./images/banner-about-us.png');">
<div class="container">
<h1>About Us</h1>
</div>
</div>
</div>
<div class="container">
<div class="side_space">
<div class="row">
<div class="col-md-4 mb-5 mb-mg-0 text-center">
<img class="img-fluid" src="./images/welcome.png" alt="">
</div>
<div class="col-md-8">
<div class="ml-0 ml-lg-5">
<p>It allows individuals to combine forces to invest in the green energy sector that has
traditionally been preserved by financial institutions and ultra-high net worth individuals
and corporations.
</p>
<p>The decline in costs of solar, wind and also green hydrogen generation, along with the
electrification of the energy system, make the development of renewable energy resources
increasingly attractive for society, and a lucrative investment opportunity. (same text
2times)
</p>
<p>We are committed to introducing the world to an innovative blockchain solution designed for
the green energy sector. We are ideally positioned to work to accelerate the transition
towards a carbon-neutral economy, through emerging technologies and more environmentally
friendly solutions, targeting off-grid areas and many industries from many hard-to-abate
carbon sectors.
</p>
<p>The so called “grid parity” is already becoming reality in a large part of the developed
countries an
Renewable sources are competing more and more with the fossil ones to answer global energy
demands.
</p>
<p>The focus of Sunset Capital is to help solve one major issue contesting for innovative
solution
in our world today sustainable energy. Sunset Capital is facing head-on the challenge of
climate
change with a clean and democratized green energy procurement pathway.</p>
<p>Sunset Capital has worked towards effecting change in the manner energy is produced,
consumed,
and commercialized by connecting global investors directly with renewable energy production
sites. Our approach will use the proven transparency of blockchain technology and the
eco-friendly renewable energy power to ensure that our deliverables are realized.</p>
<p>Our goal is to build a transparent governance framework that allows the production, supply
and
distribution of clean energy, ideally positioned in off-grid areas or closer to many
hard-to-abate carbon industries in emerging countries bringing innovation and a wide range
of
network benefits to consumers, investors and society as a whole.</p>
<p>We are committed to introducing the world to an innovative blockchain solution designed for
the
green energy sector Not only will Sunset Capital own renewable energy power projects and
remove
the layer of middlemen in the distribution process so that energy cost can be efficient and
affordable, allowing global investors to access renewable energy assets of wind, solar and
green
hydrogen power plants from our exclusive Portfolio.</p>
<p>Sunset Capital Blockchain Platform combines energy transition and digital transformation to
accelerate the decarbonization of the economy to build a more sustainable, competitive and
resilient world for everyone.</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container text-center">
<div class="mw_1100">
<a href="index.html"><img class="img-fluid" src="./images/logo1.png" alt=""></a>
<p>Copyright © 2021 Solar Energy. All Rights Reserved.</p>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</body>
</html>