-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
288 lines (264 loc) · 16.1 KB
/
index.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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!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/index.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>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="loading">
<p class="figure__text">We are loading</p>
<img class="loading__image" src="/images/iphone.svg" alt="iPhone">
<p class="bottom-subfont">
It's better to use a Chromium-based browser for this page.
<br>If you are using Firefox or Safari, please switch to another browser if you face lags.
</p>
</div>
<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 text-link">Landing</p>
</a>
<a href="/index.html#contacts" onclick='document.querySelector(".burger__line-1").classList.toggle("burger__line-1_full");document.querySelector(".navigation-bar__menu").classList.toggle("top-100")'>
<p id="tobottom" class="navigation-bar__menu__item">Contacts</p>
</a>
<a href="/faq.html">
<p class="navigation-bar__menu__item">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="background-1">
<video class="background-1__video" autoplay loop muted playsinline>
<source src="/videos/VideoBackground.mp4" type="video/mp4">
</video>
</div>
<h1>We announce a design contest<span>by 108</span></h1>
<div class="figure">
<p class="figure__text">And propose you to participate in developing our new merch</p>
<div class="figure__stickers">
<img class="figure__stickers__item" src="/images/Verified.svg" alt="Verified">
<img class="figure__stickers__item" src="/images/Cognition.svg" alt="Cognition">
<img class="figure__stickers__item" src="/images/Experiment.svg" alt="Experiment">
</div>
</div>
<h2>Technical task</h2>
<div class="space-for-horizontal-scrolling">
<div class="pipeline">
<div class="pipeline__fullscreen-slide">
<div class="slide">
<p class="text-splash">
You are provided with a couple of template 3D models of our merch things without textures.
</p>
<div class="rounded-image-60">
<img class="rounded-image-60__image" src="images/Hoodie.png">
<img class="rounded-image-60__image" src="images/TShirt.png">
<img class="rounded-image-60__image" src="images/Pants.png">
<img class="rounded-image-60__image" src="images/Cap.png">
</div>
</div>
</div>
<div class="pipeline__fullscreen-slide">
<div class="slide">
<p class="text-splash">
Also you will have special image hints and w/b masks that will be your guides.
Using that, you need to create textures and apply them to our
models.
</p>
<div class="rounded-image-60">
<img class="rounded-image-60__image noanim" src="images/Todo.png">
</div>
</div>
</div>
<div class="pipeline__fullscreen-slide">
<div class="slide">
<p class="text-splash">
Here we provide resources you might use.
<br>You can get all data from
<a class="text-link" href="https://drive.google.com/drive/folders/1JfYEwYBtSx7NzaRu4WozmhcA0w0bbg9i?usp=sharing" target="_blank" rel="noopener noreferrer">this</a>
storage as well.
</p>
<div class="slide__window">
</div>
<div class="slide__buttons_labeled">
<p class="buttons-text">Resources for <span data-names="T-Shirt,Hoodie,Cap,Pants">Hoodie</span>:</p>
<div class="slide__buttons">
<a class="button" download href="/images/T_Hoodie_HI_8K.png" data-paths="/images/T_TShirt_HI_8K.png,/images/T_Hoodie_HI_8K.png,/images/T_Cap_HI_8K.png,/images/T_Pants_HI_8K.png">
Download the <span class="text-link">hint</span>
</a>
<a class="button" download href="/images/T_Hoodie_BW_8K.png" data-paths="/images/T_TShirt_BW_8K.png,/images/T_Hoodie_BW_8K.png,/images/T_Cap_BW_8K.png,/images/T_Pants_BW_8K.png">
Download the <span class="text-link">mask</span>
</a>
<a class="button" download href="/models/Hoodie.zip" data-paths="/models/TShirt.zip,/models/Hoodie.zip,/models/Cap.zip,/models/Pants.zip">
Download the <span class="text-link">model</span>
</a>
</div>
</div>
</div>
</div>
<div class="pipeline__fullscreen-slide">
<div class="slide">
<p class="text-splash">
And <a class="text-link" href="https://drive.google.com/drive/folders/1mnCF18il9g_-saYhrOkEqLD7r8cLoXFt?usp=sharing" target="_blank" rel="noopener noreferrer">here</a> you can find
logotypes and other detalization.
</p>
<div class="slide__logotypes">
<img class="slide__logotypes__item" src="/images/LogoMini.svg" alt="InNoHassle">
<img class="slide__logotypes__item" src="/images/OneZeroEight.svg" alt="One Zero Eight">
<img class="slide__logotypes__item" src="/images/Logo.svg" alt="Logo">
</div>
</div>
</div>
<div class="pipeline__fullscreen-slide">
<div class="slide justify-center">
<p class="text-splash fit align-center">
Before you start, please join the <a class="text-link" href="https://t.me/one_zero_eight_contest" target="_blank" rel="noopener noreferrer">Telegram chat</a> of the contest.
<br>To submit the work, fill in this <a class="text-link" href="https://docs.google.com/forms/d/e/1FAIpQLSdgyEkD_6H5_fu10R4HBVoQYzdbn76PtJAdAgs7mAD50jNoWQ/viewform?usp=sharing" target="_blank" rel="noopener noreferrer">Google form</a>.
<br>Thank you for participation!
</p>
</div>
</div>
</div>
</div>
<h3>Rules</h3>
<li class="rules">
<ol class="rules__item">You are going to draw a square texture for our templates of supposed set of merch, 8K resolution is not necessary, work in a convenient format.</ol>
<ol class="rules__item">Do not change unwrapping of the models.</ol>
<ol class="rules__item">
3D Applier is a web interface, using which you can interact with our 3d models with the mouse, change their
textures and get hints,
but if you want, of course, you are able to use other services.
</ol>
</li>
<div class="carousel">
<div class="carousel__disclose"></div>
<div class="carousel__disclose"></div>
<div class="carousel__gradient"></div>
<div class="carousel__pipeline">
<img class="carousel__picture" src="/images/BlenderLogo.svg" alt="Blender">
<img class="carousel__picture" src="/images/MayaLogo.svg" alt="Maya">
<img class="carousel__picture" src="/images/CinemaLogo.svg" alt="Cinema4D">
<img class="carousel__picture" src="/images/ModoLogo.svg" alt="Modo">
<img class="carousel__picture" src="/images/HoudiniLogo.svg" alt="Houdini">
<img class="carousel__picture" src="/images/ZbrushLogo.svg" alt="Zbrush">
<img class="carousel__picture" src="/images/BlenderLogo.svg" alt="Blender">
<img class="carousel__picture" src="/images/MayaLogo.svg" alt="Maya">
<img class="carousel__picture" src="/images/CinemaLogo.svg" alt="Cinema4D">
<img class="carousel__picture" src="/images/ModoLogo.svg" alt="Modo">
<img class="carousel__picture" src="/images/HoudiniLogo.svg" alt="Houdini">
<img class="carousel__picture" src="/images/ZbrushLogo.svg" alt="Zbrush">
</div>
</div>
<li class="rules">
<ol class="rules__item">Casual and light style is welcome, but work in heavy raster if you want!</ol>
<ol class="rules__item">You have no restrictions on changing our symbolics or creation new design patterns.</ol>
<ol class="rules__item">Do not use Innopolis property, brands, and trademarks. Or do it very carefully,
stylization is better.</ol>
<ol class="rules__item">Your submitted work has to be compatible with Creative Commons 0 license.</ol>
<ol class="rules__item">Keep the source files until the end of the contest, we will request them later.</ol>
<ol class="rules__item">The best designs will be chosen based on the subjective opinion of one-zero-eight
and, maybe, yours, follow us <a class="text-link" href="https://t.me/one_zero_eight" target="_blank" rel="noopener noreferrer">@one-zero-eight</a>.</ol>
<ol class="rules__item">The chosen designers will receive valuable gifts from our members. Read below and <a class="text-link" href="https://t.me/one_zero_eight_contest" target="_blank" rel="noopener noreferrer">in the chat</a>.</ol>
</li>
<h6>Gift</h6>
<div class="horizontal-text-block">
<p class="figure__text">You can become the owner of up to this slay <a class="text-link" href="https://t.me/one_zero_eight_contest/7" target="_blank" rel="noopener noreferrer">200 USDT</a>, the merch with your design and one more thing!</p>
</div>
<h4>Examples</h4>
<img class="example" src="images/Screenshot1.png">
<img class="example" src="images/Screenshot2.png">
<h5>Best wishes</h5>
<svg class="underline" width="843.04834" height="99.999969" viewBox="0 0 843.04834 99.999969" version="1.1"
id="svg1" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<g id="layer1" transform="translate(-93.048332,-498.5502)">
<path class="curve"
style="fill:none;fill-opacity:1;stroke:rgb(132, 171, 41);stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 103.04833,588.55019 c 0,0 59.4395,-80 102.88104,-80 43.44154,0 59.4395,80 102.88104,80 43.44154,0 59.4395,-80 102.88104,-80 43.44154,0 59.4395,80 102.88104,80 43.44154,0 59.4395,-80 102.88104,-80 43.44154,0 59.4395,80 102.88104,80 43.44154,0 59.4395,-80 102.88104,-80 43.44154,0 102.88104,80 102.88104,80"
id="path1" />
</g>
</svg>
<div class="bottom">
<div class="spacer-width-60"></div>
<div class="bottom__sub">
<div class="bottom__sub__sections">
<div class="bottom__sub__sections__section">
<p class="bottom-font">Websites</p>
<ul>
<a href="https://innohassle.ru" target="_blank" rel="noopener noreferrer">
<li class="bottom-font soft-link text-link">InNoHassle</li>
</a>
<a
href="https://chromewebstore.google.com/detail/innohassle-tools/cbeffcchbpgcmaphbpnnnjbaighmobmn" target="_blank" rel="noopener noreferrer">
<li class="bottom-font soft-link text-link">InNoHassle Extension</li>
</a>
<a href="https://www.youtube.com/@one-zero-eight" target="_blank" rel="noopener noreferrer">
<li class="bottom-font soft-link text-link">one-zero-eight media</li>
</a>
</ul>
</div>
<div id="contacts" class="bottom__sub__sections__section">
<p class="bottom-font">Contacts</p>
<ul>
<a href="https://t.me/one_zero_eight_contest" target="_blank" rel="noopener noreferrer">
<li class="bottom-font soft-link text-link">Chat for contest</li>
</a>
<a href="https://t.me/one_zero_eight" target="_blank" rel="noopener noreferrer">
<li class="bottom-font soft-link text-link">one-zero-eight channel</li>
</a>
</ul>
</div>
</div>
<p class="bottom-subfont">This page uses artworks of <br>
<a class="text-link" target="_blank" rel="noopener noreferrer"
href="https://sketchfab.com/3d-models/dippers-cap-6b247c088f034d09908d4ee78c39dd18">Nick Pekarsky</a>,
<a class="text-link" target="_blank" rel="noopener noreferrer"
href="https://sketchfab.com/3d-models/oversized-t-shirt-3b6e78d6a1a74370a6e5af6f312d38f7">kylelhb</a>,
<a class="text-link" target="_blank" rel="noopener noreferrer"
href="https://www.fab.com/listings/33653c75-cf9d-4367-9f5a-ed20f1964d81">Parise</a>,
<a href="https://sketchfab.com/3d-models/apricot-printed-hooded-casual-hoodie-211f12b2949346e9ab24a20bf15528c8"
class="text-link" target="_blank" rel="noopener noreferrer">Style3D CG</a>
</p>
<p class="bottom-subfont">© one-zero-eight 2025. All rights reserved.</p>
</div>
<div class="spacer-width-60"></div>
</div>
<script type="module" src="js/check_webgl.js"></script>
<script type="module" src="js/index.js"></script>
</body>
</html>