-
Notifications
You must be signed in to change notification settings - Fork 0
/
TOS.html
197 lines (134 loc) · 5.59 KB
/
TOS.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html>
<head>
<title>TOS</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Zulta">
<meta name="keywords" content="Zulta, ZultaCulu, artist, composer, game dev, programmer, game developer, TimeCube, TimeCube Archive, The TimeCube Archive ">
<meta name="description" content="Zulta's commission TOS">>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.jpg">
</head>
<body>
<!--
- #MAIN
-->
<main>
<!--
- #SIDEBAR
-->
<aside class="sidebar" data-sidebar>
<div class="sidebar-info">
<figure class="avatar-box">
<img src="./assets/pic.png" alt="Zulta" width="80">
</figure>
<div class="info-content">
<h1 class="name" title="Zulta">Zulta</h1>
<p class="title">Game Dev||Artist||Composer</p>
</div>
<button class="info_more-btn" data-sidebar-btn="">
<span>Show Contacts</span>
<ion-icon name="chevron-down"></ion-icon>
</button>
</div>
<div class="sidebar-info_more">
<div class="separator"></div>
<ul class="contacts-list">
<li class="contact-item">
<div class="icon-box">
<ion-icon name="mail-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Email</p>
<a href="mailto:[email protected]" class="contact-link">[email protected]</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="calendar-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Birthday</p>
<time datetime="2006-03-03">March 3, 2006</time>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="location-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Location</p>
<address>Idaho, USA</address>
</div>
</li>
</ul>
<div class="separator"></div>
</aside>
<!--
custom js
!-->
<script src="js/main.js"></script>
<!--
- #main-content
-->
<div class="main-content">
<!--
- #NAVBAR
-->
<nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item">
<a href="/"><button class="navbar-link" data-nav-link>About</button></a>
</li>
<li>
<a href="socials.html"><button class="navbar-link">Socials</button></a>
</li>
<li>
<a href="music.html"><button class="navbar-link">Music</button></a>
</li>
<li>
<a href="gamedev.html"><button class="navbar-link">GameDev</button></a>
</li>
<li class="navbar-item">
<a href="TimeCube.html"><button class="navbar-link">The Archive</button></a>
</li>
<li>
<a href="TOS.html"><button class="navbar-link active">T.O.S.</button></a>
</li>
<li class="navbar-item">
<div class="dropdown">
<button class="dropbtn" id="navbar-dropdown">Other</button>
<div class="dropdown-content" id="myDropdown">
<a target="_blank" href="https://en.pronouns.page/@ZultaCulu">Pronouns Page</a>
<a target="_blank" href="https://ko-fi.com/zulta/">Ko-Fi</a>
<a target="_blank" href="https://trello.com/b/RmQ8DcBw/to-do">To-Do</a>
</div>
</div>
</li>
</nav>
<!--
- #ABOUT
-->
<article class="about active" data-page="about">
<header>
<h2 class="h2 article-title">T.O.S.</h2>
</header>
<section class="about-text">
<p>
- All my comms are ran though <a href="https://ko-fi.com/zulta/commissions">Ko-Fi</a><br><br>
-<b><em>ALL PAYMENTS</em></b> are ran through Ko-Fi.<br><br>
-preferred method of contact is Discord(zulta). If you can't use Discord, email also works([email protected])<br><br>
-You can use the stuff I make for you aslong as you credit me by some means. Linking tothis website, or any of my socials works<br><br>
-Timeframe for comms listed in each types entry<br><br>
-I'll issue a refund only if I'm not able to finish the piece. I unfortunately won't be able to issue a full refund, since paypal(Where my money from artistree and Ko-Fi goes) charges a trasaction fee, I'll refund the amount I got from it.<br><br>
-All comms I've accepted will be on my <a href="https://trello.com/b/RmQ8DcBw/to-do">Trello to-do list</a><br><br>
-If you have any questions feel free to ask
</p>
</section>
</body>
</html>