Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilCad committed Feb 24, 2024
1 parent ba64a06 commit 42539fd
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 11 deletions.
10 changes: 5 additions & 5 deletions resumeLaTeX/Nikhil_Kadiyan_Resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
% Set main fonts
\usepackage{fontspec}
\defaultfontfeatures{Ligatures={NoCommon, NoDiscretionary, NoHistoric, NoRequired, NoContextual}}
\setmainfont[Color=primary, Path = fonts/tinos/, BoldItalicFont=tinosbi, BoldFont=tinosb, ItalicFont=tinosi]{tinos}
\setmainfont[Color=primary, Path = fonts/garabond/, BoldItalicFont=EBGaramond-SemiBoldItalic, BoldFont=EBGaramond-SemiBold, ItalicFont=EBGaramond-Italic]{EBGaramond-Regular}

% Name command
\newcommand{\namesection}[2]{
Expand All @@ -41,21 +41,21 @@

% Headings command
\titleformat{\section}{
\scshape\fontspec[Path = fonts/tinos/]{tinosb}\fontsize{12pt}{14pt}\selectfont \raggedright\uppercase}{}{0em}{}
\scshape\fontspec[Path = fonts/garabond/]{EBGaramond-SemiBold}\fontsize{12pt}{12pt}\selectfont \raggedright\uppercase}{}{0em}{}

% Subheadings command
\titleformat{\subsection}{
\fontspec[Path = fonts/tinos/]{tinosb}\fontsize{12pt}{13pt}\selectfont \bfseries
\fontspec[Path = fonts/garabond/]{EBGaramond-Bold}\fontsize{12.2pt}{12.2pt}\selectfont \bfseries
}{}{0em}{}

\newcommand{\position}[2]{
\fontspec[Path = fonts/tinos/]{tinosbi}\fontsize{12pt}{12.5pt}\selectfont
\fontspec[Path = fonts/garabond/]{EBGaramond-SemiBold}\fontsize{12pt}{12pt}\selectfont
\textit{\textbf{#1}} \normalfont \hfill #2 \\
}

% Other command
\newcommand{\descript}[1]{
\raggedright\scshape\fontspec[Path = fonts/tinos/]{tinosb}
\raggedright\scshape\fontspec[Path = fonts/garabond/]{EBGaramond-SemiBold}
\fontsize{10pt}{12pt}\selectfont {} \normalfont
}

Expand Down
Binary file modified resumeLaTeX/Nikhil_Kadiyan_Resume.pdf
Binary file not shown.
11 changes: 5 additions & 6 deletions resumeLaTeX/Nikhil_Kadiyan_Resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,18 @@ \section{Project Highlights}
\pt Utilized \textbf{Zustand} for efficient state management in the frontend, providing instant updates of frontend on any change in backend\\
\sectionsep

% \position{Created a Movie Description Site in React and Flask \href{https://github.com/nikhilCad/flask-movie-app}{[Code]}}{}
% \pt Built a web app that fetches movie title, description and poster using \textbf{Flask} \\
% \pt Uses the \textbf{TMDB API} to get dynamic movie information\\
% \pt Uses \textbf{React} and \textbf{Node} to build the front-end\\
% \sectionsep

\position{Created a Clicker Game Using Godot Engine \href{https://github.com/nikhilCad/reality-clicker}{[Code]} \href{https://nikhilcad.itch.io/reality-clicker}{[Live]}}{}
\pt Built a conventional clicker with various types of \textbf{shops/auto-clicker} upon progression \\
\pt Has \textbf{exponential difficulty} (similar to other games in genre) to deviate income from in game cost in log scale \\
\pt Can be played on Windows, Browser and Android, played by 600+ players on \textbf{itch.io}\\
\pt Has \textbf{Save, Load, and prestige options} to provide engaging gameplay\\
\sectionsep

\position{Created a Movie Description Site in React and Flask \href{https://github.com/nikhilCad/flask-movie-app}{[Code]}}{}
\pt Built a web app that fetches movie title, description and poster using \textbf{Flask} \\
\pt Uses the \textbf{TMDB API} to get dynamic movie information, using \textbf{React} and \textbf{Node} to build the front-end\\
\sectionsep

% \position{Created Todos App in React \href{https://github.com/nikhilCad/TodoReactApp}{[Code]} \href{https://nikhilcad.github.io/TodoReactApp}{[Live]}}{}
% \pt Create a simple app for todos using \textbf{React.js} and \textbf{Node.js} \\
% \pt User can \textbf{add or remove task} from the list using the UI
Expand Down
Binary file added resumeLaTeX/fonts/garabond/EBGaramond-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added resumeLaTeX/fonts/garabond/EBGaramond-Italic.ttf
Binary file not shown.
Binary file added resumeLaTeX/fonts/garabond/EBGaramond-Medium.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 42539fd

Please sign in to comment.