Skip to content

Commit 4a5bc74

Browse files
committed
Added X pixel code
1 parent 8a928d4 commit 4a5bc74

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

index.html

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
width: 100%;
330330
display: flex;
331331
justify-content: space-between;
332-
332+
333333
transform: translateY(-50%);
334334
}
335335

@@ -345,8 +345,23 @@
345345
.carousel-controls button:hover {
346346
background: rgba(0, 0, 0, 0.8);
347347
}
348-
349348
</style>
349+
<script>
350+
351+
!function (e, t, n, s, u, a) {
352+
e.twq || (s = e.twq = function () { s.exe ? s.exe.apply(s, arguments) : s.queue.push(arguments); }, s.queue = [], a = t.createElement(n), a.async = !0, a.src = u, t.head.appendChild(a));
353+
}(window, document, "script", "https://static.ads-twitter.com/uwt.js");
354+
355+
function onMailToClick(event) {
356+
event.preventDefault();
357+
358+
// Insert Twitter Event ID
359+
twq('event', 'tw-omjy9-oxajj', {
360+
});
361+
// Optionally trigger the mailto link after the script runs
362+
window.location.href = 'mailto:[email protected]?subject=Project%20Inquiry';
363+
}
364+
</script>
350365
</head>
351366

352367
<body>
@@ -364,9 +379,9 @@ <h1>Mousa Al Bateh</h1>
364379
<b>
365380
<h2><em>Empowering Your Business with Tailored IT Consulting and Custom Software Solutions</em></h2>
366381
<h3><em>All your IT needs in one place!</em></h3>
367-
<a href="mailto:[email protected]">✨📧✨ Get Your Quote Today!</a>
368-
<br>
369-
382+
<a href="mailto:[email protected]" onclick="onMailToClick(event)">✨📧✨ Get Your Quote Today!</a>
383+
<br>
384+
<a href="mailto:[email protected]" onclick="onMailToClick(event)">[email protected]</a>
370385
</b>
371386
<hr>
372387
<p><b>
@@ -394,7 +409,8 @@ <h3><em>All your IT needs in one place!</em></h3>
394409
<hr>
395410
<h1>Services</h1>
396411
<p>
397-
<ul id="services-list" title="Services Offered" style="list-style-type: disc; text-align: start; padding-left: 10%;"><b>
412+
<ul id="services-list" title="Services Offered"
413+
style="list-style-type: disc; text-align: start; padding-left: 10%;"><b>
398414
<li>
399415
Building new websites for small to medium sized businesses
400416
</li>
@@ -430,7 +446,8 @@ <h1>Services</h1>
430446
</p>
431447
<hr>
432448
<h1>Prices</h1>
433-
<p style="color: #121212; padding-left: 10%;"><b>Prices of all services are quoted on a case by case basis depending on the scale.</b></p>
449+
<p style="color: #121212; padding-left: 10%;"><b>Prices of all services are quoted on a case by case basis depending
450+
on the scale.</b></p>
434451
<p style="color: #121212; padding-left: 10%;"><b>Minimum: <i>EUR 1,600</i></b></p>
435452
<hr>
436453
<div class="section">
@@ -469,7 +486,8 @@ <h2>Certified By</h2>
469486
</script>
470487
<hr>
471488
<h1><b>How does it work?</b></h1>
472-
<h2><em>All payments and disputes are securely managed by a trusted global intermediary called Escrow, ensuring protection for businesses worldwide.</em></h2>
489+
<h2><em>All payments and disputes are securely managed by a trusted global intermediary called Escrow, ensuring
490+
protection for businesses worldwide.</em></h2>
473491
<div class="faq-container">
474492
<div class="faq-item">
475493
<div class="faq-question">What is escrow and how does it work?</div>
@@ -668,9 +686,9 @@ <h2><b>For Donations!</b></h2>
668686
</div>
669687
<hr>
670688
<b>
671-
<a href="mailto:[email protected]">✨📧✨ Get Your Quote Today!</a>
689+
<a href="mailto:[email protected]" onclick="onMailToClick(event)">✨📧✨ Get Your Quote Today!</a>
672690
<br>
673-
691+
<a href="mailto:[email protected]" onclick="onMailToClick(event)">[email protected]</a>
674692
</b>
675693
</p>
676694
</body>

0 commit comments

Comments
 (0)