Skip to content

Commit f8ff3db

Browse files
authored
Merge pull request #32 from sfuosdev/issue_32/fix-link
fixing links
2 parents 993f6a5 + 1eff135 commit f8ff3db

File tree

6 files changed

+633
-242
lines changed

6 files changed

+633
-242
lines changed

src/components/Events.tsx

Lines changed: 64 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react'
1+
import React from "react";
22

33
const Events = () => {
44
return (
@@ -7,28 +7,46 @@ const Events = () => {
77
<div className="container mx-auto px-4">
88
<h1 className="text-6xl font-bold mb-4">Event</h1>
99
<p className="text-xl mb-8">[some brief description]</p>
10-
<a href="/" className="inline-flex items-center px-6 py-3 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300">
10+
<a
11+
href="/"
12+
className="inline-flex items-center px-6 py-3 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300"
13+
>
1114
./HOME
1215
</a>
1316
</div>
1417
</section>
1518

1619
<section className="container mx-auto px-4 py-12">
17-
<h2 className="text-4xl font-bold mb-8">We Touch Grass.<br />We Meet People.</h2>
20+
<h2 className="text-4xl font-bold mb-8">
21+
We Touch Grass.
22+
<br />
23+
We Meet People.
24+
</h2>
1825
<div className="flex flex-col md:flex-row justify-between items-start">
1926
<div className="md:w-1/2 mb-8 md:mb-0">
2027
<p className="text-lg mb-4">
21-
We are a student club at SFU aimed at bringing together talented individuals from tech, design, and business. Our primary goal is to collaborate on projects that contribute to the community while providing valuable learning opportunities for our members.
28+
We are a student club at SFU aimed at bringing together talented
29+
individuals from tech, design, and business. Our primary goal is
30+
to collaborate on projects that contribute to the community while
31+
providing valuable learning opportunities for our members.
2232
</p>
2333
<p className="text-lg">
24-
Join us at the SFU Open Source Development Club and be part of a community dedicated to making a positive impact through technology and collaboration.
34+
Join us at the SFU Open Source Development Club and be part of a
35+
community dedicated to making a positive impact through technology
36+
and collaboration.
2537
</p>
2638
</div>
2739
<div className="md:w-1/2 space-y-4">
28-
<a href="#" className="block w-full px-6 py-3 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300 text-center">
40+
<a
41+
href="#"
42+
className="block w-full px-6 py-3 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300 text-center"
43+
>
2944
./FUTURE_EVENTS
3045
</a>
31-
<a href="#" className="block w-full px-6 py-3 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300 text-center">
46+
<a
47+
href="#"
48+
className="block w-full px-6 py-3 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300 text-center"
49+
>
3250
./PAST_EVENTS
3351
</a>
3452
</div>
@@ -45,34 +63,63 @@ const Events = () => {
4563
<div className="flex flex-col md:flex-row bg-gray-800 rounded-lg overflow-hidden">
4664
<div className="md:w-2/3 p-6">
4765
<h3 className="text-2xl font-bold mb-4">[Event 1 Name]</h3>
48-
<p className="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
49-
<a href="#" className="inline-flex items-center px-4 py-2 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300">
66+
<p className="mb-4">
67+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
68+
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
69+
enim ad minim veniam, quis nostrud exercitation ullamco laboris
70+
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
71+
in reprehenderit in voluptate velit esse cillum dolore eu fugiat
72+
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
73+
sunt in culpa qui officia deserunt mollit anim id est laborum.
74+
</p>
75+
<a
76+
href="#"
77+
className="inline-flex items-center px-4 py-2 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300"
78+
>
5079
./DETAILS
5180
</a>
5281
</div>
53-
<div className="md:w-1/3 bg-gray-700 flex items-center justify-center text-2xl">PLACEHOLDER</div>
82+
<div className="md:w-1/3 bg-gray-700 flex items-center justify-center text-2xl">
83+
PLACEHOLDER
84+
</div>
5485
</div>
5586
<div className="flex flex-col md:flex-row bg-gray-800 rounded-lg overflow-hidden">
5687
<div className="md:w-2/3 p-6">
5788
<h3 className="text-2xl font-bold mb-4">[Event 2 Name]</h3>
58-
<p className="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
59-
<a href="#" className="inline-flex items-center px-4 py-2 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300">
89+
<p className="mb-4">
90+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
91+
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
92+
enim ad minim veniam, quis nostrud exercitation ullamco laboris
93+
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
94+
in reprehenderit in voluptate velit esse cillum dolore eu fugiat
95+
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
96+
sunt in culpa qui officia deserunt mollit anim id est laborum.
97+
</p>
98+
<a
99+
href="#"
100+
className="inline-flex items-center px-4 py-2 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300"
101+
>
60102
./DETAILS
61103
</a>
62104
</div>
63-
<div className="md:w-1/3 bg-gray-700 flex items-center justify-center text-2xl">PLACEHOLDER</div>
105+
<div className="md:w-1/3 bg-gray-700 flex items-center justify-center text-2xl">
106+
PLACEHOLDER
107+
</div>
64108
</div>
65109
</div>
66110
</section>
67111

68112
<section className="container mx-auto px-4 py-12 text-center">
69113
<h2 className="text-4xl font-bold mb-8">Start Your Journey With Us</h2>
70-
<a href="#" className="inline-flex items-center px-6 py-3 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300">
114+
<a
115+
href="https://go.sfss.ca/clubs/867/info"
116+
className="inline-flex items-center px-6 py-3 bg-teal-500 text-white rounded-full hover:bg-teal-600 transition duration-300"
117+
>
71118
./START_UR_JOURNEY
72119
</a>
73120
</section>
74121
</div>
75-
)
76-
}
122+
);
123+
};
77124

78-
export default Events
125+
export default Events;

0 commit comments

Comments
 (0)