Skip to content

Commit 93489df

Browse files
Update
1 parent 68ddca1 commit 93489df

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

index.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<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" />
1414
<style>
1515
.whatsapp-button {
16-
background-color: #25D366;
16+
background-color: #63db83;
1717
color: #fff;
1818
border: none;
1919
padding: 10px 20px;
@@ -110,12 +110,18 @@ <h6 class="title text-light">Want to work with me?</h6>
110110
<p class="m-0 text-light">Always feel Free to Contact</p>
111111
</div>
112112
<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>
114116
<script>
115-
function onclickContact() {
117+
function onclickWA() {
116118
var url_wa = "https://wa.me/905449755200";
117119
window.location.href = url_wa;
118120
}
121+
function onclickLinkedIn() {
122+
var url_linkedin = "https://www.linkedin.com/in/barandenizdogan/";
123+
window.location.href = url_linkedin;
124+
}
119125
</script>
120126
</div>
121127
</div> <!-- end of row -->

0 commit comments

Comments
 (0)