-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (92 loc) · 4.83 KB
/
index.html
File metadata and controls
117 lines (92 loc) · 4.83 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
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Donation For Gaza </title>
<link rel="shortcut icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTZYyV8uLrSZrXKSCDARpeljmPCJHP2bq1kJ_MynCOouwgt2M_1Dr3HQDoaY1cturhhouk&usqp=CAU" type="image/x-icon">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Teko&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cinzel&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cinzel&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</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>
</header>
<main>
<section>
<div class="two">
<h3>Give a helping hand to those who need !
</h3>
<p>Donate today to help us make life better for thousands Families in Gaza,To give them hope and to start over again.
</p>
<a class="button" href="donation.html">Donate Now</a>
</div>
<div id="slideshow">
<div class="slide-wrapper">
<div class="slide"><h1 class="slide-number"></h1></div>
<div class="slide"><h1 class="slide-number"></h1></div>
<div class="slide"><h1 class="slide-number"></h1></div>
<div class="slide"><h1 class="slide-number"></h1></div>
<div class="slide"><h1 class="slide-number"></h1></div>
</div>
</div>
<div id="box1">
<h2>WHY WE NEED TO SUPPORT GAZA ?</h2>
<p id="p">The people of Gaza are under attack as you know. Thirteen years of a cruel and unjust blockade has already severely weakened
the healthcare system and made life generally a struggle to survive. Now the attacks have increased once again and innocents are losing their lives every day,
including many children.
</p>
<a class="animatedBox" href="donation.html"> <i class="fas fa-heartbeat"></i> Donate
</a>
</div>
</section>
</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>
<script src="js/app.js"></script>
</body>
</html>