-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
234 lines (206 loc) · 6.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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Saylani Welfare</title>
<link rel="shortcut icon" href="favicon1111.png" type="image/x-icon">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: large;
}
.header {
background-color: white;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 15px 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header img {
padding-left: 3%;
display: inline-flex;
height: 50px;
margin-right: 20px;
}
.nav {
display: flex;
gap: 50px;
}
.nav a {
text-decoration: none;
color: black;
font-style: normal;
position: relative;
}
.nav a::after {
content: '';
position: absolute;
width: 0;
height: 2px;
background-color: rgb(106, 233, 3);
left: 0;
bottom: -5px;
transition: width 0.3s ease;
}
.nav a:hover::after {
width: 100%;
}
.buttons {
display: flex;
gap: 10px;
}
.buttons .btn {
padding: 15px 25px;
border: none;
color: white;
font-weight: 550;
cursor: pointer;
border-radius: 10px;
}
.btn-green {
background-color: rgb(106, 233, 3);
}
.btn-blue {
background-color: blue;
}
.btn-green:hover, .btn-blue:hover {
opacity: 0.9;
}
/* General Styles */
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-color: #bdb7b7;
background-image: url('https://st.depositphotos.com/1664589/2408/v/450/depositphotos_24084227-stock-illustration-abstract-background.jpg'); /* Placeholder for the sketch texture */
background-repeat: no-repeat;
backface-visibility: 40%;
background-size: cover;
}
/* Section under the header */
.welcome-section {
padding: 20px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
/* Text Styles */
.welcome-text {
font-size: 50px;
font-family: Arial, Helvetica, sans-serif;
opacity: 0; /* Start hidden for animation */
animation: slideIn 3s forwards; /* Animation with 3 seconds duration */
}
.welcome-text span {
color: rgb(106, 233, 3); /* Light green color for "Saylani" */
}
/* Keyframes for Animation */
@keyframes slideIn {
0% {
transform: translateX(-100%); /* Start from the left off-screen */
opacity: 0;
}
100% {
transform: translateX(0); /* End at the normal position */
opacity: 1;
}
}
/* Image Container */
.image-container {
display: flex;
flex-direction: column;
align-items: flex-end;
}
/* List of Images */
.image-container ol {
list-style: none;
padding: 0;
margin: 0;
}
.image-container li {
margin-bottom: 10px;
position: relative;
}
.Saylani {
font-size: large;
}
/* Responsive styles */
@media (max-width: 768px) {
.header {
flex-direction: column;
align-items: center;
text-align: center;
}
.nav {
flex-direction: column;
gap: 20px;
margin-top: 10px;
}
.buttons {
flex-direction: column;
gap: 10px;
margin-top: 10px;
}
.welcome-section {
flex-direction: column;
align-items: center;
text-align: center;
}
.welcome-text {
font-size: 30px;
}
.image-container {
align-items: center;
margin-top: 20px;
}
}
</style>
</head>
<body>
<header class="header">
<img src="SAY.png" alt="Saylani Welfare Logo">
<nav class="nav">
<a href="http://127.0.0.1:5500/index.html">Home</a>
<a href="https://www.saylaniwelfare.com/en">About</a>
<a href="https://www.saylaniwelfare.com/en">Services</a>
<a href="https://www.saylaniwelfare.com/en">Contact</a>
</nav>
<div class="buttons">
<button class="btn btn-green">Donate</button>
<button class="btn btn-blue">Sponsor</button>
</div>
</header>
<section class="welcome-section">
<div class="welcome-text">
<p> Welcome to the <br><span>Saylani</span> Welfare</p>
<p class="Saylani">Saylani Welfare is on the ground and already working with local communities to assess how best to support underprivileged families in more than 63 areas of day to day lives.</p>
</div>
<div class="image-container">
<ol>
<li><img src="1.png" alt="Image 1"></li>
</ol>
</div>
</section>
<script src="https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1"></script>
<df-messenger
intent="WELCOME"
chat-title="SMIT"
chat-icon="https://firebasestorage.googleapis.com/v0/b/ai-bot-4419b.appspot.com/o/favicon1111.png?alt=media&token=99ce4d55-6783-450b-9502-d63fe08884a5"
agent-id="8827b24a-0190-4ec0-babd-05aa0637a178"
language-code="en"
></df-messenger>
<style>
df-messenger {
--df-messenger-bot-message: #e5e5e9;
--df-messenger-button-titlebar-color: blue;
--df-messenger-chat-background-color: #fafafa;
--df-messenger-font-color: rgb(19, 18, 18);
--df-messenger-send-icon: #04ddfa;
--df-messenger-user-message: rgb(106, 233, 3);
}
</style>
</body>
</html>