-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (78 loc) · 3.28 KB
/
index.html
File metadata and controls
86 lines (78 loc) · 3.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE HTML>
<!--
Industrious by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>DTAC</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class="logo" href="index.html">DTAC</a>
<!-- <nav>
<a href="#menu">Menu</a>
</nav> -->
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="generic.html">Generic</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h1>DTAC</h1>
<p>A digital transfer agent for the 21st century.<br />
DTAC is a blockchain enabled transfer agent.</p>
</div>
<video autoplay loop muted playsinline src="images/banner.mp4"></video>
</section>
<!-- Highlights -->
<section class="wrapper">
<div class="inner">
<header class="special">
<h2>Modernize Your Shares</h2>
<p>DTAC uses TokenSoft technology alongside ERC-1404 to automate your compliance. Manual processing of shares and traditional reconciliation processes can lead to errors. DTAC uses the blockchain to prevent unauthorized transactions.</p>
</header>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h3>About</h3>
<p>DTAC LLC. is an SEC registered transfer agent founded in 2019. DTAC is a wholly-owned subsidiary of <a href="https://tokensoft.io" target="_blank">TokenSoft Inc.</a> DTAC SEC filings can be found <a href="https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001794142" target="_blank">here</a></p>
</section>
<section>
<h4>Press</h4>
<ul class="alt">
<li><a href="https://www.financemagnates.com/cryptocurrency/news/exclusive-tokensoft-partners-with-ex-military-cyber-firm-hub-security/" target="_blank">DTAC LLC. Announces Partnership with Hub Security.</a></li>
<li><a href="https://www.tokensoft.io/post/tokensoft-tech-supporting-dtac" target="_blank">DTAC LLC. adopts Tokensoft Technology.</a></li>
<li><a href="https://www.prnewswire.com/news-releases/tokensoft-hires-former-sec-and-cftc-regulator-as-chief-legal-officer-300975783.html" target="_blank">Former SEC Regulator to Serve as DTAC LLC. President.</a></li>
<li><a href="https://www.coindesk.com/tokensoft-scores-sec-transfer-agent-registration-to-build-automated-investment-bank" target="_blank">TokenSoft Subsidiary DTAC LLC. Registered as Transfer Agent.</a></li>
</ul>
</section>
</div>
<div class="copyright">
© DTAC LLC 2020.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>