Skip to content

Commit

Permalink
feat: Adds slides
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Jan 16, 2024
1 parent 79dd10b commit 8380c9a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 40 deletions.
Binary file added 2024-01-16 SF Full PCB.jpg
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 2024-01-16 SF HW Mod 1.jpg
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 2024-01-16 SF HW Mod 2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 9 additions & 40 deletions project_sf.tex
Original file line number Diff line number Diff line change
@@ -1,41 +1,10 @@
% Slides for 2024-01-17
% To create a slide, use the following:
% \begin{frame}{TITLE}
% BODY
% \end{frame}

% To create a slide with a bullet list, use the following:
% \begin{frame}{TITLE}
% \begin{itemize}
% \item ITEM 1
% \item ITEM 2
% \end{itemize}
% \end{frame}

% To create a slide with numbered list, use the following:
% \begin{frame}{TITLE}
% \begin{enumerate}
% \item ITEM 1
% \item ITEM 2
% \end{enumerate}
% \end{frame}

% To create a slide with a graphic:
% 1. Add the graphic to this folder (named picture.png)
% 2. Use the following:
% \begin{frame}{TITLE}
% \centering
% \includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{picture.png}
% \end{frame}

% To create a slide with two columns, use the following:
% \begin{frame}{TITLE}
% \begin{columns}
% \begin{column}{0.5\textwidth}
% COLUMN 1 BODY
% \end{column}
% \begin{column}{0.5\textwidth}
% COLUMN 2 BODY
% \end{column}
% \end{columns}
% \end{frame}
\begin{frame}{HW Mods}
\centering
\includegraphics[height=0.7\textheight,width=0.35\textwidth,keepaspectratio]{2024-01-16 SF HW Mod 1.jpg}
\includegraphics[height=0.7\textheight,width=0.35\textwidth,keepaspectratio]{2024-01-16 SF HW Mod 2.jpg}
\end{frame}
\begin{frame}{Assembled PCB}
\centering
\includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{2024-01-16 SF Full PCB.jpg}
\end{frame}

0 comments on commit 8380c9a

Please sign in to comment.