diff --git a/README.md b/README.md
index af6316e..02786d6 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
# Research Kernel's Frontend
-We at Research Kernel are working on **React.js** for developing UI for Frontend with **Ant Deisng** as a UI design language.
+We at Research Kernel are working on **React.js** for developing UI for Frontend with **Ant Design** as a UI design language.
## What this Organisation do ?
diff --git a/src/components/common/navbar/navbar.component.js b/src/components/common/navbar/navbar.component.js
index 5c4265f..e42d574 100644
--- a/src/components/common/navbar/navbar.component.js
+++ b/src/components/common/navbar/navbar.component.js
@@ -9,24 +9,60 @@ import {
} from "./navbar.style";
import SearchBox from "./../search_box/search_box.component";
import Logo from "../../../_assets/images/rk-light.png";
+import { Row, Col,Popover, Icon, Button } from 'antd';
+
+const content = (
+
+
+
+ Community
+
+
+ About-Us
+
+
+ Contact-Us
+
+
+ Donate
+
+
+ Sign In
+
+
+ Sign Up
+
+
+
+ );
const NavbarComponent = () => {
return (
-
+
+
+
- {/* */}
- {/* */}
+
+
+
+
+
+
+
-
+
Community
-
-
- About Us
+
+
+ About-Us
- Contact Us
+ Contact-Us
Donate
@@ -37,9 +73,14 @@ const NavbarComponent = () => {
Sign Up
-
-
-
+
+
+