diff --git a/student-resumes/tracolyte-resume/index.html b/student-resumes/tracolyte-resume/index.html new file mode 100644 index 0000000..af5026d --- /dev/null +++ b/student-resumes/tracolyte-resume/index.html @@ -0,0 +1,90 @@ + + + + + + - Resume + + + + +
+

Tracolyte

+

Brooklyn, NY | (XXX) XXX-XXXX | xxxxxxxxx@gmail.com

+
+ +
+

EDUCATION

+

Graduate Degree | New York, NY | MBA (Finance) | GPA: 4.0 May 2023

+

Undergraduate Degree | Albany, NY | BS in Biology, Minor: Neuroscience | GPA: 3.61 May 2019

+ +
+ +
+

LEADERSHIP & VOLUNTEER ACTIVITIES

+

Not-for-Profit Organization | Albany, NY | Co-founder and Board Member October 2016 – Present

+

XXXXX is a not-for-profit organization dedicated to assisting over 300 refugees resettling in New York State.

+

XXXXX has raised over $100,000, recruited over 50 volunteers, secured computers for 40+ families, and furnished 30+ homes. XXXXX provides 2000+ hours of tutoring per year, awareness trainings, and social/mental support. XXXXX also disseminates health information and provides employment assistance to refugee families.

+ +
+ +
+

EXPERIENCE

+

Architecture + Design Firm | Concord, CA | Projects Manager March 2021 – March 2022

+ +

Surgical ICU | Albany, NY | PCA June 2018 – March 2020

+ +
+ +
+

COMPETITIONS

+

Case Competition | Zurich, Switzerland | First Place July 2022 - December 2022

+ +

Real Estate Innovation Competition | New York, NY | Second Place April 2022 - July 2022

+ +

Trading Challenge| Chicago, IL | Team Lead October 2021 - November 2021

+ +
+ +
+

PUBLICATIONS

+

Frontiers in Molecular Biosciences, Cellular Biochemistry XX/XXXX

+ +
+ + + + + \ No newline at end of file diff --git a/student-resumes/tracolyte-resume/styles.css b/student-resumes/tracolyte-resume/styles.css new file mode 100644 index 0000000..3ea9863 --- /dev/null +++ b/student-resumes/tracolyte-resume/styles.css @@ -0,0 +1,81 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: Arial, sans-serif; + line-height: 1.6; + background-color: #f9f9f9; + color: #333; +} + +header { + background-color: #2e0610; + color: #fff; + padding: 20px; + text-align: center; +} + +h1 { + margin-bottom: 10px; + font-size: 2.5em; +} + +p { + margin-bottom: 15px; + font-weight: bold; + display: flex; + justify-content: space-between; + align-items: center; +} + +p span:last-child { + padding-right: 20px; +} + +ul + p { + margin-top: 30px; +} + +a { + color: #007bff; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +section { + background-color: #fff; + margin-bottom: 20px; + padding: 20px; + border-radius: 5px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); +} + +h2 { + margin-bottom: 15px; + font-size: 1.8em; + color: #2e0610; +} + +ul { + list-style-type: none; + padding-left: 20px; +} + +li { + margin-bottom: 5px; + padding-left: 5px; + list-style-type: disc; +} + +footer { + background-color: #2e0610; + color: #fff; + padding: 20px; + text-align: center; +} \ No newline at end of file