File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,12 @@ <h1 class="title">Contact Me</h1>
251251 < a href ="https://www.linkedin.com/in/baivabsarkar "> LinkedIn</ a >
252252 </ p >
253253 </ div >
254+ < div class ="contact-info-container ">
255+ < img src ="./assets/icons/github.png " alt ="GitHub icon " class ="icon contact-icon " />
256+ < p >
257+ < a href ="https://github.com/ThisIs-Developer "> GitHub</ a >
258+ </ p >
259+ </ div >
254260 < div class ="contact-info-container ">
255261 < img src ="./assets/icons/medium.png " alt ="Medium icon " class ="icon contact-icon " />
256262 < p >
Original file line number Diff line number Diff line change 6969 flex-wrap : wrap;
7070 }
7171 .contact-info-container {
72- margin : auto 10px ;
72+ margin : 5 px 10px ;
7373 }
7474 .contact-info-container p ,
7575 .nav-links li a {
Original file line number Diff line number Diff line change @@ -193,6 +193,18 @@ <h1 class="title">Contact Me</h1>
193193 < img src ="./assets/icons/linkedin.png " alt ="LinkedIn icon " class ="icon contact-icon " />
194194 < p > < a href ="https://www.linkedin.com/in/baivabsarkar "> LinkedIn</ a > </ p >
195195 </ div >
196+ < div class ="contact-info-container ">
197+ < img src ="./assets/icons/github.png " alt ="GitHub icon " class ="icon contact-icon " />
198+ < p > < a href ="https://github.com/ThisIs-Developer "> GitHub</ a > </ p >
199+ </ div >
200+ < div class ="contact-info-container ">
201+ < img src ="./assets/icons/medium.png " alt ="Medium icon " class ="icon contact-icon " />
202+ < p > < a href ="https://medium.com/@baivabsarkar "> Medium</ a > </ p >
203+ </ div >
204+ < div class ="contact-info-container ">
205+ < img src ="./assets/icons/devto.png " alt ="Dev.to icon " class ="icon contact-icon " />
206+ < p > < a href ="https://dev.to/thisisdeveloper "> Dev.to</ a > </ p >
207+ </ div >
196208 </ div >
197209 </ section >
198210 < footer >
You can’t perform that action at this time.
0 commit comments