Ford_vs_Musk_Presentation/frames/Werdegang-Musk.tex

99 lines
3.9 KiB
TeX

\def \frameTitle {Werdegang - Elon Musk}
\def \frameSubTitle {vom belächelten Phantast zum zweitreichsten Mensch der Werlt}
\begin{frame}{\frameTitle}{\frameSubTitle}
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle(\textwidth,0.8\textheight);
\node [below right] at (current bounding box.north west){
\begin{minipage}[t]{\linewidth}
\color{th-red}
\ytl{1971}{Geburt und Kindheit in Pretoria (Süd-Afrika)}
\ytl{1989}{Umzug zu seiner Mutter nach Kanada} %kein Militärdienst in Südafrika
\ytl{1992}{Wirtschaft- und Physik-Studium an der University of Pennsylvania}
\ytl{1992}{Beginn der Doktorarbeit an der Stanford University in California} % nach 2 Tagen abgebrochen
\end{minipage}
};
\node[above right] at (current bounding box.south west) {
\begin{minipage}[t]{\linewidth}
\tiny
\textbf{Quellen:}\\
https://www.biography.com/business-figure/elon-musk\\
\end{minipage}
};
\end{tikzpicture}
\end{frame}
\begin{frame}{\frameTitle}{\frameSubTitle}
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle(\textwidth,0.8\textheight);
\node [below right] at (current bounding box.north west){
\begin{minipage}[t]{\linewidth}
\color{th-red}
\ytl{1995}{Gründung von Zip2} %zusammen mit Bruder Kimbal und einem weiteren Freund
\ytl{1999}{Verkauf von Zip2 an Compaq}
\ytl{1999}{Gründung von X.com (später PayPal)}
\ytl{2002}{Verkauf von PayPal an eBay}
\end{minipage}
};
\node [below left = 5mm and 0 mm] (zip2) at (current bounding box.north east){
\includegraphics[width=.3\textwidth]{zip2.jpg}
};
\node [below = 0mm of zip2] (paypal){
\includegraphics[width=.3\textwidth]{paypal-logo.png}
};
\node[above right] at (current bounding box.south west) {
\begin{minipage}[t]{\linewidth}
\tiny
\textbf{Quellen:}\\
https://www.biography.com/business-figure/elon-musk\\
https://www.paypal.com\\
https://topicimages.mrowl.com/large/prithvi\_c/elonmusk/career/zip2\_1.jpg
\end{minipage}
};
\end{tikzpicture}
\end{frame}
\begin{frame}{\frameTitle}{\frameSubTitle}
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle(\textwidth,0.8\textheight);
\node [below right] at (current bounding box.north west){
\begin{minipage}[t]{\linewidth}
\color{th-red}
\ytl{2002}{Gründung von SpaceX}
\ytl{2003}{Gründung von Tesla Motors}
\ytl{2016}{Tesla übernimmt SolarCity Corp.}
\ytl{2017}{Gründung der Boring Company}
\end{minipage}
};
\node [below left = 5mm and 0 mm] (spacex) at (current bounding box.north east){
\includesvg[width=.3\textwidth]{SpaceX_logo.svg}
};
\node [below = 0mm of spacex] (tesla){
\includesvg[width=.15\textwidth]{Tesla_Motors-logo.svg}
};
\node [below = 0mm of tesla] (solarCity){
\includesvg[width = .2\textwidth]{SolarCity-logo.svg}
};
\node [below = 0mm of solarCity] {
\includesvg[width = .2\textwidth]{The_Boring_Company_Logo.svg}
};
\node[above right] at (current bounding box.south west) {
\begin{minipage}[t]{\linewidth}
\tiny
\textbf{Quellen:}\\
https://www.biography.com/business-figure/elon-musk\\
https://en.wikipedia.org/wiki/File:SpaceX\_logo\_black.svg\\
https://en.wikipedia.org/wiki/File:SolarCity\_wordmark.svg\\
https://en.wikipedia.org/wiki/File:Tesla\_Motors.svg\\
https://en.wikipedia.org/wiki/File:The\_Boring\_Company\_Logo.svg
\end{minipage}
};
\end{tikzpicture}
\end{frame}