File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ import "./styles.css";
2424 * If you don't have one of the social sites listed, leave it as an empty string.
2525 */
2626const siteProps = {
27- name : "Alexandrie Grenier " ,
28- title : "Web Designer & Content Creator " ,
29- email : "alex@example .com" ,
30- gitHub : "microsoft " ,
31- instagram : "microsoft " ,
32- linkedIn : "satyanadella " ,
27+ name : "G. Shen " ,
28+ title : "Principal Biomedical Engineer " ,
29+ email : "gshen@midmark .com" ,
30+ gitHub : "gshenmidmark " ,
31+ instagram : "none " ,
32+ linkedIn : "none " ,
3333 medium : "" ,
34- twitter : "microsoft " ,
35- youTube : "Code " ,
34+ twitter : "none " ,
35+ youTube : "none " ,
3636} ;
3737
3838const primaryColor = "#4E567E" ;
Original file line number Diff line number Diff line change @@ -123,3 +123,13 @@ img.socialIcon {
123123 height : 30px ;
124124 width : 30px ;
125125}
126+
127+ /* add an amazing animation to the social icons */
128+
129+ img .socialIcon {
130+ transition : transform 0.3s ease;
131+ }
132+
133+ img .socialIcon : hover {
134+ transform : scale (1.2 );
135+ }
You can’t perform that action at this time.
0 commit comments