Skip to content

Commit fd4476a

Browse files
committed
Make links open in new tab
1 parent 579cfd9 commit fd4476a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
.btn--ghost .btn__text {
2828
color: #333;
2929
}
30+
.btn--ghost:visited .btn__text {
31+
color: #333;
32+
}
3033

3134
.btn--lightblue {
3235
background-color: #F7F9FC;

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>The challenge</h2>
8888
<div class="col-lg-8 col-md-7">
8989
<h2>About TPL</h2>
9090
<p class="lead body">TPL is an opt-in regulatory system that is governed by the network and enforced on-chain, allowing parties that trust one another to transact securely. It is inspired by SSL (Secure Sockets Layer), a protocol created by Netscape in 1994 and adopted by major web browsers to identify secure connections to a server via the Internet.</p>
91-
<p class="lead body"><a class="details" href="https://medium.com/@demibrener/7c69fd0aebc9/">Why TPL is needed ▸</a></p>
91+
<p class="lead body"><a class="details" target="_blank" href="https://medium.com/@demibrener/7c69fd0aebc9/">Why TPL is needed ▸</a></p>
9292
</div>
9393
</div>
9494
</div>
@@ -101,7 +101,7 @@ <h2>How it works</h2>
101101
<p class="lead body">Individuals and entities are validated via Know Your Customer (KYC), Anti Money Laundering (AML), and investor accreditation processes, mirroring the ICANN process for domain validation that the internet industry is already familiar with.</p>
102102
<p class="lead body">When issuing a token, a project can demand its buyers to meet certain validation requirements, which are introduced within the token smart contract code itself. The protocol then validates that participants meet these requirements, and approves transactions automatically if they are met.</p>
103103
<p class="lead body">An immediate consequence is that TPL allows any project to guarantee regulatory compliance in every single exchange between participants, beyond just the initial offering.</p>
104-
<p class="lead body"><a class="details" href="pdf/TPL%20-%20Transaction%20Permission%20Layer.pdf">Learn about the protocol proposal ▸</a></p>
104+
<p class="lead body"><a class="details" target="_blank" href="pdf/TPL%20-%20Transaction%20Permission%20Layer.pdf">Learn about the protocol proposal ▸</a></p>
105105
</div>
106106
</div>
107107
</div>

0 commit comments

Comments
 (0)