diff --git a/member.js b/member.js new file mode 100644 index 0000000..c82dcba --- /dev/null +++ b/member.js @@ -0,0 +1,46 @@ +function skillsMember() { + const member = this.member + const skills = this.skills + const viewer = this.viewer + const memberLogin = this.memberLogin + const memberName = this.memberName + const memberAvatarUrl = this.memberAvatarUrl + const memberLocation = this.memberLocation + const memberCompany = this.memberCompany + const memberEmail = this.memberEmail + const memberBio = this.memberBio + const memberSite = this.memberSite + const memberTwitter = this.memberTwitter + const memberLinkedIn = this.memberLinkedIn + const memberFacebook = this.memberFacebook + const memberInstagram = this.memberInstagram + const memberYouTube = this.memberYouTube + const memberTwitch = this.memberTwitch + const memberTikTok = this.memberTikTok + const memberWeChat = this.memberWeChat + const memberWeibo = this.memberWeibo + const memberSinaWeibo = this.memberSinaWeibo + const memberZhihu = this.memberZhihu + const memberDribbble = this.memberDribbble + const memberBehance = this.memberBehance + const memberMedium = this.memberMedium + const memberDevTo = this.memberDevTo + const memberProductHunt = this.memberProductHunt + const memberStackOverflow = this.memberStackOverflow + const memberKeybase = this.memberKeybase + const memberDiscord = this.memberDiscord + const memberSpotify = this.memberSpotify + const memberSteam = this.memberSteam + const memberReddit = this.memberReddit + const memberGitLab = this.memberGitLab + const memberGitLabUrl = this.memberGitLabUrl + const memberGitLabBio = this.memberGitLabBio + const memberGitLabTwitter = this.memberGitLabTwitter + const memberGitLabLinkedIn = this.memberGitLabLinkedIn + const memberGitLabFacebook = this.memberGitLabFacebook + const memberGitLabInstagram = this.memberGitLabInstagram + const memberGitLabYouTube = this.memberGitLabYouTube + const memberGitLabTwitch = this.memberGitLabTwitch + const memberGitLabTikTok = this.memberGitLabTikTok + const memberGitLabWeChat = this.memberGitLabWeChat + const memberGitLabWeibo = this.memberGitLabWeibo \ No newline at end of file