Failed to extract signature
2 changed files with
10 additions and
11 deletions
-
src/pages/main/Contact.tsx
-
src/pages/main/Work.tsx
|
@ -16,17 +16,18 @@ type Contact = { |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
const CONTACT: Contact = { |
|
|
const CONTACT: Contact = { |
|
|
"Twitter/𝕏": { value: "MKRhere", link: "https://twitter.com/MKRhere" }, |
|
|
|
|
|
"GitHub": { value: "MKRhere", link: "https://github.com/MKRhere" }, |
|
|
|
|
|
"Email": { |
|
|
"Email": { |
|
|
value: "mυthυkυmαr@thεfεαthεrs.in", |
|
|
value: "һі@mκr.рw", |
|
|
link: "mailto:mυthυkυmαr@thεfεαthεrs.in", |
|
|
link: "mailto:һі@mκr.рw", |
|
|
replacer: { |
|
|
replacer: { |
|
|
υ: "u", |
|
|
һ: "h", |
|
|
ε: "e", |
|
|
і: "i", |
|
|
α: "a", |
|
|
κ: "k", |
|
|
|
|
|
р: "p", |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
"GitHub": { value: "MKRhere", link: "https://github.com/MKRhere" }, |
|
|
|
|
|
"Twitter/𝕏": { value: "MKRhere", link: "https://twitter.com/MKRhere" }, |
|
|
"Phone": { |
|
|
"Phone": { |
|
|
value: "+9Ι Γ8Δ5 Γ9 8Δ88", |
|
|
value: "+9Ι Γ8Δ5 Γ9 8Δ88", |
|
|
link: "tel:+91Γ8Δ5Γ98Δ88", |
|
|
link: "tel:+91Γ8Δ5Γ98Δ88", |
|
|
|
@ -26,8 +26,8 @@ const styles = { |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
h4 { |
|
|
header { |
|
|
margin-bottom: 0.4rem; |
|
|
margin-bottom: 0.5rem; |
|
|
} |
|
|
} |
|
|
`,
|
|
|
`,
|
|
|
tag: css` |
|
|
tag: css` |
|
@ -76,7 +76,6 @@ const ProjectUnit: React.FC<Project> = ({ |
|
|
className={css` |
|
|
className={css` |
|
|
color: var(--text-subdued); |
|
|
color: var(--text-subdued); |
|
|
font-size: 0.8rem; |
|
|
font-size: 0.8rem; |
|
|
font-weight: 600; |
|
|
|
|
|
font-family: monospace; |
|
|
font-family: monospace; |
|
|
`}>
|
|
|
`}>
|
|
|
{"{"} {cat} {"}"} |
|
|
{"{"} {cat} {"}"} |
|
@ -200,7 +199,6 @@ const Exp: React.FC = () => { |
|
|
display: block; |
|
|
display: block; |
|
|
color: var(--text-subdued); |
|
|
color: var(--text-subdued); |
|
|
font-size: 0.9rem; |
|
|
font-size: 0.9rem; |
|
|
font-weight: 600; |
|
|
|
|
|
font-family: monospace; |
|
|
font-family: monospace; |
|
|
`}>
|
|
|
`}>
|
|
|
# {unit.tags.join(", ")} |
|
|
# {unit.tags.join(", ")} |
|
|