src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

cv-education.gohtml (1788B)


      1 {{ define "cv-education" }}
      2   <h2 class="bg-blue white" id="education">Education</h2>
      3   <div class="split-row">
      4     <h3>Self-directed Studies</h3>
      5     <h3 class="text-right-if-wide">
      6       <a href="https://www.recurse.com/">Recurse Center</a>
      7     </h3>
      8   </div>
      9   <h4 class="gray3 italic">October 2022 – February 2023 (W1 2022)</h4>
     10 
     11   <hr class="gray0">
     12   <div class="split-row">
     13     <h3>Advanced Software Engineering Immersive</h3>
     14     <h3 class="text-right-if-wide">
     15       <a href="https://www.hackreactor.com/">Hack Reactor</a>
     16     </h3>
     17   </div>
     18   <h4 class="gray3 italic">October 2017 – January 2018</h4>
     19 
     20   <hr class="gray0">
     21   <div class="split-row">
     22     <h3>Full Stack Web Development Certification</h3>
     23     <h3 class="text-right-if-wide">
     24       <a href="https://www.freecodecamp.org/">Free Code Camp</a>
     25     </h3>
     26   </div>
     27   <h4 class="gray3 italic">October 2016 – August 2017</h4>
     28 
     29   <hr class="gray0">
     30   <div class="split-row">
     31     <h3>Juris Doctor</h3>
     32     <h3 class="text-right-if-wide">
     33       <a href="https://www.stjohns.edu/law">
     34 	St. John's University School of Law
     35       </a>
     36     </h3>
     37   </div>
     38   <h4 class="gray3 italic">August 2011 – May 2014</h4>
     39   <h4 class="gray3 italic">Bar Admission, NY 2015</h4>
     40 
     41   <hr class="gray0">
     42   <div class="split-row">
     43     <h3>
     44       Bachelor of Arts (Philosophy, Italian Studies)
     45     </h3>
     46     <h3 class="text-right-if-wide">
     47       <a href="https://www.wesleyan.edu/">Wesleyan University</a>
     48     </h3>
     49   </div>
     50   <h4 class="gray3 italic">August 2005 – May 2009</h4>
     51 
     52   <hr class="gray0">
     53   <div class="split-row">
     54     <h3>Diploma</h3>
     55     <h3 class="text-right-if-wide">
     56       <a href="https://www.horacemann.org/">Horace Mann School</a>
     57     </h3>
     58   </div>
     59   <h4 class="gray3 italic">August 2001 – May 2005</h4>
     60 {{ end }}