-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtesti.html
More file actions
58 lines (44 loc) · 2.01 KB
/
Copy pathtesti.html
File metadata and controls
58 lines (44 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,100' rel='stylesheet' type='text/css'>
<link href="testi.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="container">
<h1>Testimonials</h1>
</div>
</div>
<div class="main">
<div class="container">
<img src="person4.jpg" height="140" width="200">
<h2>Oliver Hume</h2>
<p>"We are grateful to the hope organization for the great work they have done in the city of Bangalore to connect the underprivileged with the people who want to help and spread their noble initiative across the city, across all sections of the society. Their presence in this great city will help it not just to be the IT Capital of India but also build the closest free utopian society in India."</p>
</div>
</div>
<hr>
<div class="main">
<div class="container">
<img src="madhu.jpg" height="140" width="200">
<h2>Madhumita Rai</h2>
<p>"The work that they have done for the poor of this city is unparalleled and can’t be replaced. Their transparency and dedication to build a better society will just not act as motivation for all the people in this city but hopefully the entire country too." </p>
</div>
</div>
<hr>
<div class="main">
<div class="container">
<img src="person3.jpg" height="140" width="200">
<h2>Rahul Yadav</h2>
<p>"As the gap between the rich and the poor increases, we require more organizations like Hope to provide every person in this city with the basic amenities that anyone deserves. I call upon on all my colleagues to invest so that we can play our part in building a better society for our children and so that they can make their network even bigger."</p>
</div>
</div>
<hr>
</div>
<div class="footer">
<div class="container">
<p>©HOPE</p>
</div>
</div>
</body>
</html>