Skip to content

Commit

Permalink
Make a move
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jan 7, 2024
1 parent 38206cf commit 08196f5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
22 changes: 22 additions & 0 deletions _includes/styles/question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,26 @@ html, body {
margin-bottom: 0;
}
}

.fortunate-brain {
width: 2rem;
height: 2rem;
position: relative;
width: 100%;
text-align: center;

&::before {
content: "🧠";
position: absolute;
inset: 0;
font-size: 2rem;
}

&::after {
content: "πŸ€";
position: absolute;
inset: 0.25rem;
font-size: 1.5rem;
}
}
}
4 changes: 4 additions & 0 deletions szmgr/SZP05_krivky_a_povrchy.ad
Original file line number Diff line number Diff line change
Expand Up @@ -810,3 +810,7 @@ Butterfly::

* link:http://nurbscalculator.in/[NURBS Calculator]
* link:https://mat.fs.cvut.cz/computer-graphics/[ČVUT: Computer Graphics]

[pass]
<div class="fortunate-brain">
</div>
26 changes: 0 additions & 26 deletions szmgr/index.ad
Original file line number Diff line number Diff line change
Expand Up @@ -103,29 +103,3 @@ Meta::

[.text-center]
**NEPROPADEJTE PANICE**

[stem]
++++
\begin{aligned}

Q_\text{Nika}(t) &= \left( x(t), y(t) \right) \\
x(t) &= 2 + t \cdot 🧠 \\
y(t) &= 2 + πŸ€ \\

y(t) > x(t) &\Rightarrow πŸ€ > 🧠
\end{aligned}
++++


[stem]
++++
\begin{aligned}

t &\in \Reals \\
πŸ€ &> 0 \\
πŸ€ + t \cdot 🧠 &= 0 \\
πŸ€ &= - t \cdot 🧠 \Rightarrow πŸ€ .


\end{aligned}
++++

0 comments on commit 08196f5

Please sign in to comment.