Skip to content

Commit

Permalink
feat(team):data-q3-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Aug 3, 2023
1 parent d5a5e37 commit cb8bc76
Show file tree
Hide file tree
Showing 72 changed files with 841 additions and 837 deletions.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/ABHISHEK S.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/ALAN B JOHN.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/ANJITHA S.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/ARDRA S R.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Aamina S.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Abdul Haseeb.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Abhinav Menon.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Adithya A R.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Afla Nazrin.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Ajay Johny.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Akshay k a.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Alan K Anil.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Amal C P.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Anshu kumar.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Arjun S.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Arun Ghosh A.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Arya S R.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Danis T Das.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Erin Davies.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Fathima NS.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Gouri k.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Gourinandana S.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Jenin Joseph.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Jins K.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Jithu Francis.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Karthikeyan M.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Leya Thomas.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Muhammed R.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Nakhate Harika.webp
Binary file not shown.
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Nandhana A R.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Neha Gomez.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Pavithra A S.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Prathyush N M.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Rajat Sandeep.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Reo George.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Rohan Mano.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Rohit C.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/S Balasankar.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/S Suryan.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/SNEHA C SHAJI.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/SUJISHNA V P.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Sachin Raj M.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Shakeel Nooh M.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Shibin Rasheed.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Sivani L R.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Sreelakshmi g.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Sreenandan K M.webp
Binary file not shown.
Binary file added public/assets/team/pillarsq3/Surya Sudheer.webp
Binary file not shown.
4 changes: 1 addition & 3 deletions src/Components/Navbar/Desktop.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React, { useCallback, useEffect, useState } from "react";
import { Link, useNavigate } from "react-router-dom";
import { Link } from "react-router-dom";
import NavLinks from "./NavLinks";
import Notification from "./Notification";
import SheetAPI from "../../Utils/SheetAPI";

export const DesktopMenu = ({ open }) => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Navbar/Mobile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useCallback, useEffect } from "react";
import NavLinks from "./NavLinks";
import { Link } from "react-router-dom";
import Notification from "./Notification";
import { links, getLinks } from "./Mylinks";
import { getLinks } from "./Mylinks";
import SearchBar from "./SearchBar";
import { useState } from "react";
import SheetAPI from "../../Utils/SheetAPI";
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Navbar/NavLinks.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useCallback, useEffect, useState } from "react";
import { getLinks, links } from "./Mylinks";
import { getLinks } from "./Mylinks";
import { MobileView } from "./Mobile";
import { MenuName, SubMenu } from "./Desktop";
import "./Navbar.css"; /* Added CSS*/
Expand Down
6 changes: 6 additions & 0 deletions src/Pages/Teams/2023/communityteam.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"name": "Fayis Mohammed",
"position": "React.js Developer",
"image": "assets/team/communitycontributors/Fayis Mohammed.webp",
"linkedin": "https://www.linkedin.com/in/abhijithes/"
},
{
"name": "Arjun A G",
"position": "Django Developer",
Expand Down
Loading

0 comments on commit cb8bc76

Please sign in to comment.