|
1 | | -import { FaGithub, FaLinkedin, FaTwitter, FaGraduationCap } from "react-icons/fa6" |
| 1 | +import { FaGithub, FaLinkedin, FaTwitter, FaGraduationCap, FaGoogleScholar } from "react-icons/fa6" |
2 | 2 | import { HiOutlineMail, HiPhone } from "react-icons/hi" |
3 | 3 |
|
| 4 | +// const socials = [ |
| 5 | +// { label: "GitHub", href: "https://github.com/yourusername", icon: FaGithub }, |
| 6 | +// { label: "LinkedIn", href: "https://linkedin.com/in/yourusername", icon: FaLinkedin }, |
| 7 | +// { label: "Twitter", href: "https://twitter.com/yourhandle", icon: FaTwitter }, |
| 8 | +// { label: "Scholar", href: "https://scholar.google.com/citations?user=XXXXXX", icon: FaGraduationCap }, |
| 9 | +// ] |
4 | 10 | const socials = [ |
5 | | - { label: "GitHub", href: "https://github.com/yourusername", icon: FaGithub }, |
6 | | - { label: "LinkedIn", href: "https://linkedin.com/in/yourusername", icon: FaLinkedin }, |
7 | | - { label: "Twitter", href: "https://twitter.com/yourhandle", icon: FaTwitter }, |
8 | | - { label: "Scholar", href: "https://scholar.google.com/citations?user=XXXXXX", icon: FaGraduationCap }, |
| 11 | + { label: 'GitHub', href: 'https://github.com/jaspreetbhamra', icon: FaGithub }, |
| 12 | + { label: 'LinkedIn', href: 'https://www.linkedin.com/in/jaspreet-kaur-bhamra/', icon: FaLinkedin }, |
| 13 | + // { label: 'Twitter', href: 'https://twitter.com/yourhandle', icon: FaTwitter }, |
| 14 | + { label: 'Scholar', href: 'https://scholar.google.com/citations?user=xwU4PZsAAAAJ&hl=en', icon: FaGoogleScholar }, |
9 | 15 | ] |
10 | 16 |
|
11 | 17 | const Sidebar = ({ textColorClass, headingFontClass }) => { |
@@ -38,18 +44,18 @@ const Sidebar = ({ textColorClass, headingFontClass }) => { |
38 | 44 | {/* Contact Info */} |
39 | 45 | <div className="flex w-full flex-col items-center gap-2 border-t border-slate-400/30 pt-4 text-sm"> |
40 | 46 | <a |
41 | | - href="mailto:dummy.email@example.com" |
| 47 | + href="mailto:jbhamra24@gmail.com" |
42 | 48 | className={`flex items-center gap-2 ${textColorClass} hover:text-sky-500 transition-colors`} |
43 | 49 | > |
44 | 50 | <HiOutlineMail className="h-4 w-4" /> |
45 | | - dummy.email@example.com |
| 51 | + jbhamra24@gmail.com |
46 | 52 | </a> |
47 | 53 | <a |
48 | | - href="tel:+1234567890" |
| 54 | + href="tel:+18582411769" |
49 | 55 | className={`flex items-center gap-2 ${textColorClass} hover:text-sky-500 transition-colors`} |
50 | 56 | > |
51 | 57 | <HiPhone className="h-4 w-4" /> |
52 | | - +1 (234) 567-890 |
| 58 | + +1 (858) 241-1769 |
53 | 59 | </a> |
54 | 60 | </div> |
55 | 61 |
|
|
0 commit comments