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

Function Main

src/pages/index.js:5–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import Home from "./home";
4
5export default function Main() {
6 return (
7 <>
8 <Head>
9 <title>DevsInTech</title>
10 <meta
11 name="description"
12 content="Devs In Tech promotes diversity and inclusiveness in the open source community by helping individuals with improving their skills and standing out in the tech space."
13 />
14 {/* Primary Meta Tags */}
15 <meta name="title" content="DevsInTech" />
16 <meta
17 name="description"
18 content="Devs In Tech promotes diversity and inclusiveness in the open source community by helping individuals with improving their skills and standing out in the tech space."
19 />
20 <meta name="language" content="en" />
21 <meta
22 name="keywords"
23 content="DevsInTech, community, developers, tech professionals, enthusiasts, open source community, opportunities, workshops, webinars, industry experts, programming languages, frameworks, software development methodologies, emerging technologies, tech talks, panel discussions, latest trends, best practices, real-world experiences, valuable insights, inspiring conversations, networking, community events, meetups, conferences, idea sharing, collaboration, professional relationships."
24 />
25 <meta name="author" content="DevsInTech" />
26 <meta name="robots" content="index, follow" />
27 <meta name="revisit-after" content="7 days" />
28
29 {/* Open Graph / Facebook */}
30 <meta property="og:type" content="website" />
31 <meta property="og:site_name" content="DevsInTech" />
32 <meta property="og:url" content="https://devsintech.vercel.app/" />
33 <meta property="og:title" content="DevsInTech" />
34 <meta
35 property="og:description"
36 content="Devs In Tech promotes diversity and inclusiveness in the open source community by helping individuals with improving their skills and standing out in the tech space."
37 />
38 <meta
39 property="og:image"
40 content="https://github.com/devs-in-tech/DevsInTech/assets/56786344/557c4bbc-0141-4225-9eff-a5d1d0af95e4"
41 />
42
43 {/* Twitter */}
44 <meta name="twitter:card" content="summary_large_image" />
45 <meta property="twitter:url" content="https://devsintech.vercel.app/" />
46 <link rel="icon" href="/logo2.png" />
47 </Head>
48 <Home />
49 <Script
50 type="module"
51 src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
52 ></Script>
53 <Script
54 nomodule
55 src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
56 ></Script>
57 </>
58 );
59}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected