diff --git a/OpenFonts/deedy-resume-openfont-dark.cls b/OpenFonts/deedy-resume-openfont-dark.cls new file mode 100644 index 00000000..be2af677 --- /dev/null +++ b/OpenFonts/deedy-resume-openfont-dark.cls @@ -0,0 +1,86 @@ +% Intro Options +\ProvidesClass{deedy-resume-openfont-dark}[2014/04/30 CV class] +\NeedsTeXFormat{LaTeX2e} +\DeclareOption{print}{\def\@cv@print{}} +\DeclareOption*{% + \PassOptionsToClass{\CurrentOption}{article} +} +\ProcessOptions\relax +\LoadClass{article} + +% Package Imports +\usepackage[hmargin=1.25cm, vmargin=0.75cm]{geometry} +\usepackage[hidelinks]{hyperref} + +% Publications +\usepackage{cite} +\renewcommand\refname{\vskip -1.5cm} + +% Color definitions +\usepackage[usenames,dvipsnames]{xcolor} +\definecolor{date}{HTML}{cecece} +\definecolor{primary}{HTML}{f0f0f0} +\definecolor{headings}{HTML}{fafafa} +\definecolor{subheadings}{HTML}{FFC22F} +\definecolor{background}{HTML}{252525} +\pagecolor{background} + +% Set main fonts +\usepackage{fontspec} +\setmainfont[Color=primary, Path = fonts/lato/,BoldItalicFont=Lato-BolIta,BoldFont=Lato-Bol,ItalicFont=Lato-RegIta]{Lato-Reg} +\setsansfont[Scale=MatchLowercase,Mapping=tex-text, Path = fonts/raleway/]{Raleway-ExtraLight} + +% Date command +\usepackage[absolute]{textpos} +\usepackage[UKenglish]{isodate} +\setlength{\TPHorizModule}{1mm} +\setlength{\TPVertModule}{1mm} +\newcommand{\lastupdated}{\begin{textblock}{60}(155,5) +\color{date}\fontspec[Path = fonts/raleway/]{Raleway-Light}\fontsize{8pt}{10pt}\selectfont +Last Updated on \today +\end{textblock}} + +% Name command +\newcommand{\namesection}[3]{ +\centering{ +\fontsize{40pt}{60pt} +\fontspec[Path = fonts/lato/]{Lato-Lig}\selectfont #1 +\fontspec[Path = fonts/lato/]{Lato-Lig}\selectfont #2 +} \\[5pt] +\centering{ +\color{headings} +\fontspec[Path = fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{14pt}\selectfont #3} +\noindent\makebox[\linewidth]{\color{headings}\rule{\paperwidth}{0.4pt}} +\vspace{-15pt} +} + +% Section seperators +\usepackage{titlesec} +\titlespacing{\section}{0pt}{0pt}{0pt} +\titlespacing{\subsection}{0pt}{0pt}{0pt} +\newcommand{\sectionsep}{\vspace{8pt}} + +% Headings command +\titleformat{\section}{\color{headings} +\scshape\fontspec[Path = fonts/lato/]{Lato-Lig}\fontsize{16pt}{24pt}\selectfont \raggedright\uppercase}{}{0em}{} + +% Subeadings command +\titleformat{\subsection}{ +\color{subheadings}\fontspec[Path = fonts/lato/]{Lato-Bol}\fontsize{12pt}{12pt}\selectfont\bfseries\uppercase}{}{0em}{} + +\newcommand{\runsubsection}[1]{ +\color{subheadings}\fontspec[Path = fonts/lato/]{Lato-Bol}\fontsize{12pt}{12pt}\selectfont\bfseries\uppercase {#1} \normalfont} + +% Descriptors command +\newcommand{\descript}[1]{ +\color{subheadings}\raggedright\scshape\fontspec[Path = fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{13pt}\selectfont {#1 \\} \normalfont} + +% Location command +\newcommand{\location}[1]{ +\color{headings}\raggedright\fontspec[Path = fonts/raleway/]{Raleway-SemiBold}\fontsize{10pt}{12pt}\selectfont {#1\\} \normalfont} + +% Bullet Lists with fewer gaps command +\newenvironment{tightemize}{ +\vspace{-\topsep}\begin{itemize}\itemsep1pt \parskip0pt \parsep0pt} +{\end{itemize}\vspace{-\topsep}} + diff --git a/OpenFonts/sample-image-dark.png b/OpenFonts/sample-image-dark.png new file mode 100644 index 00000000..242fe3e4 Binary files /dev/null and b/OpenFonts/sample-image-dark.png differ diff --git a/README.md b/README.md index 6b8d3bed..41e5c214 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Deedy-Resume +Deedy-Resume (New Dark Theme) ========================= A **one-page**, **two asymmetric column** resume template in **XeTeX** that caters particularly to an **undergraduate Computer Science** student. @@ -18,10 +18,13 @@ This template attempts to **look clean**, highlight **details**, be a **single p ## Preview ### OpenFonts -![alt tag](https://raw.githubusercontent.com/deedydas/Deedy-Resume/master/OpenFonts/sample-image.png) +![alt tag](https://raw.githubusercontent.com/il3ven/Deedy-Resume/master/OpenFonts/sample-image.png) + +### OpenFonts + ### MacFonts -![alt tag](https://raw.githubusercontent.com/deedydas/Deedy-Resume/master/MacFonts/sample-image.png) +![alt tag](https://raw.githubusercontent.com/il3ven/Deedy-Resume/master/MacFonts/sample-image.png) ## Dependencies