add microwave cat
BIN
new/round_microwawe_cat/assets/cat.gif
Normal file
After Width: | Height: | Size: 628 KiB |
BIN
new/round_microwawe_cat/assets/loading.gif
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
new/round_microwawe_cat/assets/microwave.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
new/round_microwawe_cat/assets/monitor.png
Normal file
After Width: | Height: | Size: 571 KiB |
BIN
new/round_microwawe_cat/assets/page.png
Normal file
After Width: | Height: | Size: 570 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
34
new/round_this_is_fine/assets/instructions.html
Normal file
@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Document</title>
|
||||
<style>
|
||||
body {
|
||||
background: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
|
||||
--- Правила ---
|
||||
1) Никаких превью и предпросмотров результатов
|
||||
2) Из редактора уходить нельзя, переключаться на другие окна и тд
|
||||
3) Никаких измерительных приборов (линеек, циркулей и тд)
|
||||
4) Убираем руки от клавиатуры когда закончится время
|
||||
5) В конце нажимаем Finish и вводим yes
|
||||
|
||||
Удачи и получай удовольствие от процесса!
|
||||
|
||||
--- Assets ---
|
||||
|
||||
./dog.png (347x398)
|
||||
./chair.png (529x928)
|
||||
./table.png (422x422)
|
||||
./fire.gif (498x498) (этот размер огня находится за собакой), остальные размеры (803x803, 1092x1092, 734x734, 646x646)
|
||||
./coffee.gif (200x195)
|
||||
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
19
new/round_this_is_fine/assets/result.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.addEventListener('message', function(e) {
|
||||
if (
|
||||
window.location.origin === 'file://' ||
|
||||
window.location.origin === (e.origin || e.originalEvent.origin)
|
||||
) {
|
||||
document.documentElement.innerHTML = e.data
|
||||
}
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |