urbanslug

my cv.tex

Oct 26th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. \documentclass[11pt,a4paper,sans]{moderncv}
  2. \moderncvstyle{classic}
  3. \moderncvcolor{blue}
  4. % \nopagenumbers{}
  5. \usepackage[scale=0.75]{geometry}
  6. \usepackage{hyperref}
  7.  
  8. %personal info
  9. \firstname{Njagi}
  10. \familyname{Mwaniki}
  11.  
  12. \address{30002-00100 Nairobi, Kenya}
  13. \mobile{+254 722 631 825}
  14. \homepage\href{http://www.github.com/urbanslug}{github/urbanslug}
  15.  
  16. \begin{document}
  17.  
  18. \makecvtitle
  19.  
  20. %Skills
  21. \section{SKILLS}
  22. \cvitem {Programming languages} {Python, Ruby, C++ and C.}
  23. \cvitem {Git Skills} {Considerable knowledge and use of git.}
  24. \cvitem {GNU/Linux} {Comfortable with the command line and a fair understanding of the operating system and how it works.}
  25. \cvitem {Networks} {Comfortable with the Sotware Side of networking and the OSI model.}
  26. \cvitem {Databases} {Familiar with the installation, setting up and administration of PostgreSQL databases.}
  27.  
  28.  
  29. %Experience
  30. \section{EXPERIENCE}
  31. \cventry{akiba} {Cloud Storage} {A personal project in which I plan to write a cloud storage server in Python's Django framework. This is to be accessed within a LAN for persons without cheap and fast internet access.}
  32.  
  33.  
  34. %Education
  35. \section{EDUCATION}
  36. \cventry{2012--present}{Moi University}\\{BSc. Informatics Just completed my second year of study}
  37. \cventry{2007--2010}{Nyeri High School}\\{KCSE Mean Grade: B+}
  38.  
  39.  
  40. %Interests
  41. \section{INTERESTS}
  42. \cvitem{Art} {Gifs.}{Music; though I don't play any instrument.}{Making and appreciating ASCII art.}
  43. \cvitem{Technology} {Coding, }
  44. \cvitem{Social} {IRC - zipper on \href{irc.freenode.net}{Freenode} }
  45. \cvitem{General}{Self-teaching}\\{Learning}
  46.  
  47.  
  48. %Languages
  49. \section{Languages}
  50. \begin{itemize}
  51. \item English (Written and Spoken)
  52. \item Swahili (Written and Spoken)
  53. \end{itemize}
  54.  
  55. %Refences
  56. \section{REFERENCES}
  57. Dr. David Gichoya\\
  58. Mobile: +254 722 836 972\\
  59. Head of Department - Information Technology - Moi University.\\
  60. Eldoret.\\
  61.  
  62. John Macharia Kihahu\\
  63. Mobile: +254 721 765 789\\
  64. System Analyst - Consolidated Bank.\\
  65. P.O. Box 34790 - 00100,\\
  66. Nairobi.\\
  67.  
  68. Maina Njuguna\\
  69. Mobile: +254 722 566 883\\
  70. Technical Officer,\\
  71. P.O. Box 30002 - 00100,\\
  72. Malindi.\\
  73.  
  74. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment