diff --git a/cd b/cd new file mode 100644 index 0000000..e69de29 diff --git a/css/navbar.css b/css/navbar.css index b007696..f45278e 100644 --- a/css/navbar.css +++ b/css/navbar.css @@ -10,15 +10,23 @@ } nav { - font-family: 'roboto'; - font-weight: 700; + top: 0; + z-index: 1000; + background-color: #1d1283; + padding: 0; + margin: 0; } - .nav-menu { + display: flex; + align-items: center; + list-style-type: none; margin: 0; padding: 0; - list-style-type: none; - overflow: hidden; +} +header { + position: sticky; + top: 0; + z-index: 999; } nav li { diff --git a/git b/git new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index bdb88e6..7e3e068 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ - Welcome to Real Dev Squad @@ -26,137 +25,122 @@ href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap" rel="stylesheet" /> - +
+
+
+
+
+
+ + + + +
+ + -
-
-
-
-
-
-
- - - - -
+
Welcome to the -

- Real Dev Squad -

+

Real Dev Squad

alt="LinkedIn_Logo" /> - | - - alt="Twitter_Logo" /> - | - - alt="Facebook_Logo" /> - | - -

Check Out Our Docs

-
-
Ready to level up your dev skills? @@ -300,15 +271,9 @@

You can check out all our events below!!

-
-

Upcoming Events:

-
+

Upcoming Events:

Stay tuned!
- -
-

Previous Events:

-
- +

Previous Events:

href="https://www.realdevsquad.com/event-apis-made-easier-april-2021" >APIs made Easier - -   - | - -   - +  |  Dynamic Programming - -   - | - -   - +  |  NodeJS Workshop Part1 - NodeJS Workshop Part1 - - -   - | - -   - +  |  Web-Mini-Conf-July-2020 - -   - | - -   - +  |  React Hooks Session - React Hooks Session - - -   - | - -   - +  |  SSR the right way - SSR the right way -
@@ -388,10 +325,8 @@

Previous Events:

+ >
diff --git a/package-lock.json b/package-lock.json index 2de0e87..c471968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6420,7 +6420,8 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", - "dev": true + "dev": true, + "requires": {} }, "jest-regex-util": { "version": "29.2.0", @@ -7567,7 +7568,8 @@ "version": "8.12.0", "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.0.tgz", "integrity": "sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==", - "dev": true + "dev": true, + "requires": {} }, "xml-name-validator": { "version": "4.0.0",