@@ -18,51 +18,57 @@ const greeting = {
1818} ;
1919
2020const socialMediaLinks = [
21- /* Your Social Media Link */
22- // github: "https://github.com/ashutosh1919",
23- // linkedin: "https://www.linkedin.com/in/ashutosh-hathidara-88710b138/",
24- // gmail: "ashutoshhathidara98@gmail.com",
25- // gitlab: "https://gitlab.com/ashutoshhathidara98",
26- // facebook: "https://www.facebook.com/laymanbrother.19/",
27- // twitter: "https://twitter.com/ashutosh_1919",
28- // instagram: "https://www.instagram.com/layman_brother/"
29-
30- {
31- name : "Github" ,
32- link : "https://github.com/ashutosh1919" ,
33- fontAwesomeIcon : "fa-github" , // Reference https://fontawesome.com/icons/github?style=brands
34- backgroundColor : '#181717' // Reference https://simpleicons.org/?q=github
35- } ,
36- {
37- name : "LinkedIn" ,
38- link : "https://www.linkedin.com/in/ashutosh-hathidara-88710b138/" ,
39- fontAwesomeIcon : "fa-linkedin-in" , // Reference https://fontawesome.com/icons/linkedin-in?style=brands
40- backgroundColor : '#0077B5' // Reference https://simpleicons.org/?q=linkedin
41- } ,
42- {
43- name : "Gmail" ,
44- link : "mailto:ashutoshhathidara98@gmail.com" ,
45- fontAwesomeIcon : "fa-google" , // Reference https://fontawesome.com/icons/google?style=brands
46- backgroundColor : '#D14836' // Reference https://simpleicons.org/?q=gmail
47- } ,
48- {
49- name : "Twitter" ,
50- link : "https://twitter.com/ashutosh_1919" ,
51- fontAwesomeIcon : "fa-twitter" , // Reference https://fontawesome.com/icons/twitter?style=brands
52- backgroundColor : '#1DA1F2' // Reference https://simpleicons.org/?q=twitter
53- } ,
54- {
55- name : "Facebook" ,
56- link : "https://www.facebook.com/laymanbrother.19/" ,
57- fontAwesomeIcon : "fa-facebook-f" , // Reference https://fontawesome.com/icons/facebook-f?style=brands
58- backgroundColor : '#1877F2' // Reference https://simpleicons.org/?q=facebook
59- } ,
60- {
61- name : "Instagram" ,
62- link : "https://www.instagram.com/layman_brother/" ,
63- fontAwesomeIcon : "fa-instagram" , // Reference https://fontawesome.com/icons/instagram?style=brands
64- backgroundColor : '#E4405F' // Reference https://simpleicons.org/?q=instagram
65- } ,
21+ /* Your Social Media Link */
22+ // github: "https://github.com/ashutosh1919",
23+ // linkedin: "https://www.linkedin.com/in/ashutosh-hathidara-88710b138/",
24+ // gmail: "ashutoshhathidara98@gmail.com",
25+ // gitlab: "https://gitlab.com/ashutoshhathidara98",
26+ // facebook: "https://www.facebook.com/laymanbrother.19/",
27+ // twitter: "https://twitter.com/ashutosh_1919",
28+ // instagram: "https://www.instagram.com/layman_brother/"
29+
30+ {
31+ name : "Github" ,
32+ link : "https://github.com/ashutosh1919" ,
33+ fontAwesomeIcon : "fa-github" , // Reference https://fontawesome.com/icons/github?style=brands
34+ backgroundColor : "#181717" , // Reference https://simpleicons.org/?q=github
35+ } ,
36+ {
37+ name : "LinkedIn" ,
38+ link : "https://www.linkedin.com/in/ashutosh-hathidara-88710b138/" ,
39+ fontAwesomeIcon : "fa-linkedin-in" , // Reference https://fontawesome.com/icons/linkedin-in?style=brands
40+ backgroundColor : "#0077B5" , // Reference https://simpleicons.org/?q=linkedin
41+ } ,
42+ {
43+ name : "YouTube" ,
44+ link : "https://www.youtube.com/channel/UC_amoXmmxSY9KusoDczDTXQ" ,
45+ fontAwesomeIcon : "fa-youtube" , // Reference https://fontawesome.com/icons/youtube?style=brands
46+ backgroundColor : "#FF0000" , // Reference https://simpleicons.org/?q=youtube
47+ } ,
48+ {
49+ name : "Gmail" ,
50+ link : "mailto:ashutoshhathidara98@gmail.com" ,
51+ fontAwesomeIcon : "fa-google" , // Reference https://fontawesome.com/icons/google?style=brands
52+ backgroundColor : "#D14836" , // Reference https://simpleicons.org/?q=gmail
53+ } ,
54+ {
55+ name : "Twitter" ,
56+ link : "https://twitter.com/ashutosh_1919" ,
57+ fontAwesomeIcon : "fa-twitter" , // Reference https://fontawesome.com/icons/twitter?style=brands
58+ backgroundColor : "#1DA1F2" , // Reference https://simpleicons.org/?q=twitter
59+ } ,
60+ {
61+ name : "Facebook" ,
62+ link : "https://www.facebook.com/laymanbrother.19/" ,
63+ fontAwesomeIcon : "fa-facebook-f" , // Reference https://fontawesome.com/icons/facebook-f?style=brands
64+ backgroundColor : "#1877F2" , // Reference https://simpleicons.org/?q=facebook
65+ } ,
66+ {
67+ name : "Instagram" ,
68+ link : "https://www.instagram.com/layman_brother/" ,
69+ fontAwesomeIcon : "fa-instagram" , // Reference https://fontawesome.com/icons/instagram?style=brands
70+ backgroundColor : "#E4405F" , // Reference https://simpleicons.org/?q=instagram
71+ } ,
6672] ;
6773
6874const skills = {
0 commit comments