-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Green Bridge </title>
<link rel="stylesheet" href="styleblog.css">
</head>
<body>
<div class="container">
<div class="backimg">
<img src="back.png" alt="back" width="1300px">
</div>
<div class="logo">
<img src="logo.png" alt="logo" width="200px">
</div>
<div class="tagline">
<h1>
Green Bridge: Building An Environmently<br>
Sustainable Future
</h1>
</div>
<div class="mainline">
We have made an exclusive model called Green Bridge that<br> enables renewable energy producers to connect with consumers,<br>
who can then buy and sell the clean energy at contracted prices,<br> enabling the proper economic benefit for both parties.<br>
Our model include services like buying and selling the products,<br> one to one interaction among the both ends and aftersale services.
</div>
<div class="button">
<a href="index.html"><button>Sign Up/Login ↗</button>
</a>
</div>
<div class="name">
<h3>
Made by @TeamHackElite
</h3>
</div>
</div>
</body>
</html>