diff --git a/components/OrganizedContent.tsx b/components/OrganizedContent.tsx index a10fa4e5..aa1a94c1 100644 --- a/components/OrganizedContent.tsx +++ b/components/OrganizedContent.tsx @@ -36,10 +36,10 @@ export const OrganizedContent: React.FC = ({
{headings.map((heading, index) => ( -
+
+ > {heading.name}
diff --git a/components/playground.tsx b/components/playground.tsx index 441e02e8..e1cc9b63 100644 --- a/components/playground.tsx +++ b/components/playground.tsx @@ -48,7 +48,7 @@ export function MiniEventCardDemo() { description={} />
- ) + ); } export function OrganizedContentDemo() { @@ -56,28 +56,62 @@ export function OrganizedContentDemo() { { name: "1. Name", url: "a", - key: "a", - content:
1. The name of this organization shall be the "Computer Science Club of the University of Waterloo".
, + content: ( +
+ {" "} + 1. The name of this organization shall be the "Computer Science + Club of the University of Waterloo". +
+ ), }, { name: "2. Purpose", url: "b", - key: "b", - content:
The Club is organized and will be operated exclusively for educational and scientific purposes in furtherance of: - promoting an increased knowledge of computer science and its applications; - promoting a greater interest in computer science and its applications; and - providing a means of communication between persons having interest in computer science. - The above purposes will be fulfilled by the organization of discussions and lectures with professionals and academics in the field of computer science and related fields, the maintenance of a library of materials related to computer science, the maintenance of an office containing the library as an aid to aim (1.3) above, and such other means as decided by the club membership.
, + content: ( +
+ {" "} + The Club is organized and will be operated exclusively for educational + and scientific purposes in furtherance of: promoting an increased + knowledge of computer science and its applications; promoting a + greater interest in computer science and its applications; and + providing a means of communication between persons having interest in + computer science. The above purposes will be fulfilled by the + organization of discussions and lectures with professionals and + academics in the field of computer science and related fields, the + maintenance of a library of materials related to computer science, the + maintenance of an office containing the library as an aid to aim (1.3) + above, and such other means as decided by the club membership. +
+ ), }, { name: "3. Membership", url: "c", - key: "c", - content:
In compliance with MathSoc regulations and in recognition of the club being primarily targeted at undergraduate students, full membership is open to all Social Members of the Mathematics Society and restricted to the same. - Affiliate membership in this Club shall be open to all members of the University community, including alumni. Affiliate members shall have all the rights of full members except for the rights of voting and holding executive office. - Membership shall be accounted for on a termly basis, where a term begins at the start of lectures in Winter or Spring, and at the start of Orientation Week in Fall. - A person is not a member until he or she has paid the current membership fee and has been enrolled in the member database. The termly membership fee is set from time to time by the Executive. Under conditions approved by the Executive, a member who purchases a membership at the end of the current term may be given membership for both the current term and the next term. If the membership fee changes, then this does not affect the validity of any membership terms already paid for. - The Club may grant access to its systems, either free of charge or for a fee, to members of the University community in order to offer them services. This does not constitute membership.
, + content: ( +
+ {" "} + In compliance with MathSoc regulations and in recognition of the club + being primarily targeted at undergraduate students, full membership is + open to all Social Members of the Mathematics Society and restricted + to the same. Affiliate membership in this Club shall be open to all + members of the University community, including alumni. Affiliate + members shall have all the rights of full members except for the + rights of voting and holding executive office. Membership shall be + accounted for on a termly basis, where a term begins at the start of + lectures in Winter or Spring, and at the start of Orientation Week in + Fall. A person is not a member until he or she has paid the current + membership fee and has been enrolled in the member database. The + termly membership fee is set from time to time by the Executive. Under + conditions approved by the Executive, a member who purchases a + membership at the end of the current term may be given membership for + both the current term and the next term. If the membership fee + changes, then this does not affect the validity of any membership + terms already paid for. The Club may grant access to its systems, + either free of charge or for a fee, to members of the University + community in order to offer them services. This does not constitute + membership. +
+ ), }, { name: "Consequences of Unacceptable Behavior", @@ -91,8 +125,8 @@ export function OrganizedContentDemo() { name: "Read All", url: "readall", key: "readall", - content: <>{sections.map((section => section.content))} - } + content:
CODEY FAN CLUB
, + }; sections = [readAllSection, ...sections];