-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.php
209 lines (96 loc) · 3.96 KB
/
history.php
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
<?php
$carousel="no";
include ( "./inc/header.inc.php");
include ( "./inc/cover.inc.php");
?>
<script>
var greeting= document.querySelector(".greeting");
greeting.innerHTML="Rotaract";
</script>
<section class="overview">
<div class="overview__about">
<table align="center">
<tbody>
<tr>
<td align="center">
<br>
<h1>Rotaract History</h1>
</td>
</tr>
<tr>
<td align="center"><br>
<p>13th March is celebrated world over as the World Rotaract Day as on this day the first Rotaract Club received its official charter.</p>
</td>
</tr>
<tr>
<td align="center">
<p>First Rotaract Club in the world: Rotaract Club of the University of North Charlotte, North California, USA.
Charter Date: 13th March, 1968
Sponsoring Rotary Club: Rotary Club of North Charlotte
Motive of Rotary behind introducing Rotaract Programme:</p>
</td>
</tr>
<tr>
<td align="center">
<p>The decision to adopt the Rotaract programme came at a time when student protests worldwide were of growing concern to Rotarians. The Rotaract programme was adopted not only as a means of keeping former interactors within the Rotary family, but as a means of channelizing energies of young adults into positive activities that could benefit their communities.</p>
<br>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<div class="blur blur3">
</div>
<section class="overview">
<div class="overview__about">
<table align="center">
<tbody>
<tr>
<td align="center"><br>
<p>Steps Taken to introduce the Rotaract programme:</p>
</td>
</tr>
<tr>
<td align="center">
<p>A special committee was convened to design the new service club programme for young adults during 1966.</p>
</td>
</tr>
<tr>
<td align="center">
<p>After polling students at the University of Houstan, Texas, USA, the committee decided that “Rotaract” would be the best name for the programme – a combination of the word “Rotary” and “action”.</p>
<br>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<div class="blur blur4">
</div>
<section class="overview">
<div class="overview__about">
<table align="center">
<tbody>
<tr>
<td align="center"><br>
<p>Membership The committee decided that young man and woman should constitute Rotaract. </p>
</td>
</tr>
<tr>
<td align="center">
<p>To be eligible for membership, prospective members must be 18–30 years of age, show that they are committed to Rotaract, and show that they are of good standing in the community. </p>
</td>
</tr>
<tr>
<td align="center">
<p>After being approved by the club, prospective members are "inducted" to become members, also known as "Rotaractors".</p>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<br>
<?php
include ( "./inc/footer.inc.php");?>