-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
441 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
\section{It's Trevor Hunting Time} | ||
\begin{frame} | ||
\begin{frame}[fragile] | ||
\fontsize{30pt}{1em}\selectfont | ||
\vspace*{-260pt} | ||
\hspace*{-225pt} | ||
\begin{tikzpicture}[scale=1.3, every shadow/.style={opacity=1,fill=blue!10!black}] | ||
\foreach \l in {300.8,280.8,...,60.8} {% | ||
\path[circular glow={shadow scale=1.03}, shading=radial, inner color=yellow!80!white, outer color=red!50!black] (0, 0) circle (\l pt); | ||
} | ||
|
||
\begin{scope} | ||
\path[circular glow={shadow scale=1.03}, shading=radial, inner color=blue!25!black, outer color=darkblueOuter,clip] (0, 0) circle (60pt) | ||
node[circle,inner sep=60pt,fill overzoom image=wumpus] at (0pt, -35pt) {}; | ||
\end{scope} | ||
|
||
\node (b) at (-3, -0.8) {}; | ||
\node (e) at (10, -1.2) {}; | ||
\draw[decoration={text along path, text color=white, text={That's all Folks!}}, decorate] (b) to[bend left=15] (e); | ||
\end{tikzpicture} | ||
\end{frame} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.