MCPcopy Create free account
hub / github.com/devs-in-tech/DevsInTech / Spaces

Function Spaces

src/pages/events/spaces/index.jsx:5–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import ScrollToTop from "@/components/ScrollToTop";
4
5const Spaces = () => {
6 return (
7 <>
8 <Navbar />
9 <div style={{ marginTop: 100, color: 'white', alignItems: 'center' }}>
10 <h1 className="text-5xl font-bold text-center text-blue-500">Twitter Spaces</h1>
11 <div className='w-[100%] flex flex-wrap mx-auto justify-center items-center mt-26 py-8 mb-5 max-w-screen-2xl format-card'>
12 <div className="md:w-2/3 ml-5" data-aos="fade-left" data-aos-duration="500">
13 <p className="team-description font-bold text-2xl text-center">
14 Join our DevsInTech community for an array of exciting online tech events. Attend insightful webinars featuring industry experts, dive deep into practical workshops to enhance your skills, and unleash your creativity in our competitive hackathons. Engage with fellow developers, expand your network, and stay updated on cutting-edge technologies and industry trends.
15 </p>
16 </div>
17 </div>
18 </div>
19 <ScrollToTop />
20 <Footer />
21 </>
22 );
23};
24
25export default Spaces;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected