diff --git a/student-resumes/carrington-resume/images/IMG-2644.jpg b/student-resumes/carrington-resume/images/IMG-2644.jpg new file mode 100644 index 0000000..8270990 Binary files /dev/null and b/student-resumes/carrington-resume/images/IMG-2644.jpg differ diff --git a/student-resumes/carrington-resume/index.html b/student-resumes/carrington-resume/index.html new file mode 100644 index 0000000..24ed82e --- /dev/null +++ b/student-resumes/carrington-resume/index.html @@ -0,0 +1,160 @@ + + + + + + Carrington Body Resume + + + +
+
+
+ +
+
+

Carrington Body

+
Aspiring Software Engineer
+
+
+
+
+

Profile

+
+
+

+ Former student data analyst with an entrepreneurial spirit pivoting + to software engineering. Aiming to leverage my analytical skills to build + software tools and services by implementing established programming frameworks. +

+
+
+
+
+

Education

+
+
+
Bachelor of Science, Data Science - Xavier University of Louisiana, LA
+
+
+
August 2019 - May 2023
+
+
+

+ Graduated with Honors (3.3 GPA). +

+
+
+
+
+

Professional Experience

+
+
+
Account Manager, Inside Sales - TopRx, Memphis, TN
+
+
+
October 2023 - March 2024
+
+
+

+ Managed a CRM of a client base of over 300 independent pharmacies + in the US. Sold over $10k monthly in generics to multiple pharmacies. +

+
+
+
Software Developer (Intern) - Computer Concepts, Lafayette, LA
+
+
+
June 2023 - September 2023
+
+
+

+ Developed supplemental changes to clients' businesses by + building and increasing the functionality of their online presence. + Includes website-building through the Azure stack. +

+
+
+
+
+

Projects

+
+
+
Refer to the Links section
+
+
+
Data Analytics Portfolio
+
+
+

+ Collection of real-world case studies involving the manipulation + of multiple datasets and the utilization of visualization and + analytical tools to predict outcomes and make business decisions. + Built in R Studio. +

+
+
+
Degree Audit
+
+
+

+ Managed a viable MVP that outputs remaining class requirements using students' + transcripts and curriculums based on their respective majors. Led as Project + Manager by setting meetings, working with stakeholder to design project guidelines + writing 90% of user stories for associate developers via PivotalTracker, and + managing/merging code via GitHub. +

+
+
+
+ + + \ No newline at end of file diff --git a/student-resumes/carrington-resume/resume.css b/student-resumes/carrington-resume/resume.css new file mode 100644 index 0000000..cd489d8 --- /dev/null +++ b/student-resumes/carrington-resume/resume.css @@ -0,0 +1,96 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + min-height: 100vh; + display: flex; +} + +main { + padding: 40px; + background-color: beige; + display: flex; + flex-direction: column; + justify-content: space-around; + gap: 20px; +} + +section, div { + display: flex; + flex-direction: column; + gap: 3.3px; +} + +h3 { + font-size: 1.3em; +} + +p { + font-size: 0.8em; +} + +.headOfMainText { + font-size: 2.5em; +} + +.subOfMainText { + font-size: 0.9em; + text-align: center; + color: mediumblue; +} + +.flexImage { + margin: 0 auto; + flex-direction: row; + gap: 20px; +} + +.noGap { + gap: 0; + align-items: center; +} + +.greyText { + color: grey; +} + +.blueLikeFooter { + color: rgba(5, 10, 59, 0.829); +} + +footer { + padding-top: 100px; + padding-left: 50px; + padding-right: 50px; + background-color: rgba(5, 10, 59, 0.829); + color: white; + display: flex; + flex-direction: column; + gap: 30px; +} + +a { + display: flex; + flex-direction: column; + color: white; + text-decoration: unset; + font-size: 0.8em; + line-height: 18pt; +} + +.oneLine { + line-height: 10pt; +} + +.link:hover { + text-decoration: underline; +} + +.copyright { + font-size: 1em; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + padding-top: 90px; +} \ No newline at end of file