File tree Expand file tree Collapse file tree 6 files changed +26
-20
lines changed Expand file tree Collapse file tree 6 files changed +26
-20
lines changed Original file line number Diff line number Diff line change 13
13
display : inline-block;
14
14
color : # f2f2f2 ;
15
15
text-align : center;
16
- padding : 14 px 16 px ;
16
+ padding : 20 px 15 px ;
17
17
text-decoration : none;
18
18
font-size : 20px ;
19
19
}
23
23
color : black;
24
24
border-radius : 25px ;
25
25
border : # ddd ;
26
- margin-top : 10px ;
27
26
block-size : auto;
28
27
display : inline;
29
28
}
35
34
.slack {
36
35
display : inline-block;
37
36
vertical-align : middle;
38
- flex : 1 ;
39
37
margin-top : 10px ;
40
- width : 90px ;
41
- height : 50px ;
42
- resizeMode : 'contain' ;
38
+ width : 60px ;
39
+ height : 40px ;
43
40
}
44
41
.youtube {
45
- vertical-align : middle;
42
+ vertical-align : middle;
46
43
margin-top : 10px ;
47
44
width : 70px ;
48
45
height : 50px ;
49
- resizeMode : 'contain' ;
46
+ display : inline-block ;
50
47
}
51
48
.github {
52
49
margin-top : 10px ;
53
50
vertical-align : middle;
54
- width : 50 px ;
51
+ width : 60 px ;
55
52
height : 50px ;
56
- resizeMode : 'contain' ;
53
+ display : inline-block ;
57
54
}
58
55
.twitter {
59
56
margin-top : 10px ;
60
- width : 50 px ;
57
+ width : 60 px ;
61
58
vertical-align : middle;
62
59
height : 50px ;
63
- resizeMode : 'contain' ;
60
+ fill : white;
61
+ display : inline-block;
64
62
}
Original file line number Diff line number Diff line change @@ -8,14 +8,22 @@ class Navbar extends Component {
8
8
render ( ) {
9
9
return (
10
10
< div className = "topnav" >
11
+ < a href = "https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM" target = "_blank" rel = "noopener noreferrer" >
11
12
< img src = { slack } className = "slack" />
12
- < a href = "https://join.slack.com/t/firstcontributors/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM" target = "_blank" rel = "noopener noreferrer" > Slack</ a >
13
+ < span > Slack</ span >
14
+ </ a >
15
+ < a href = "https://www.youtube.com/channel/UCMXNFxCvyH5LhUwEcmY8qGQ" target = "_blank" rel = "noopener noreferrer" >
13
16
< img src = { youtube } className = "youtube" />
14
- < a href = "https://www.youtube.com/channel/UCMXNFxCvyH5LhUwEcmY8qGQ" target = "_blank" rel = "noopener noreferrer" > YouTube</ a >
17
+ < span > Youtube</ span >
18
+ </ a >
19
+ < a href = "https://twitter.com/1stContribution" target = "_blank" rel = "noopener noreferrer" >
15
20
< img src = { twitter } className = "twitter" />
16
- < a href = "https://twitter.com/1stContribution" target = "_blank" rel = "noopener noreferrer" > Twitter</ a >
21
+ < span > Twitter</ span >
22
+ </ a >
23
+ < a href = "https://github.com/firstcontributions/first-contributions" target = "_blank" rel = "noopener noreferrer" >
17
24
< img src = { github } className = "github" />
18
- < a href = "https://github.com/firstcontributions/first-contributions" target = "_blank" rel = "noopener noreferrer" > GitHub</ a >
25
+ Github
26
+ </ a >
19
27
</ div >
20
28
) ;
21
29
}
You can’t perform that action at this time.
0 commit comments