Skip to content

Commit d450bed

Browse files
authored
Merge pull request #478 from devs-in-tech/teampage
Replace Teampage to Revealing soon
2 parents bdc7ce8 + 1e9a45e commit d450bed

File tree

7 files changed

+93
-32
lines changed

7 files changed

+93
-32
lines changed

CODE_OF_CONDUCT.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
1717
Examples of behavior that contributes to a positive environment for our
1818
community include:
1919

20-
* Demonstrating empathy and kindness toward other people
21-
* Being respectful of differing opinions, viewpoints, and experiences
22-
* Giving and gracefully accepting constructive feedback
23-
* Accepting responsibility and apologizing to those affected by our mistakes,
20+
- Demonstrating empathy and kindness toward other people
21+
- Being respectful of differing opinions, viewpoints, and experiences
22+
- Giving and gracefully accepting constructive feedback
23+
- Accepting responsibility and apologizing to those affected by our mistakes,
2424
and learning from the experience
25-
* Focusing on what is best not just for us as individuals, but for the overall
25+
- Focusing on what is best not just for us as individuals, but for the overall
2626
community
2727

2828
Examples of unacceptable behavior include:
2929

30-
* The use of sexualized language or imagery, and sexual attention or advances of
30+
- The use of sexualized language or imagery, and sexual attention or advances of
3131
any kind
32-
* Trolling, insulting or derogatory comments, and personal or political attacks
33-
* Public or private harassment
34-
* Publishing others' private information, such as a physical or email address,
32+
- Trolling, insulting or derogatory comments, and personal or political attacks
33+
- Public or private harassment
34+
- Publishing others' private information, such as a physical or email address,
3535
without their explicit permission
36-
* Other conduct which could reasonably be considered inappropriate in a
36+
- Other conduct which could reasonably be considered inappropriate in a
3737
professional setting
3838

3939
## Enforcement Responsibilities

next.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
const nextConfig = {
33
reactStrictMode: true,
44
images: {
5-
domains:['avatars.githubusercontent.com'],
6-
}
5+
domains: ["avatars.githubusercontent.com"],
6+
},
77
};
88

99
module.exports = nextConfig;
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const Revealingsoon = () => {
2+
return (
3+
<>
4+
<div class="relative w-full flex items-center justify-center h-screen top-[-100px] text-center">
5+
<div class="flex flex-col justify-center text-white w-full ">
6+
<h1 class="text-5xl">
7+
Revealing <b>SOON!</b>
8+
</h1>
9+
<p className="mt-3">Stay tuned!!!</p>
10+
11+
<div class="mt-10 mb-5">
12+
<div class="shadow w-full bg-white mt-2 max-w-2xl mx-auto rounded-full">
13+
<div
14+
class="rounded-full bg-indigo-600 text-xs leading-none text-center text-white py-1"
15+
style={{ width: "75%" }}
16+
>
17+
75%
18+
</div>
19+
</div>
20+
</div>
21+
</div>
22+
</div>
23+
</>
24+
);
25+
};
26+
27+
export default Revealingsoon;

src/pages/Contributors.js

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,44 @@ const Contributors = () => {
3232
</h1>
3333
<div className="contributor-container relative z-[1] flex justify-center items-center flex-wrap p-[1em]">
3434
{contributors.map((i) => (
35-
<div className="contributor-card relative w-[300px] h-[400px] shadow-[0_15px_35px_rgba(0,0,0,0.9)] flex justify-center items-center flex-col backdrop-blur-2xl bg-clip-padding m-[1em] rounded-[15px] bg-gray-900 cursor-auto" key={i.login}>
35+
<div
36+
className="contributor-card relative w-[300px] h-[400px] shadow-[0_15px_35px_rgba(0,0,0,0.9)] flex justify-center items-center flex-col backdrop-blur-2xl bg-clip-padding m-[1em] rounded-[15px] bg-gray-900 cursor-auto"
37+
key={i.login}
38+
>
3639
<div className="contributor-content relative flex justify-center items-center flex-col opacity-50 transition duration-[0.5s]">
3740
<div className="relative w-[150px] h-[150px] overflow-hidden rounded-[50%] border-[10px] border-solid border-[rgba(0,0,0,0.25)]">
38-
<Image className="absolute w-full h-full object-cover left-0 top-0" src={i.avatar_url} alt={i.login} width={400} height={400} />
41+
<Image
42+
className="absolute w-full h-full object-cover left-0 top-0"
43+
src={i.avatar_url}
44+
alt={i.login}
45+
width={400}
46+
height={400}
47+
/>
3948
</div>
4049

4150
<div className="contributor-details">
4251
<h3 className="text-white uppercase tracking-[2px] font-medium text-lg text-center leading-[1.1em] mt-5 mb-2.5 mx-0">
43-
{i.login}<br />
44-
<span className="text-xs font-light">Commits: {i.contributions}</span>
52+
{i.login}
53+
<br />
54+
<span className="text-xs font-light">
55+
Commits: {i.contributions}
56+
</span>
4557
</h3>
4658
</div>
4759
</div>
48-
49-
<ul className="contributor-social-icons absolute flex justify-center items-center bottom-[50px]">
50-
<li className="translate-y-10 opacity-0 transition duration-[0.5s] mx-2.5 my-0">
51-
<a href={i.html_url} target="_blank" rel="noopener noreferrer" className="text-2xl text-white"><BsGithub /></a>
52-
</li>
53-
</ul>
60+
61+
<ul className="contributor-social-icons absolute flex justify-center items-center bottom-[50px]">
62+
<li className="translate-y-10 opacity-0 transition duration-[0.5s] mx-2.5 my-0">
63+
<a
64+
href={i.html_url}
65+
target="_blank"
66+
rel="noopener noreferrer"
67+
className="text-2xl text-white"
68+
>
69+
<BsGithub />
70+
</a>
71+
</li>
72+
</ul>
5473
</div>
5574
))}
5675
</div>

src/pages/alan.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ function AlanAIComponent() {
4040
};
4141
}, []);
4242

43-
return <div id="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
43+
return (
44+
<div
45+
id="alan-btn"
46+
className="fixed cursor-pointer bg-[#13161B] bottom-16 left-10 p-4"
47+
></div>
48+
); // This div will serve as the mount point for the Alan AI button
4449
}
4550

4651
export default AlanAIComponent;

src/pages/index.js

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,21 @@ export default function Main() {
77
<>
88
<Head>
99
<title>DevsInTech</title>
10-
<meta name="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+
/>
1114
{/* Primary Meta Tags */}
1215
<meta name="title" content="DevsInTech" />
1316
<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."
1619
/>
1720
<meta name="language" content="en" />
18-
<meta name="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+
/>
1925
<meta name="author" content="DevsInTech" />
2026
<meta name="robots" content="index, follow" />
2127
<meta name="revisit-after" content="7 days" />
@@ -26,10 +32,13 @@ export default function Main() {
2632
<meta property="og:url" content="https://devsintech.vercel.app/" />
2733
<meta property="og:title" content="DevsInTech" />
2834
<meta
29-
property="og:description"
30-
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."
37+
/>
38+
<meta
39+
property="og:image"
40+
content="https://github.com/devs-in-tech/DevsInTech/assets/56786344/557c4bbc-0141-4225-9eff-a5d1d0af95e4"
3141
/>
32-
<meta property="og:image" content="https://github.com/devs-in-tech/DevsInTech/assets/56786344/557c4bbc-0141-4225-9eff-a5d1d0af95e4" />
3342

3443
{/* Twitter */}
3544
<meta name="twitter:card" content="summary_large_image" />

src/pages/team/index.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
import Footer from "@/components/Footer";
22
import Navbar from "@/components/Navbar";
3-
import TeamPage from "@/components/TeamPage";
3+
import Revealingsoon from "@/components/revealingsoon";
44
import ScrollToTop from "@/components/ScrollToTop";
55

66
const Team = () => {
77
return (
88
<>
99
<Navbar />
10-
<TeamPage />
10+
{/* <TeamPage /> */}
11+
<Revealingsoon />
1112
<ScrollToTop />
1213
<Footer />
1314
</>

0 commit comments

Comments
 (0)