-
Notifications
You must be signed in to change notification settings - Fork 0
/
commission.html
74 lines (74 loc) · 4.27 KB
/
commission.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Stylesheets -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Baloo+Tamma+2&display=swap" rel="stylesheet">
<link href="files/style.css" rel="stylesheet">
<script async src="https://arc.io/widget.min.js#xp6hQxrt"></script>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="files/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="files/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="files/favicon/favicon-16x16.png">
<link rel="manifest" href="files/favicon/site.webmanifest">
<link rel="mask-icon" href="files/favicon/safari-pinned-tab.svg" color="#82d178">
<link rel="shortcut icon" href="files/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="msapplication-config" content="files/favicon/browserconfig.xml">
<meta name="theme-color" content="#82d178">
<!-- Twitter -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@_danGEr_nOODL"/>
<meta name="twitter:title" content="Commission | grain of sand"/>
<meta name="twitter:description" content="grain of sand is an artist and twitch streamer. You can learn on how to commission them here."/>
<!-- Google -->
<meta name="description" content="grain of sand is an artist and twitch streamer. You can learn on how to commission them here.">
<meta name="robots" content="all">
<!-- Discord -->
<meta property="og:title" content="Commission | grain of sand" >
<meta property="og:description" content="grain of sand is an artist and twitch streamer. You can learn on how to commission them here.">
<meta property="og:image" itemprop="image" content="https://grainofsand.art/files/avatar.webp">
<meta property="og:locale" content="en_US">
<!-- Misc extra stuff -->
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Commission Me | grain of sand</title>
</head>
<body onload="jsLoad();">
<script>
function jsLoad() {
document.body.style.visibility='visible';
}
</script>
<h1 class="center">Making a Commission</h1>
<p>All of our commissions are done through <a href="https://discord.gg/rWqwdJuP2Y">our discord server.</a></p>
<p>Follow the directions below the use the discord bot and join the server:</p>
<ol>
<li><a href="prices.html">Read our Prices</a> and <a href="tos.html">Agree to our TOS.</a></li>
<li><a href="https://discord.gg/rWqwdJuP2Y">Join our Discord Server!</a></li>
<li>Run <span style="color: lime;">!c</span> in #commands and answer the questions from the bot.</li>
<li>Give a longer description of your art in the new commission channel.</li>
</ol>
<h2>Need Help? Try watching our guide below.</h2>
<iframe id="youtube-video" title="A guide on how to use the commission bot in grain's discord server." src="https://www.youtube-nocookie.com/embed/bC_UDZToEi4?modestbranding=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>The Video is not Loading! Try viewing it at https://youtu.be/bC_UDZToEi4</iframe>
</body>
<footer>
<div class="bottom" style="position: absolute;">
<picture>
<source type="image/webp" srcset="files/copyright.webp">
<source type="image/png" srcset="files/copyright.png">
<img src="files/copyright.png" class="cemoji" alt="©️"/>
</picture> Copyright 2021 grain of sand - This Website is Under the <a href="https://github.com/grain-ofsand/grain-ofsand.github.io/blob/master/LICENSE">GPL-3.0 License</a></div>
<div class="bottom2 bottom3">
<div>
<picture>
<source type="image/webp" srcset="files/copyright.webp">
<source type="image/png" srcset="files/copyright.png">
<img src="files/copyright.png" class="cemoji" alt="©️"/>
</picture> Copyright 2021 grain of sand</div>
<div>This Website is Under the <a href="https://github.com/grain-ofsand/grain-ofsand.github.io/blob/master/LICENSE">GPL-3.0 License</a></div>
</div>
</footer>
</html>