Commit 93489df 1 parent 68ddca1 commit 93489df Copy full SHA for 93489df
File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css " integrity ="sha512-JrtIlYxPMG8mm9F2F/8wk5V2Lc5+8pMvLpr8y71AY5U9mvd0IDcCnnbEXQb8TJ3e/JWkRzp2GpcD7ymivHAoCg== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
14
14
< style >
15
15
.whatsapp-button {
16
- background-color : # 25D366 ;
16
+ background-color : # 63db83 ;
17
17
color : # fff ;
18
18
border : none;
19
19
padding : 10px 20px ;
@@ -110,12 +110,18 @@ <h6 class="title text-light">Want to work with me?</h6>
110
110
< p class ="m-0 text-light "> Always feel Free to Contact</ p >
111
111
</ div >
112
112
< div class ="col-sm offset-sm-2 offset-md-3 ">
113
- < button class ="whatsapp-button ", onclick ="onclickContact() "> Whatsapp</ button >
113
+ < button class ="whatsapp-button ", onclick ="onclickWA() ", style ="margin-bottom: 10px; "> Whatsapp</ button >
114
+
115
+ < button class ="whatsapp-button ", onclick ="onclickLinkedIn() "> LinkedIn</ button >
114
116
< script >
115
- function onclickContact ( ) {
117
+ function onclickWA ( ) {
116
118
var url_wa = "https://wa.me/905449755200" ;
117
119
window . location . href = url_wa ;
118
120
}
121
+ function onclickLinkedIn ( ) {
122
+ var url_linkedin = "https://www.linkedin.com/in/barandenizdogan/" ;
123
+ window . location . href = url_linkedin ;
124
+ }
119
125
</ script >
120
126
</ div >
121
127
</ div > <!-- end of row -->
You can’t perform that action at this time.
0 commit comments