-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
153 lines (134 loc) · 5.7 KB
/
faq.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="stylesheet" href="css/faq.css">
<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=Josefin+Sans:wght@100..700&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<title>FAQ — Contest by one-zero-eight</title>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(99825300, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<noscript><div><img src="https://mc.yandex.ru/watch/99825300" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<div class="navigation-bar-support"></div>
<div class="navigation-bar">
<a class="navigation-bar__logo" href="/index.html">
<img class="navigation-bar__logo__image" src="/images/Logo.svg" alt="Logo">
</a>
<nav class="navigation-bar__menu">
<a href="/index.html">
<p class="navigation-bar__menu__item">Landing</p>
</a>
<a href="/index.html#contacts">
<p id="tobottom" class="navigation-bar__menu__item">Contacts</p>
</a>
<a href="/faq.html">
<p class="navigation-bar__menu__item text-link">FAQ</p>
</a>
<a href="/gallery.html">
<p class="navigation-bar__menu__item">Gallery</p>
</a>
<a href="/3dapplier.html">
<p class="navigation-bar__menu__item">3D Applier</p>
</a>
</nav>
<div class="burger">
<div class="burger__line-1"></div>
<div class="burger__line-2"></div>
</div>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="question">
<div class="faq-entry">
<p class="faq-entry__name">Why do I need to log in to my Google account to fill the form?</p>
<div class="faq-entry__circle">
<img src="/images/drop.svg" alt="Arrow">
</div>
</div>
<div class="explanation-field">
<div class="faq-explanation">
<p class="faq-explanation__name">We use the Google Drive file upload service, it requires your
credentials.
Also, we kindly ask you include your Gmails with your responses for moderation purposes. Don't worry, we are not
going to disclose your sensitive data to public.
</p>
</div>
</div>
</div>
<div class="spacer"></div>
<div class="question">
<div class="faq-entry">
<p class="faq-entry__name">How to draw?</p>
<div class="faq-entry__circle">
<img src="/images/drop.svg" alt="Arrow">
</div>
</div>
<div class="explanation-field">
<div class="faq-explanation">
<p class="faq-explanation__name">1. Choose a model on the main page (or on this page, or in the provided <a class="text-link"
href="https://drive.google.com/drive/folders/1JfYEwYBtSx7NzaRu4WozmhcA0w0bbg9i" target="_blank" rel="noopener noreferrer">sources</a>).
<br>2. Download the image hint, or the mask image, or all together.
<br>3. In your favourite soft, create a texture and distribute it according guides.
<br>4. Test your textures in 3D Applier by choosing them in the Apply button's popup window.
</p>
</div>
</div>
</div>
<div class="spacer"></div>
<div class="question">
<div class="faq-entry">
<p class="faq-entry__name">Will my work be signed in the Gallery?</p>
<div class="faq-entry__circle">
<img src="/images/drop.svg" alt="Arrow">
</div>
</div>
<div class="explanation-field">
<div class="faq-explanation">
<p class="faq-explanation__name">
No, we are not going to disclose authors there,
but every work is signed with a numeric id. We display it near the # character.
</p>
</div>
</div>
</div>
<div class="spacer"></div>
<div class="question">
<div class="faq-entry">
<p class="faq-entry__name">How to play Hungry Sheight?</p>
<div class="faq-entry__circle">
<img src="/images/drop.svg" alt="Arrow">
</div>
</div>
<div class="explanation-field">
<div class="faq-explanation">
<p class="faq-explanation__name">
Try to summon 404.
</p>
</div>
</div>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
<script type="module" src="js/faq.js"></script>
</body>
</html>