Skip to content

Commit

Permalink
Added photos of Riza and Zaidul to course overview slides.
Browse files Browse the repository at this point in the history
  • Loading branch information
applebyter committed Feb 13, 2024
1 parent 780d22e commit 67ce850
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file removed slides/overview/images/matt.jpeg
Binary file not shown.
Binary file added slides/overview/images/riza.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/overview/images/zaidul.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions slides/overview/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,18 @@
\maketitle

\begin{frame}{What is the course about?}
\Large{
\Large
\begin{itemize}[<+->]
\item Well, \highlight{software architecture}.
\vspace{2mm}
\item Designing and building software systems.
\begin{itemize}
\large{\item Multiple \highlight{software components} that work together.}
\large \item Multiple \highlight{software components} that work together.
\end{itemize}
\item Using \highlight{architecture patterns} to structure software systems to be \highlight{maintainable}.
\item How to build software that is \highlight{reliable} and \highlight{fault tolerant}.
\item How to build software that is \highlight{scalable}.
\end{itemize}
}
\end{frame}


Expand Down Expand Up @@ -113,6 +112,7 @@ \section{Assessment}
\section{You and Us}

\point[Who are we?]{
\vspace{-1cm}
\Large
\centering
\begin{minipage}{0.35\textwidth}
Expand All @@ -128,31 +128,31 @@ \section{You and Us}
\begin{minipage}{0.35\textwidth}
\begin{center}
\begin{tikzpicture}
\clip (0,0) circle (1.5cm) node {\includegraphics[width=3cm]{images/brae.jpeg}};
\clip (0,0) circle (1.5cm) node {\includegraphics[width=3cm]{images/evan.jpeg}};
\end{tikzpicture}

Brae Webb
Evan Hughes
\end{center}
\end{minipage}

%

\begin{minipage}{0.35\textwidth}
\begin{center}
\begin{tikzpicture}
\clip (0,0) circle (1.5cm) node {\includegraphics[width=3cm]{images/evan.jpeg}};
\clip (0,0) circle (1.5cm) node {\includegraphics[width=3cm]{images/riza.jpeg}};
\end{tikzpicture}

Evan Hughes
Riza Wibawa
\end{center}
\end{minipage}
%
\begin{minipage}{0.35\textwidth}
\begin{center}
\begin{tikzpicture}
\clip (0,0) circle (1.5cm) node {\includegraphics[width=3cm]{images/matt.jpeg}};
\clip (0,0) circle (1.5cm) node {\includegraphics[width=3cm]{images/zaidul.jpeg}};
\end{tikzpicture}

Matt Holloway
Zaidul Alam
\end{center}
\end{minipage}
}
Expand Down

0 comments on commit 67ce850

Please sign in to comment.