Challenges on 2023
This commit is contained in:
BIN
old/r4/assets/.DS_Store
vendored
Normal file
BIN
old/r4/assets/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
old/r4/assets/circle.gif
Normal file
BIN
old/r4/assets/circle.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
old/r4/assets/code.png
Normal file
BIN
old/r4/assets/code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
31
old/r4/assets/instructions.html
Normal file
31
old/r4/assets/instructions.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!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 ---
|
||||
|
||||
./circle.gif (540x540)
|
||||
./code.png (354x112)
|
||||
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
BIN
old/r4/assets/page.png
Normal file
BIN
old/r4/assets/page.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 125 KiB |
19
old/r4/assets/result.html
Normal file
19
old/r4/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>
|
||||
BIN
old/r4/assets/source.psd
Normal file
BIN
old/r4/assets/source.psd
Normal file
Binary file not shown.
Reference in New Issue
Block a user