You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/alan.js
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,12 @@ function AlanAIComponent() {
40
40
};
41
41
},[]);
42
42
43
-
return<divid="alan-btn"className="fixed cursor-pointer bg-[#13161B] bottom-16 left-10 p-4"></div>;// This div will serve as the mount point for the Alan AI button
Copy file name to clipboardExpand all lines: src/pages/index.js
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,21 @@ export default function Main() {
7
7
<>
8
8
<Head>
9
9
<title>DevsInTech</title>
10
-
<metaname="description"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."/>
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
+
/>
11
14
{/* Primary Meta Tags */}
12
15
<metaname="title"content="DevsInTech"/>
13
16
<meta
14
-
name="description"
15
-
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."
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."
16
19
/>
17
20
<metaname="language"content="en"/>
18
-
<metaname="keywords"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."/>
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
+
/>
19
25
<metaname="author"content="DevsInTech"/>
20
26
<metaname="robots"content="index, follow"/>
21
27
<metaname="revisit-after"content="7 days"/>
@@ -26,10 +32,13 @@ export default function Main() {
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."
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."
0 commit comments