@@ -4,90 +4,121 @@ import cs from 'classnames'
4
4
import * as config from '@/lib/config'
5
5
6
6
import styles from './PageSocial.module.css'
7
+ import { FaGithub , FaLinkedin , FaTwitter , FaYoutube } from 'react-icons/fa'
8
+ import { FaXTwitter , FaGitlab , FaEnvelopeOpenText } from 'react-icons/fa6'
9
+ import { IoIosBug } from 'react-icons/io'
7
10
8
11
interface SocialLink {
9
12
name : string
10
13
title : string
11
- icon : React . ReactNode
14
+ icon : ( { size } : { size : number } ) => React . ReactNode
15
+ color : string
12
16
href ?: string
13
17
}
14
18
15
- const socialLinks : SocialLink [ ] = [
19
+ export const socialLinks : SocialLink [ ] = [
16
20
config . twitter && {
17
21
name : 'twitter' ,
18
22
href : `https://twitter.com/${ config . twitter } ` ,
19
23
title : `Twitter @${ config . twitter } ` ,
20
- icon : (
21
- < svg xmlns = 'http://www.w3.org/2000/svg' viewBox = '0 0 24 24' >
22
- < path d = 'M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z' />
23
- </ svg >
24
- )
24
+ color : "#2795e9" ,
25
+ icon : FaTwitter
26
+ } ,
27
+
28
+ config . twitterX && {
29
+ name : 'twitterX' ,
30
+ href : `https://x.com/${ config . twitterX } ` ,
31
+ title : `X @${ config . twitterX } ` ,
32
+ color : "#222" ,
33
+ icon : FaXTwitter
25
34
} ,
26
35
27
36
config . github && {
28
37
name : 'github' ,
29
38
href : `https://github.com/${ config . github } ` ,
30
39
title : `GitHub @${ config . github } ` ,
31
- icon : (
32
- < svg xmlns = 'http://www.w3.org/2000/svg' viewBox = '0 0 24 24' >
33
- < path d = 'M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22' > </ path >
34
- </ svg >
35
- )
40
+ color : "#c9510c" ,
41
+ icon : FaGithub
42
+ } ,
43
+
44
+ config . gitlab && {
45
+ name : 'gitlab' ,
46
+ href : `https://gitlab.com/${ config . github } ` ,
47
+ title : `GitLab @${ config . github } ` ,
48
+ color : "#e24329" ,
49
+ icon : FaGitlab
36
50
} ,
37
51
38
52
config . linkedin && {
39
53
name : 'linkedin' ,
40
54
href : `https://www.linkedin.com/in/${ config . linkedin } ` ,
41
55
title : `LinkedIn ${ config . author } ` ,
42
- icon : (
43
- < svg xmlns = 'http://www.w3.org/2000/svg' viewBox = '0 0 24 24' >
44
- < path d = 'M6.5 21.5h-5v-13h5v13zM4 6.5C2.5 6.5 1.5 5.3 1.5 4s1-2.4 2.5-2.4c1.6 0 2.5 1 2.6 2.5 0 1.4-1 2.5-2.6 2.5zm11.5 6c-1 0-2 1-2 2v7h-5v-13h5V10s1.6-1.5 4-1.5c3 0 5 2.2 5 6.3v6.7h-5v-7c0-1-1-2-2-2z' />
45
- </ svg >
46
- )
56
+ color : "#0077b5" ,
57
+ icon : FaLinkedin
47
58
} ,
48
59
49
60
config . newsletter && {
50
61
name : 'newsletter' ,
51
62
href : `${ config . newsletter } ` ,
52
63
title : `Newsletter ${ config . author } ` ,
53
- icon : (
54
- < svg xmlns = 'http://www.w3.org/2000/svg' viewBox = '0 0 24 24' >
55
- < path d = 'M12 .64L8.23 3H5V5L2.97 6.29C2.39 6.64 2 7.27 2 8V18C2 19.11 2.9 20 4 20H20C21.11 20 22 19.11 22 18V8C22 7.27 21.61 6.64 21.03 6.29L19 5V3H15.77M7 5H17V9.88L12 13L7 9.88M8 6V7.5H16V6M5 7.38V8.63L4 8M19 7.38L20 8L19 8.63M8 8.5V10H16V8.5Z' />
56
- </ svg >
57
- )
64
+ color : "#777" ,
65
+ icon : FaEnvelopeOpenText
58
66
} ,
59
67
60
68
config . youtube && {
61
69
name : 'youtube' ,
62
70
href : `https://www.youtube.com/${ config . youtube } ` ,
63
71
title : `YouTube ${ config . youtube } ` ,
64
- icon : (
65
- < svg xmlns = 'http://www.w3.org/2000/svg' viewBox = '0 0 24 24' >
66
- < path d = 'M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z' />
67
- </ svg >
68
- )
72
+ color : "#ff0000" ,
73
+ icon : FaYoutube
74
+ } ,
75
+
76
+ config . bugtracker && {
77
+ name : 'bugtracker' ,
78
+ href : `${ config . bugtracker } ` ,
79
+ title : `Bugtracker` ,
80
+ color : "#e24329" ,
81
+ icon : IoIosBug
69
82
}
70
83
] . filter ( Boolean )
71
84
72
- export function PageSocial ( ) {
85
+ function generateCssFrag ( prefix : string ) {
86
+ return socialLinks . map ( ( action ) => (
87
+ `.social-link-${ prefix } -${ action . name } {}
88
+ .social-link-${ prefix } -${ action . name } :hover {
89
+ background: ${ action . color } ;
90
+ color: white;
91
+ }
92
+ `
93
+ ) ) . join ( '\n' ) ;
94
+ }
95
+
96
+ export function PageSocial ( prefix : string ) {
73
97
return (
74
- < div className = { styles . pageSocial } >
75
- { socialLinks . map ( ( action ) => (
76
- < a
77
- className = { cs ( styles . action , styles [ action . name ] ) }
78
- href = { action . href }
79
- key = { action . name }
80
- title = { action . title }
81
- target = '_blank'
82
- rel = 'noopener noreferrer'
83
- >
84
- < div className = { styles . actionBg } >
85
- < div className = { styles . actionBgPane } />
86
- </ div >
98
+ < >
99
+ < style
100
+ dangerouslySetInnerHTML = { { __html : generateCssFrag ( "side" ) } }
101
+ />
102
+ < div className = { styles . pageSocial } >
103
+ { socialLinks . map ( ( action ) => (
104
+ < >
105
+ < a
106
+ className = { cs ( styles . action , styles [ action . name ] , `social-link-side-${ action . name } ` ) }
107
+ href = { action . href }
108
+ key = { action . name }
109
+ title = { action . title }
110
+ target = '_blank'
111
+ rel = 'noopener noreferrer'
112
+ >
113
+ < div className = { styles . actionBg } >
114
+ < div className = { styles . actionBgPane } />
115
+ </ div >
87
116
88
- < div className = { styles . actionBg } > { action . icon } </ div >
89
- </ a >
90
- ) ) }
91
- </ div >
117
+ < div className = { styles . actionBg } > { action . icon ( { size : 24 } ) } </ div >
118
+ </ a >
119
+ </ >
120
+ ) ) }
121
+ </ div >
122
+ </ >
92
123
)
93
124
}
0 commit comments