src

Go monorepo.
Log | Files | Refs

commit cec155286bfbbbc676d1aac72e0b557b52a1ef82
parent 55d746107242c5e0f7c1db2319375f6fa725ec38
Author: dwrz <dwrz@dwrz.net>
Date:   Wed, 18 Jan 2023 16:45:47 +0000

Refactor cv

Diffstat:
Mcmd/web/site/templates/static/cv-education.gohtml | 12++++++------
Mcmd/web/site/templates/static/cv-experience.gohtml | 16++++++++--------
2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/cmd/web/site/templates/static/cv-education.gohtml b/cmd/web/site/templates/static/cv-education.gohtml @@ -2,7 +2,7 @@ <h2 class="bg-blue white" id="education">Education</h2> <div class="split-row"> <h3>Self-directed Studies</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.recurse.com/">Recurse Center</a> </h3> </div> @@ -11,7 +11,7 @@ <hr class="gray0"> <div class="split-row"> <h3>Advanced Software Engineering Immersive</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.hackreactor.com/">Hack Reactor</a> </h3> </div> @@ -20,7 +20,7 @@ <hr class="gray0"> <div class="split-row"> <h3>Full Stack Web Development Certification</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.freecodecamp.org/">Free Code Camp</a> </h3> </div> @@ -29,7 +29,7 @@ <hr class="gray0"> <div class="split-row"> <h3>Juris Doctor</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.stjohns.edu/law"> St. John's University School of Law </a> @@ -43,7 +43,7 @@ <h3> Bachelor of Arts (Philosophy, Italian Studies) </h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.wesleyan.edu/">Wesleyan University</a> </h3> </div> @@ -52,7 +52,7 @@ <hr class="gray0"> <div class="split-row"> <h3>Diploma</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.horacemann.org/">Horace Mann School</a> </h3> </div> diff --git a/cmd/web/site/templates/static/cv-experience.gohtml b/cmd/web/site/templates/static/cv-experience.gohtml @@ -4,7 +4,7 @@ <h3> Vice-President of Engineering </h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.daybreak.health/">Daybreak Health</a> </h3> </div> @@ -24,7 +24,7 @@ <div class="split-row"> <h3>Vice-President of Engineering</h3> <div> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.gooduncle.com/">Good Uncle</a> </h3> </div> @@ -51,7 +51,7 @@ <hr class="gray0"> <div class="split-row"> <h3>Consultant</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.linkedin.com/company/www.chinaenergyfund.org/"> China Energy Fund Committee </a> @@ -74,7 +74,7 @@ <hr class="gray0"> <div class="split-row"> <h3>Consultant</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> FISO Group LLC </h3> </div> @@ -87,7 +87,7 @@ <hr class="gray0"> <div class="split-row"> <h3>Intern</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.nyc.gov/site/dep/index.page"> New York City Department of Environmental Protection </a> @@ -103,7 +103,7 @@ <hr class="gray0"> <div class="split-row"> <h3>Infantry Assault Marine</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.marines.mil/">United States Marine Corps Reserve</a> </h3> </div> @@ -120,7 +120,7 @@ <hr class="gray0"> <div class="split-row"> <h3>Intern</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.epa.gov/"> United States Environmental Protection Agency </a> @@ -136,7 +136,7 @@ <hr class="gray0"> <div class="split-row"> <h3>Intern</h3> - <h3 class="text-right"> + <h3 class="text-right-if-wide"> <a href="https://www.un.org/">United Nations</a> </h3> </div>