diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-31 01:41:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-31 01:41:45 (EDT) |
commit | d0e09b8642648f921aa91eb37fe1ad71d34927dc (patch) | |
tree | a077910dc41ba48a75f70c17867603600aa88286 /section/edu.html | |
download | resume-d0e09b8642648f921aa91eb37fe1ad71d34927dc.zip resume-d0e09b8642648f921aa91eb37fe1ad71d34927dc.tar.gz resume-d0e09b8642648f921aa91eb37fe1ad71d34927dc.tar.bz2 |
Initial commit.
Diffstat (limited to 'section/edu.html')
-rw-r--r-- | section/edu.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/section/edu.html b/section/edu.html new file mode 100644 index 0000000..f690078 --- /dev/null +++ b/section/edu.html @@ -0,0 +1,21 @@ +<section class="edu"> + <h2>Education</h2> + <ul> + <li> + <h3>New Jersey Institute of Technology (NJIT), Newark, + NJ</h3> + <p> + B.S. Computer Science, May 2012 with honors + <span>GPA: 3.60</span> + </p> + </li> + <li> + <h3>Sussex County Community College (SCCC), Newton, + NJ</h3> + <p> + A.S. Computer Science, May 2010 with honors + <span>GPA: 3.57</span> + </p> + </li> + </ul> +</section> |