Compare commits
8 Commits
2c278cb83d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70c3900f8d | ||
|
|
d3cd432d87 | ||
|
|
4ffb510a11 | ||
|
|
fa1ff76e45 | ||
|
|
15d40b2082 | ||
|
|
bc0d254bfd | ||
|
|
a9afbe9ce1 | ||
|
|
21caea5c36 |
2
dev-prg/infografika/README.md
Normal file
2
dev-prg/infografika/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Infografika - Jak tisknout na 3d tiskárně
|
||||

|
||||
64
dev-prg/infografika/index.html
Normal file
64
dev-prg/infografika/index.html
Normal file
@@ -0,0 +1,64 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Návod na tisk</title>
|
||||
</head>
|
||||
<style>
|
||||
* {
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
html,body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: black;
|
||||
color: #ffffff;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.step {
|
||||
width: 700px;
|
||||
padding: 5px;
|
||||
border-color: #0385ff;
|
||||
border-style: solid;
|
||||
border-width: 5px;
|
||||
margin: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: xx-large;
|
||||
}
|
||||
.view {
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
border-color: #0385ff;
|
||||
border-style: solid;
|
||||
border-width: 5px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<body>
|
||||
<div class="view">
|
||||
<!-- Ano vim, list existuje... -->
|
||||
<h1>Jak tisknout na 3d tiskárně</h1>
|
||||
<div class="step" id="1">1. Vymodelovat nebo najít 3d model</div>
|
||||
<div class="step" id="2">2. Exportovat nebo stáhnout 3d model</div>
|
||||
<div class="step" id="3">3. Slicovat 3d model a exportovat Gcode</div>
|
||||
<div class="step" id="4">4. Zapnout tiskárnu</div>
|
||||
<div class="step" id="5">5. Zkopírovat Gcode na 3d tiskárnu</div>
|
||||
<div class="step" id="6">6. Spustit tisk</div>
|
||||
<div class="step" id="7">7. Zkontrolovat první vrstvu</div>
|
||||
<div class="step" id="8">8. Počkat až tiskárna dotiskne a vychladne</div>
|
||||
<div class="step" id="9">9. Sundat vytisk</div>
|
||||
<div class="step" id="10">10. Vypnout tiskárnu</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
dev-prg/infografika/screenshot.png
Normal file
BIN
dev-prg/infografika/screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
@@ -2,11 +2,19 @@
|
||||
|
||||
Stick Game je ~~MultiPlayerová~~ hra o souboji "Stickmanů". (Ne)Máte na výběr z mnoha zbraní.
|
||||
|
||||
## Propagace hry:
|
||||

|
||||
## Screenshoty ze hry:
|
||||

|
||||

|
||||

|
||||
## Video ze hry
|
||||
[](https://youtu.be/bP5XG1JxTZI)
|
||||
https://github.com/Dzejkobik007/skolavdf/assets/59537589/7f5f6dbe-26c2-403b-a259-17c8c49b9363
|
||||
|
||||
[Watch the video on Youtube](https://youtu.be/bP5XG1JxTZI)
|
||||
### Autoři
|
||||
Jan Čermák, Ladislav Liška, Jakub Rybníček
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
phr/StickGame/plakat.png
Normal file
BIN
phr/StickGame/plakat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
Reference in New Issue
Block a user