-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstory.html
More file actions
113 lines (89 loc) · 4.82 KB
/
story.html
File metadata and controls
113 lines (89 loc) · 4.82 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
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
<!DOCTYPE html>
<html>
<head>
<title>Donation</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css">
<link href="css/stories.css" rel="stylesheet" />
</head>
<body>
<header>
<div class="one">
<img src="img/logo.png" alt="">
</div>
<nav>
<ul>
<li><a href="index.html"> <i class="fas fa-home"></i>Home</a></li>
<li><a href="donation.html"> <i class="fas fa-hand-holding-usd"></i>Donation</a></li>
<li><a href="story.html"><i class="fas fa-warehouse"></i>Stories</a></li>
<li><a href="aboutus.html"> <i class="far fa-address-card"></i>About Us</a></li>
</ul>
</nav>
<span id ="call"> <i class="fas fa-phone-square"></i>Call Us +96279872222</span>
<div id="div1">
<p class="blink">WHAT IS OUR STORY ?</p>
</div>
</div>
</header>
<main>
<div class="container" >
<iframe class="video" src="https://www.youtube.com/embed/ybK4bd6DfKs" allowfullscreen></iframe>
<h2>Help them </h2>
<p>Our community of supporters builds and renovates facilities to assist Gaza's people living with
disabilities.
Together we install water and sewage networks, so the streets are clean and dry, and homes have
reliable access
to water. We’re building preschools and training teachers so that Gaza’s children get the education
they deserve.</p>
</div>
<div class="container2">
<iframe class="video" src="https://www.youtube.com/embed/9D51p8iIGBI" allowfullscreen></iframe>
<h2>Give hope to these children</h2>
<p>We want to live like children in other countries who can go play in playgrounds ... why is this
happening to us?" - Khaled*, 10, Gaza Strip
More than 60 children in Gaza have been killed since 10 May. Houses have been turned into rubble,
schools and hospitals damaged and thousands of families ripped apart</p>
</div>
<div class="container3">
<iframe class="video" src="https://www.youtube.com/embed/Sy4muwYNTZw" allowfullscreen></iframe>
<h2>Gaza is crying out for help</h2>
<p>we are continuing to do all that we can to support these vulnerable, impoverished people.
Together, we can work to rebuild Gaza and help Palestine; charity work and kind donations
can go a long way towards providing a brighter future for these disadvantaged people.</p>
</div>
<div class="container4">
<iframe class="video" src="https://www.youtube.com/embed/CTtmErPYug4" allowfullscreen></iframe>
<h2>Gaza needs your support</h2>
<p>Heart-breaking scenes have been emerging from Palestine, as attacks on Palestinian worshipers at the holy Al-Aqsa Mosque were carried out during the final days of Ramadan. In addition, the city of Gaza was attacked with bombs that destroyed most innocent homes</p>
</div>
</main>
<footer>
<span id="span2">Follow us </span>
<ul id="ulfollow">
<li><i class="fab fa-facebook"></i></li>
<li><i class="fab fa-instagram"></i></li>
<li><i class="fab fa-linkedin"></i></li>
<li><i class="fab fa-twitter"></i></li>
</ul>
<div id="pfooter">
<p > <i class="far fa-copyright"></i> Copy right Donation For Gaza </p>
</div>
<span id="span3">Address</span>
<ul class="ul">
<li><i class="fas fa-home"> </i> Amman-Jordan</li>
<li><i class="far fa-envelope"> </i> info@donationGaza.com</li>
<li><i class="fas fa-phone-square"> </i>+96255556754</li>
<li><i class="fas fa-fax"> </i>+96204864566</li>
</ul>
<span id="span4">Links</span>
<ul id="ul3">
<li><a href="index.html"> <i class="fas fa-home"> </i>Home</a></li>
<li><a href="donation.html"> <i class="fas fa-hand-holding-usd"> </i>Donation</a></li>
<li><a href="story.html"><i class="fas fa-warehouse"> </i>Stories</a></li>
<li><a href="aboutus.html"> <i class="far fa-address-card"> </i>About Us</a></li>
</ul>
</footer>
<script src="https://kit.fontawesome.com/6afa17ac53.js" crossorigin="anonymous"></script>
</body>
</html>