+ );
};
export default NavItem;
diff --git a/data/index.ts b/data/index.ts
index 77bc71c..5e2e3ba 100644
--- a/data/index.ts
+++ b/data/index.ts
@@ -1,46 +1,46 @@
export const NavigationMenuData = [
- {
- name: "Home",
- link: "/",
- },
- {
- name: "About Us",
- link: "/about-us",
- },
- {
- name: "Read",
- link: "/read",
- },
- {
- name: "FAQ's",
- link: "/faq",
- },
- {
- name: "Contact Us",
- link: "/contact-us",
- },
+ {
+ name: "Home",
+ link: "/",
+ },
+ {
+ name: "About Us",
+ link: "/about-us",
+ },
+ {
+ name: "Read",
+ link: "/read",
+ },
+ {
+ name: "FAQ's",
+ link: "/faq",
+ },
+ {
+ name: "Contact Us",
+ link: "/contact-us",
+ },
];
export const FAQData = [
- {
- title: "What is codenight?",
- desc: "Code-night is a developer community based in Ethiopia that aims to connect, support, and empower developers to build innovative solutions and grow their skills.",
- },
- {
- title: "Who can join Codenight?",
- desc: "Anyone who is interested in programming and software development can join Codenight. The community is open to developers of all levels, from beginners to experienced professionals.",
- },
- {
- title:
- "What programming languages and technologies does Codenight focus on",
- desc: "Codenight is an inclusive community that welcomes developers of all backgrounds and skill levels. While the community doesn't focus on any particular language or technology, members are encouraged to share their knowledge and expertise with others.",
- },
- {
- title: "How can I stay up-to-date with Codenight activities",
- desc: "To stay up-to-date with Codenight activities, you can follow the community's social media accounts, or check our website for the latest updates. You can also engage with other members of the community to stay informed about upcoming events and opportunities.",
- },
- {
- title: "How can I suggest ideas for Codenight activities or events?",
- desc: "If you have ideas for Codenight activities or events, you can share them with the community through their social media groups or by reaching out to the organizers directly. The community is always open to new ideas and welcomes input from its members.",
- },
+ {
+ title: "What is codenight?",
+ desc: "Code-night is a developer community based in Ethiopia that aims to connect, support, and empower developers to build innovative solutions and grow their skills.",
+ },
+ {
+ title: "Who can join Codenight?",
+ desc: "Anyone who is interested in programming and software development can join Codenight. The community is open to developers of all levels, from beginners to experienced professionals.",
+ },
+ {
+ title:
+ "What programming languages and technologies does Codenight focus on",
+ desc: "Codenight is an inclusive community that welcomes developers of all backgrounds and skill levels. While the community doesn't focus on any particular language or technology, members are encouraged to share their knowledge and expertise with others.",
+ },
+ {
+ title: "How can I stay up-to-date with Codenight activities",
+ desc: "To stay up-to-date with Codenight activities, you can follow the community's social media accounts, or check our website for the latest updates. You can also engage with other members of the community to stay informed about upcoming events and opportunities.",
+ },
+ {
+ title: "How can I suggest ideas for Codenight activities or events?",
+ desc: "If you have ideas for Codenight activities or events, you can share them with the community through their social media groups or by reaching out to the organizers directly. The community is always open to new ideas and welcomes input from its members.",
+ },
];
diff --git a/next.config.js b/next.config.js
index 2c00212..3766389 100644
--- a/next.config.js
+++ b/next.config.js
@@ -2,8 +2,8 @@
const nextConfig = {
reactStrictMode: true,
images: {
- domains: ['avatars.githubusercontent.com']
- }
+ domains: ["avatars.githubusercontent.com"],
+ },
};
module.exports = nextConfig;
diff --git a/pages/404.tsx b/pages/404.tsx
index c6ab524..282bf5d 100644
--- a/pages/404.tsx
+++ b/pages/404.tsx
@@ -6,41 +6,41 @@ import Nav from "@/components/nav/Nav";
import Link from "next/link";
const PageHead = () => (
-
- Coming Soon | CodeNight
-
-
-
+
+ Coming Soon | CodeNight
+
+
+
);
const HeroSection = () => (
-
-
- Community of 🇪🇹 developers to showcase their projects
-
-
- Codenight, is a community of developers to showcase their projects. We
- offer you the opportunity to display your work publicly and reach people
- who are interested in developing their skills.
-
-
-
+
+
+
+ Community of 🇪🇹 developers to showcase their projects
+
+
+ Codenight, is a community of developers to showcase their projects. We
+ offer you the opportunity to display your work publicly and reach people
+ who are interested in developing their skills.
+
+
+
);
const programs = [
- {
- name: "Debugging Session - Wednesday",
- description:
- "Ask your questions and get answers from experienced developers.",
- icon: () => (
-
- ),
- },
- {
- name: "Open Mic Discussion - Sunday",
- description:
- "Join our weekly discussion about the latest technologies and trends.",
- icon: () => (
-
- ),
- },
- {
- name: "Chat with other developers - 24/7",
- description: "Chat with other developers and share your knowledge.",
- icon: () => (
-
- ),
- },
+ {
+ name: "Debugging Session - Wednesday",
+ description:
+ "Ask your questions and get answers from experienced developers.",
+ icon: () => (
+
+ ),
+ },
+ {
+ name: "Open Mic Discussion - Sunday",
+ description:
+ "Join our weekly discussion about the latest technologies and trends.",
+ icon: () => (
+
+ ),
+ },
+ {
+ name: "Chat with other developers - 24/7",
+ description: "Chat with other developers and share your knowledge.",
+ icon: () => (
+
+ ),
+ },
];
const Programs = () => (
-
- CodeNight Developers Community is a community of developers
- who are passionate about coding, software development, and
- technology in general. the community are individuals from
- diverse backgrounds and experiences, all coming together to
- learn from one another and contribute to the world of software
- development.
-
+ CodeNight Developers Community is a community of developers
+ who are passionate about coding, software development, and
+ technology in general. the community are individuals from
+ diverse backgrounds and experiences, all coming together to
+ learn from one another and contribute to the world of software
+ development.
+