Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alcpereira/cv-generator
/ functions
Functions
17 in github.com/alcpereira/cv-generator
⨍
Functions
17
◇
Types & classes
0
↓ 1 callers
Function
loadProfilePicture
()
src/hooks/useProfilePicture.ts:7
↓ 1 callers
Function
renderSubtitle
(data: Data)
src/components/Category/Category.tsx:30
↓ 1 callers
Function
renderTitle
(data: Data)
src/components/Category/Category.tsx:42
↓ 1 callers
Function
useProfilePicture
()
src/hooks/useProfilePicture.ts:3
Function
App
()
src/App.tsx:8
Function
Bubble
({ text }: { text: string })
src/components/Bubble/Bubble.tsx:3
Function
Category
({ data }: { data: Data[] })
src/components/Category/Category.tsx:27
Function
Header
({ name, resume }: HeaderProps)
src/components/Header/Header.tsx:9
Function
Profile
({ data }: { data: Data })
src/components/Profile/Profile.tsx:99
Function
ProfileEducation
({ education }: { education: Education[] })
src/components/Profile/Profile.tsx:77
Function
ProfileHeader
({ lines, links, shouldDisplayProfileImage, }: Data["profile"])
src/components/Profile/Profile.tsx:33
Function
ProfileImage
(options: ImageOptions = {})
src/components/Profile/ProfileImage/ProfileImage.tsx:10
Function
ProfileLanguages
({ languages, showAbbreviation, }: { languages: Language[]; showAbbreviation: boolean; })
src/components/Profile/ProfileLanguages/ProfileLanguages.tsx:10
Function
ProfileLink
({ type, link, name }: ProfileLinkProps)
src/components/Profile/ProfileLink/ProfileLink.tsx:14
Function
ProfileSkills
({ technical }: { technical: TechnicalCategory[] })
src/components/Profile/Profile.tsx:57
Function
Separator
({ marginTop = 10, marginBottom = 10, }: { marginTop?: number; marginBottom?: number; })
src/components/Separator/Separator.tsx:3
Function
Title
({ text }: { text: string })
src/components/Title/Title.tsx:3