diff --git a/Content.tex b/Content.tex index b78cdfc..73fd415 100644 --- a/Content.tex +++ b/Content.tex @@ -3,3 +3,4 @@ \input{frames/Umstände-Ford.tex} \input{frames/Umstände-Musk.tex} \input{frames/Werdegang-Musk.tex} +\input{frames/Werdegang-Ford.tex} diff --git a/Ford_vs_Musk_Presentation.pdf b/Ford_vs_Musk_Presentation.pdf index 53340d3..742489d 100644 Binary files a/Ford_vs_Musk_Presentation.pdf and b/Ford_vs_Musk_Presentation.pdf differ diff --git a/frames/Werdegang-Ford.tex b/frames/Werdegang-Ford.tex new file mode 100644 index 0000000..41496c1 --- /dev/null +++ b/frames/Werdegang-Ford.tex @@ -0,0 +1,59 @@ +\def \frameTitle {Werdegang - Henry Ford} + +\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} + \color{th-red} + \ytl{1863}{Geburt und Kindheit in Michigan} + \ytl{1890}{Ingenieur bei der Detroit Edison Company} + \ytl{1892}{Erster selbstgebauter benzinbetriebener Buggy} + \ytl{1896}{Erstes selbstgebautes Automobil} + \ytl{1899}{Kündigung bei der Edison Company} + \end{minipage} + }; + + \node[above left = 0mm and -7mm] at (current bounding box.south east){ + \includegraphics[width=.37\textwidth]{FordQuadricycle.jpg} + }; + + \node[above right] at (current bounding box.south west) { + \begin{minipage}[t]{\linewidth} + \tiny + \textbf{Quellen:}\\ + https://www.biography.com/business-figure/henry-ford\\ + https://en.wikipedia.org/wiki/File:FordQuadricycle.jpg + \end{minipage} + }; + \end{tikzpicture} +\end{frame} + +\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} + \color{th-red} + \ytl{1903}{Gründung der Ford Motor Company} + \ytl{1908}{Produktionsbeginn des Model T} + \ytl{1927}{Umstieg auf das Model A} + \ytl{1936}{Gründung der Ford Foundation} + \ytl{1947}{Tod im Alter von 83} + \end{minipage} + }; + + \node[above left = 0mm and -7mm] at (current bounding box.south east){ + \includegraphics[width=.45\textwidth]{Ford_Model_T.jpg} + }; + + \node[above right] at (current bounding box.south west) { + \begin{minipage}[t]{\linewidth} + \tiny + \textbf{Quellen:}\\ + https://www.biography.com/business-figure/henry-ford\\ + https://en.wikipedia.org/wiki/File:1925\_Ford\_Model\_T\_touring.jpg + \end{minipage} + }; + \end{tikzpicture} +\end{frame} \ No newline at end of file diff --git a/images/FordQuadricycle.jpg b/images/FordQuadricycle.jpg new file mode 100644 index 0000000..7f1ccce Binary files /dev/null and b/images/FordQuadricycle.jpg differ diff --git a/images/Ford_Model_T.jpg b/images/Ford_Model_T.jpg new file mode 100644 index 0000000..f44e413 Binary files /dev/null and b/images/Ford_Model_T.jpg differ