28 lines
1.3 KiB
TeX
28 lines
1.3 KiB
TeX
\def \frameTitle {Prinzipien - Elon Musk}
|
|
|
|
\begin{frame}{\frameTitle}{}
|
|
\begin{tikzpicture}
|
|
\useasboundingbox (0,0) rectangle(\textwidth,0.8\textheight);
|
|
\node [below right] at (current bounding box.north west){
|
|
\begin{minipage}[t]{\linewidth}
|
|
\begin{itemize}
|
|
\item Harte Arbeit zahlt sich aus:\\
|
|
\textbf{\small\say{[others] are putting in 40-hour workweeks, and you're putting in 100-hour workweeks, even if you're doing the same thing [...] you'll achieve in four months what it takes them a year to achieve}}
|
|
\item First Principle Thinking
|
|
\end{itemize}
|
|
\end{minipage}
|
|
};
|
|
\node [above left = 10mm and 10mm] at (current bounding box.south east){
|
|
\includegraphics[width=.6\textwidth]{first-principle-thinking.png}
|
|
};
|
|
\node[above right] at (current bounding box.south west) {
|
|
\begin{minipage}[t]{\linewidth}
|
|
\tiny
|
|
\textbf{Quellen:}\\
|
|
https://jamesclear.com/first-principles\\
|
|
https://medium.com/@ncspost/first-principles-analogy-in-design-486cf097f683\\
|
|
https://www.alphr.com/science/1001880/17-things-elon-musk-believes/
|
|
\end{minipage}
|
|
};
|
|
\end{tikzpicture}
|
|
\end{frame} |