-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEvents.js
334 lines (329 loc) · 9.93 KB
/
Events.js
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
import { View, Text, Image, ScrollView } from "react-native";
import React from "react";
import Icon from "react-native-vector-icons/AntDesign";
import { useNavigation } from "@react-navigation/native";
const Events = () => {
const navigation = useNavigation();
return (
<ScrollView style={{ paddingTop: 10, fontFamily: "custom-font" }}>
<Icon
name="leftcircle"
size={30}
style={{ position: "absolute", top: 5, left: 10, zIndex: 1 }}
color={"#FFA500"}
onPress={() => navigation.replace("DrawerNavigator")}
/>
<Text
style={{
marginBottom: 15,
fontSize: 25,
textAlign: "center",
fontWeight: "bold",
color: "#FFA500",
}}
>
EVENTS
</Text>
<View style={{ alignItems: "center", fontFamily: "custom-font" }}>
<View
style={{
alignItems: "center",
}}
>
<Image
style={{ height: 250, width: 390 }}
source={require("./assets/events1.jpeg")}
/>
</View>
<View
style={{
height: 320,
width: 390,
backgroundColor: "#ffffff",
borderWidth: 0.5,
borderColor: "#d3d3d3",
marginBottom: 30,
paddingHorizontal: 15,
paddingTop: 10,
fontFamily: "custom-font",
}}
>
<Text
style={{
textAlign: "left",
fontSize: 19,
fontWeight: "800",
color: "#02529c",
marginBottom: 5,
fontFamily: "custom-font",
}}
>
ROTARIANS LEAD BY EXAMPLE
</Text>
<Text
style={{
textAlign: "left",
fontSize: 19,
fontWeight: "bold",
marginBottom: 8,
fontFamily: "custom-font",
}}
>
May 10, 2022
</Text>
<Text
style={{
textAlign: "justify",
fontSize: 17,
fontWeight: "600",
color: "gray",
fontFamily: "custom-font",
}}
>
Our Dear Rotarian Rusi Taraporevala willed amunificent donation of
Rs 5.5 crores to set up a corpus at RCB for scholarships to
deserving students for foreign studies. The MOU for this was
signedby the gracious Mrs Jeroo Lam and her daughter Niloufer Lam.
It all started with a call from Jeroo and Rtn. Nelum Gidwani to PP
Ashish Vaid, and the MOU was drawn up, after many discussions over
‘sev puris’ at Willingdon. A big thank you to our Late Rotarian
Rusi, Jeroo and Niloufer.
</Text>
</View>
</View>
<View style={{ alignItems: "center" }}>
<View style={{ alignItems: "center" }}>
<Image
style={{ height: 250, width: 390 }}
source={require("./assets/events2.jpeg")}
/>
</View>
<View
style={{
height: 320,
width: 390,
backgroundColor: "#ffffff",
borderWidth: 0.5,
borderColor: "#d3d3d3",
marginBottom: 30,
paddingHorizontal: 15,
paddingTop: 10,
}}
>
<Text
style={{
textAlign: "left",
fontSize: 19,
fontWeight: "800",
color: "#02529c",
marginBottom: 5,
}}
>
PAEDIATRIC HEART SURGERIES – COMMITTEE REPORT
</Text>
<Text
style={{
textAlign: "left",
fontSize: 19,
fontWeight: "bold",
marginBottom: 8,
}}
>
March 1, 2022
</Text>
<Text
style={{
textAlign: "justify",
fontSize: 17,
fontWeight: "600",
color: "gray",
fontFamily: "custom-font",
}}
>
Under our Global Grant No 2099621, we had a total of $5,09,653 (INR
3,78,26,877/-) approved funds available to us to support surgeries
of needy and deserving children suffering from congenital heart
disease. As on February 21st, 2022, out of the abovementioned funds
we have utilised INR 2,55,26,163/- and committed a further INR
675000.15/- (patients are yet to be discharged).
</Text>
</View>
</View>
<View style={{ alignItems: "center" }}>
<View style={{ alignItems: "center" }}>
<Image
style={{ height: 250, width: 390 }}
source={require("./assets/catal.jpg")}
/>
</View>
<View
style={{
height: 320,
width: 390,
backgroundColor: "#ffffff",
borderWidth: 0.5,
borderColor: "#d3d3d3",
marginBottom: 30,
paddingHorizontal: 15,
paddingTop: 10,
}}
>
<Text
style={{
textAlign: "left",
fontSize: 19,
fontWeight: "800",
color: "#02529c",
}}
>
BEING A CATALYST FOR CHANGE
</Text>
<Text
style={{
textAlign: "left",
fontSize: 19,
fontWeight: "bold",
marginBottom: 5,
}}
>
July 28, 2020
</Text>
<Text
style={{
textAlign: "justify",
fontSize: 17,
fontWeight: "600",
color: "gray",
marginBottom: 8,
fontFamily: "custom-font",
}}
>
The total amount raised by Aryaman’s school, The Cathedral & John
Connon School in Mumbai, was Rs 32.26 lakh of which Aryaman raised
more than 25 per cent and also the single highest individual amount
raised for the campaign. When the pandemic first hit, Aryaman, who
is in the 12th standard and am doing the International Baccalaureate
Diploma Program, felt there was no way for him to contribute.
</Text>
</View>
</View>
<View style={{ alignItems: "center" }}>
<View style={{ alignItems: "center" }}>
<Image
style={{ height: 250, width: 390 }}
source={require("./assets/events3.jpeg")}
/>
</View>
<View
style={{
height: 320,
width: 390,
backgroundColor: "#ffffff",
borderWidth: 0.5,
borderColor: "#d3d3d3",
marginBottom: 30,
paddingHorizontal: 15,
paddingTop: 10,
}}
>
<Text
style={{
textAlign: "left",
fontSize: 19,
fontWeight: "800",
color: "#02529c",
}}
>
COMMITTEE REPORTS: FUND-RAISING COMMITTEE 2019-2020
</Text>
<Text
style={{
textAlign: "left",
fontSize: 19,
fontWeight: "bold",
marginBottom: 5,
}}
>
June 30, 2020
</Text>
<Text
style={{
textAlign: "justify",
fontSize: 17,
fontWeight: "600",
color: "gray",
marginBottom: 8,
fontFamily: "custom-font",
}}
>
Singer Sonu Nigam put his vocal chords to good use with his stellar
performance at the Rotary Club of Bombay’s headlining fund-raiser
“Sonu Nigam- Live in Concert”, held on August 27th, 2019, at NCPA.
The event was a great success, thanks to the efforts of hard-working
Rotarians, Rotarian Partners and Retractors. This was Sonu Nigam’s
first show in India since 2008.
</Text>
</View>
</View>
<View style={{ alignItems: "center" }}>
<View style={{ alignItems: "center" }}>
<Image
style={{ height: 250, width: 390 }}
source={require("./assets/salan.jpg")}
/>
</View>
<View
style={{
height: 320,
width: 390,
backgroundColor: "#ffffff",
borderWidth: 0.5,
borderColor: "#d3d3d3",
marginBottom: 30,
paddingHorizontal: 15,
paddingTop: 10,
}}
>
<Text
style={{
textAlign: "left",
fontSize: 19,
fontWeight: "800",
color: "#02529c",
}}
>
CHHOTI SI ASHA, BADA SA DIL
</Text>
<Text
style={{
textAlign: "left",
fontSize: 19,
fontWeight: "bold",
marginBottom: 5,
}}
>
June 30, 2020
</Text>
<Text
style={{
textAlign: "justify",
fontSize: 17,
fontWeight: "600",
color: "gray",
marginBottom: 8,
fontFamily: "custom-font",
}}
>
The initiative, jointly created by Rotary India, Rotary Club of
Bombay and Wizcraft International Entertainment and supported by
Being Human.- The Salman Khan Foundation and partnered by Ask
Nestle.in and Finolex Pipes, was a globally televised fundraiser
held on Colours TV on Sunday 28, June, 2020. Chhoti Si Asha was our
initiative to especially focus on the holistic development.
</Text>
</View>
</View>
</ScrollView>
);
};
export default Events;