Skip to content

Commit

Permalink
Add UTM tracking and open in new tab when open link
Browse files Browse the repository at this point in the history
  • Loading branch information
YayunHuang committed Aug 20, 2024
1 parent 3a13884 commit f7d2893
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,28 @@ import BaseLayout from "../layouts/BaseLayout.astro";
<h3>About the creator</h3>
<p>
MockUPhone.com is developed by
<a href="https://www.skymakers.digital/">Skymakers</a> and is
open-sourced at <a href="https://github.com/oursky/mockuphone.com"
>https://github.com/oursky/mockuphone.com</a
<a
href="https://www.skymakers.digital/?utm_medium=web&utm_source=mockuphone"
target="_blank">Skymakers</a
> and is open-sourced at <a
href="https://github.com/oursky/mockuphone.com?utm_medium=web&utm_source=mockuphone"
target="_blank">https://github.com/oursky/mockuphone.com</a
>. We are a team of 70+ professionals dedicated to creating apps,
designing, and providing custom software solutions for our clients,
ranging from award-winning startups to NASDAQ-listed companies. At
Skymakers, we offer innovative products like
<a href="https://www.authgear.com/">Authgear</a>, which provides
simple and scalable authentication solutions, and
<a href="http://formx.ai/">FormX.ai</a>, designed to automate data
extraction and eliminate manual work. Our expertise in software
development ensures that we deliver exceptional value to our clients.
Feel free to send us an <a href="https://www.oursky.com/findus"
>enquiry</a
<a
href="https://www.authgear.com/?utm_medium=web&utm_source=mockuphone"
target="_blank">Authgear</a
>, which provides simple and scalable authentication solutions, and
<a
href="http://formx.ai/?utm_medium=web&utm_source=mockuphone"
target="_blank">FormX.ai</a
>, designed to automate data extraction and eliminate manual work. Our
expertise in software development ensures that we deliver exceptional
value to our clients. Feel free to send us an <a
href="https://www.oursky.com/findus/?utm_medium=web&utm_source=mockuphone"
target="_blank">enquiry</a
> and discuss your big ideas with us!
</p>
</div>
Expand Down

0 comments on commit f7d2893

Please sign in to comment.