Skip to content

Commit

Permalink
Add subtitle and change format of education for better export
Browse files Browse the repository at this point in the history
  • Loading branch information
vellvisher committed Dec 14, 2023
1 parent bf3636a commit 99d7c7c
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 27 deletions.
17 changes: 9 additions & 8 deletions Resume.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#+TITLE:Vaarnan Drolia
#+SUBTITLE:I build stuff
#+AUTHOR:Vaarnan Drolia
#+OPTIONS: num:nil
#+OPTIONS: toc:nil
Expand Down Expand Up @@ -195,18 +196,18 @@
:PROPERTIES:
:CUSTOM_ID: national-university-of-singapore-2
:END:
*** Bachelor of Computing (Honours) in Computer Science, August 2010 - May 2014
*** Bachelor of Computing (Honours), August 2010 - May 2014
:PROPERTIES:
:CUSTOM_ID: bachelor-of-computing-honours-in-computer-science-august-2010---may-2014
:END:
***
:PROPERTIES:
:CUSTOM_ID: section
:CUSTOM_ID: bachelor-of-computing-honours-august-2010---may-2014
:END:
*** 4.48/5.00 (GPA)
:PROPERTIES:
:CUSTOM_ID: gpa
:END:
*** Computer Science
:PROPERTIES:
:CUSTOM_ID: computer-science
:END:
- Dean's List - Sem 2, 2012-13

- *Top 2%* in the Software Engineering course out of 250 students
Expand All @@ -228,11 +229,11 @@
:END:
*** /96.25%/
:PROPERTIES:
:CUSTOM_ID: section-1
:CUSTOM_ID: section
:END:
***
:PROPERTIES:
:CUSTOM_ID: section-2
:CUSTOM_ID: section-1
:END:
- *100%* in Computer Science for both 'A' and 'O' Level Equivalents

Expand Down
Binary file modified Resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ \section{Work Experience}
\end{itemize}}
\section{Education}
%\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
\cventry{August 2010 - May 2014}{Bachelor of Computing (Honours) in Computer Science}{National University of Singapore}{4.48/5.00 (GPA)}{}
\cventry{August 2010 - May 2014}{Bachelor of Computing (Honours)}{National University of Singapore}{Computer Science}{4.48/5.00 (GPA)}
{\begin{itemize}
\item Dean's List - Sem 2, 2012-13
\item \textbf{Top 2\%} in the Software Engineering course out of 250 students
Expand Down
Binary file modified Resume_VaarnanDrolia.pdf
Binary file not shown.
37 changes: 20 additions & 17 deletions index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions prepend-header.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
function Pandoc(doc)
local header_lines = {
"#+TITLE:Vaarnan Drolia",
"#+SUBTITLE:I build stuff",
"#+AUTHOR:Vaarnan Drolia",
"#+OPTIONS: num:nil",
"#+OPTIONS: toc:nil",
Expand Down
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,11 @@ body .clearfix {
display:block;
}
h1.title {
font-size: 1.8rem;
font-size: 2.0rem;
color: #1692cc;
}
span.subtitle {
font-size: 1.5rem;
}
#contact-header {
width: 100%;
Expand Down

0 comments on commit 99d7c7c

Please sign in to comment.