Getting better...

This commit is contained in:
Connor
2019-06-28 16:34:59 -06:00
parent f3d64034d9
commit ac2530bce3
7 changed files with 143 additions and 1146 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
*.aux
*.log
*.out
*.pdf
*.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 KiB

View File

@@ -1,23 +0,0 @@
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand*\HyPL@Entry[1]{}
\expandafter \gdef \csname pgfid5@tdSkills@textdepth\endcsname {2.67578pt}
\expandafter \gdef \csname pgfid5@tdRefs@textdepth\endcsname {2.40233pt}
\HyPL@Entry{0<</S/D>>}
\babel@aux{USenglish}{}
\pgfsyspdfmark {pgfid1}{947242}{40996502}
\pgfsyspdfmark {pgfid5}{947242}{947242}

File diff suppressed because it is too large Load Diff

View File

Binary file not shown.

View File

@@ -33,7 +33,7 @@
% defining some lengths for the language bar
\newlength\cvLanguageBarWidth
\setlength\cvLanguageBarWidth{5em}
\setlength\cvLanguageBarWidth{3em}
\newlength\cvLanguageBarHeight
\setlength\cvLanguageBarHeight{0.75em}
@@ -104,7 +104,16 @@
minimum width=\cvHeaderIconWidth,
anchor=center,
},
languageText/.style={},
languageText/.style={%
font=\footnotesize,
minimum width=4em,
align=right,
},
languageText2/.style={%
font=\footnotesize,
minimum width=5em,
anchor=east,
},
progressArea/.style={%
draw,
rectangle,
@@ -199,7 +208,7 @@
minimum size=\cvPictureWidth,
path picture={%
\node at (path picture bounding box.center){%
\includegraphics[width=\cvPictureWidth]{img/rocket.png}
\includegraphics[width=\cvPictureWidth]{img/profile_picture}
};
}]{};
\end{tikzpicture}
@@ -261,35 +270,137 @@
\vspace{4pt}
\begin{tikzpicture}[every node/.style={text depth=0pt,inner sep=0pt,outer sep=0pt}]
\matrix [
column 1/.style={anchor=east},
column 2/.style={anchor=west},
column 3/.style={anchor=east},
column 4/.style={anchor=west},
column sep=5pt,
row sep=3pt,
] (contact) {%
\node[font=\footnotesize]{Python}; & \node[progressArea](language 1) {};
\node[languageText]{Julia}; & \node[progressArea] (language 2) {}; \\
\node[languageText]{C++}; & \node[progressArea] (language 3) %
{};
\node[languageText]{MATLAB}; & \node[progressArea] (language 4) {}; \\
\node[languageText]{\LaTeX}; & \node[progressArea] (language 5) %
{};
\node[languageText]{MathematicaIsALanguage}; & \node[progressArea] (language 6) {}; \\
\node[languageText]{Rust}; & \node[progressArea] (language 7) {}; \\
\matrix [column sep=5pt,row sep=3pt] (contact) {%
\node[languageText]{Python}; &
\node[progressArea](language 1) {}; &
\node[languageText2]{Julia}; &
\node[progressArea] (language 2) {}; \\
\node[languageText]{C++}; &
\node[progressArea] (language 3) {}; &
\node[languageText2]{MATLAB}; &
\node[progressArea] (language 4) {}; \\
\node[languageText]{\LaTeX}; &
\node[progressArea] (language 5) {}; &
\node[languageText2]{Mathematica}; &
\node[progressArea] (language 6) {}; \\
\node[languageText]{Rust}; &
\node[progressArea] (language 7) {}; \\
};
\draw (language 1.west)
node[progressBar,minimum width=5/5*\cvLanguageBarWidth] {};
\draw (language 2.west) node[progressBar,minimum width=5/5*\cvLanguageBarWidth] {};
\draw (language 3.west) node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\draw (language 4.west) node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\draw (language 5.west) node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\draw (language 6.west) node[progressBar,minimum width=3/5*\cvLanguageBarWidth] {};
\draw (language 7.west) node[progressBar,minimum width=1/5*\cvLanguageBarWidth] {};
\draw (language 2.west)
node[progressBar,minimum width=5/5*\cvLanguageBarWidth] {};
\draw (language 3.west)
node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\draw (language 4.west)
node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\draw (language 5.west)
node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\draw (language 6.west)
node[progressBar,minimum width=3/5*\cvLanguageBarWidth] {};
\draw (language 7.west)
node[progressBar,minimum width=1/5*\cvLanguageBarWidth] {};
\end{tikzpicture}
\vspace{4pt}
\ruleline{Guidance Software}
\vspace{4pt}
\begin{tikzpicture}[every node/.style={text depth=0pt,inner sep=0pt,outer sep=0pt}]
\matrix [column sep=5pt,row sep=3pt] (contact) {%
\node[languageText]{GMAT}; &
\node[progressArea](guidance 1) {}; &
\node[languageText2]{STK}; &
\node[progressArea] (guidance 2) {}; \\
};
\draw (guidance 1.west)
node[progressBar,minimum width=5/5*\cvLanguageBarWidth] {};
\draw (guidance 2.west)
node[progressBar,minimum width=3/5*\cvLanguageBarWidth] {};
\end{tikzpicture}
\vspace{4pt}
\ruleline{CAD Software}
\vspace{4pt}
\begin{tikzpicture}[every node/.style={text depth=0pt,inner sep=0pt,outer sep=0pt}]
\matrix [column sep=5pt,row sep=3pt] (contact) {%
\node[languageText]{PTC Creo}; &
\node[progressArea](cad 1) {}; &
\node[languageText2]{AutoCAD}; &
\node[progressArea] (cad 2) {}; \\
\node[languageText]{Solidworks}; &
\node[progressArea](cad 3) {}; &
\node[languageText2]{CATIA v5}; &
\node[progressArea] (cad 4) {}; \\
};
\draw (cad 1.west)
node[progressBar,minimum width=5/5*\cvLanguageBarWidth] {};
\draw (cad 2.west)
node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\draw (cad 3.west)
node[progressBar,minimum width=3/5*\cvLanguageBarWidth] {};
\draw (cad 4.west)
node[progressBar,minimum width=3/5*\cvLanguageBarWidth] {};
\end{tikzpicture}
\vspace{4pt}
\ruleline{Operating Systems}
\vspace{4pt}
\begin{tikzpicture}[every node/.style={text depth=0pt,inner sep=0pt,outer sep=0pt}]
\matrix [column sep=5pt,row sep=3pt] (contact) {%
\node[languageText]{Linux}; &
\node[progressArea](os 1) {}; &
\node[languageText2]{Windows}; &
\node[progressArea] (os 2) {}; \\
};
\draw (os 1.west)
node[progressBar,minimum width=5/5*\cvLanguageBarWidth] {};
\draw (os 2.west)
node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\end{tikzpicture}
\vspace{4pt}
\ruleline{Other}
\vspace{4pt}
\begin{tikzpicture}[every node/.style={text depth=0pt,inner sep=0pt,outer sep=0pt}]
\matrix [column sep=5pt,row sep=3pt] (contact) {%
\node[languageText]{Git}; &
\node[progressArea](other 1) {}; &
\node[languageText2]{Office}; &
\node[progressArea] (other 2) {}; \\
\node[languageText]{Vim}; &
\node[progressArea](other 3) {}; &
\node[languageText2]{LabVIEW}; &
\node[progressArea] (other 4) {}; \\
};
\draw (other 1.west)
node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\draw (other 2.west)
node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\draw (other 3.west)
node[progressBar,minimum width=4/5*\cvLanguageBarWidth] {};
\draw (other 4.west)
node[progressBar,minimum width=1/5*\cvLanguageBarWidth] {};
\end{tikzpicture}
\end{center}
\end{minipage}
\vspace*{\fill}