-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms-of-service.html
98 lines (85 loc) · 5.27 KB
/
terms-of-service.html
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
87
88
89
90
91
92
93
94
95
96
97
98
<html lang="en"><head>
<meta charset="utf-8">
<title>DANIEL LEE AUSTIN</title>
<link rel="icon" type="image/x-icon" href="/Website Assets/Favicon/Favicon.ico">
<link rel="apple-touch-icon" href="/Website Assets/Favicon/apple-touch-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Daniel Austin, ASTNDSGN, and IMDANIELAUSTIN Is A Multi-Disciplinary Brand Designer, Product Conceptual Artist, Graphic Designer, and Product Designer Based In The Los Angeles, California Area With An Interest In FinTech/Financial Technology, Consumer Product, And Environmental Sustainability.">
<meta property="og:title" content="DANIEL LEE AUSTIN">
<meta property="og:image" content="/Website Assets/iMessagePreview1.png">
<link rel="stylesheet" href="assets/css/style.css">
<noscript><link rel="stylesheet" href="assets/css/noscript.css"></noscript>
</head>
<body>
<header>
<nav class="">
<div class="nav-content">
<!-- logo -->
<a href="/" class="logo">
<span class="symbol">
<img src="/images/ASTNDSGN Logomark Short Animation Alpha Loop Once.gif" alt="" width="30" height="30" style="display: block;">
</span>
</a>
<!-- navigation -->
<div class="nav-icon">
<div class="bar one"></div>
<div class="bar two"></div>
</div>
<!-- naviagtion links -->
<div class="nav-links">
<a href="/About"><button>RÉSUMÉ</button></a>
<a href="/writings"><button>WRITINGS</button></a>
<a href="/appointment"><button>BOOK CONSULTATION</button></a>
<a><button id="copyEmailBtn">EMAIL ME</button></a>
</div>
</div>
</nav>
</header>
<!-- masthead -->
<main>
<!-- Various Content Sections -->
<h1>Terms of Service</h1>
<pre>Updated June 12, 2023</pre>
<p>Welcome to IMDANIELAUSTIN | ASTNDSGN! We are committed to providing our customers with the highest level of service and quality products. Our terms of service are designed to protect your privacy and ensure that all transactions are secure.
<br>
First and foremost, all first-party customer data is private and protected. We do not sell or exchange any customer data to third-party entities. We take all necessary measures to ensure that your personal information is safe and secure.
<br>
All deposits for bookings and consultations made are final. We understand that sometimes plans change, but we do not offer any refunds for deposits made. Additionally, all donations made to IMDANIELAUSTIN | ASTNDSGN are final. We greatly appreciate your contributions and assure you that they will be put to good use.
<br>
All text(s) and product(s) on our website are protected under American Trademark and Copyright Law unless otherwise stated as being shared or redistrubuted from a third-party under American Creative Commons Law. No reproduction, replication, re-sale, or redistribution of our products or text is allowed without direct written consent from IMDANIELAUSTIN | ASTNDSGN. Any and all violation(s) of this policy will be persecuted, fined, and/or receive the highest accountability from local and federal jurisdictions.
<br>
At IMDANIELAUSTIN | ASTNDSGN, we are committed to providing the highest level of service and quality products to our customers. Our terms of service are in place to protect your privacy and ensure that all transactions are secure. If you have any questions or concerns, please do not hesitate to contact us. Thank you for choosing IMDANIELAUSTIN | ASTNDSGN!</p>
<ul><button onclick="topFunction()" id="myBtn" title="Back to Top">Back to Top</button></ul>
<!-- Footer -->
<div class="inner">
<footer id="footer">
<!-- Social -->
<section>
<pre>
<a href="https://www.facebook.com/imdanielaustin/" target="_blank"><span class="label">FACEBOOK</span></a>
<a href="https://www.instagram.com/ASTNDSGN/" target="_blank"><span class="label">INSTAGRAM</span></a>
<a href="https://www.twitter.com/ByDanielAustin/" target="_blank"><span class="label">X F.K.A. TWITTER</span></a>
<a href="https://www.linkedin.com/in/IMDANIELAUSTIN/" target="_blank"><span class="label">LINKEDIN</span></a>
<a href="tel:6268382231" target="_blank"><span class="label">(626) 838-2231</span></a>
<a href="mailto:[email protected]" target="_blank"><span class="label">[email protected]</span></a>
</pre>
</section>
<!-- Copyright Disclaimer -->
<pre>COPYRIGHT © 2016-2024 DANIEL AUSTIN AND ASTNDSGN. ALL RIGHTS RESERVED. <br> Coded and Designed by Daniel Austin in California.</pre>
</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>
<script>
var copy = document.querySelector(".logos-slide").cloneNode(true);
document.querySelector(".logos").appendChild(copy);
</script>
</div>
</div>
</div>
</div>
</body>
</html>