diff --git a/student-resumes/geeman-resume/GeemanResume.html b/student-resumes/geeman-resume/GeemanResume.html new file mode 100644 index 0000000..bef1a43 --- /dev/null +++ b/student-resumes/geeman-resume/GeemanResume.html @@ -0,0 +1,119 @@ + + + + + + + + + + +
+
+
+ gfg-logo +
+
+

Contact

+

+ Email:ReleReallyNotReal@gmail.com +

+

+ Cell Phone:1234567890 +

+
+
+

Skills

+
    +
  • + Programming Languages : + Python, Java, C#, R +
  • +
  • + Frontend : HTML5, CSS3, + JavaScript +
  • +
  • + Backend : Node.js +
  • +
  • + Analytics: Data Science, Power BI, Machine Learning, Scikit, Numpy +
  • +
+
+
+

Languages

+
    +
  • English
  • +
  • Spanish
  • +
+
+
+

Hobbies

+
    +
  • Lifting Weights
  • +
  • Watching Sci-fi/Fantasy Shows and Movies
  • +
  • Reading
  • +
  • Play video games
  • +
  • Learn new technologies
  • +
+
+
+
+
+

Geeman

+
+
+

Future Software Engineer/Current Data Analyst

+
+
+

About Me

+
    +
  • Nine years of prior experience in information technology, system administration, and cybersecurity
  • +
  • Data analyst with a master's in data science
  • +
+
+
+

Experience

+

Super Boring Insurance Company - Senior Consultant

+

March 2024 to Present

+
    +
  • + Creating interesting visualizations and dashboards...for insurance. +
  • +
  • + Counting down the hours +
  • +
+

Anotha Insurance Health Company - Data Science Analyst

+

November 2022 to March 2024

+
    +
  • + Automate reports using python +
  • +
  • Create Power BI dashboards using date from various APIs
  • +
  • Utilize Power BI and Power Apps in various ad hoc projects
  • +
+

Higher Ed Place - Windows Sys Admin

+

March 2019 to November 2022

+
    +
  • Build visual dashboards in Power BI showing security vulnerabilities
  • +
  • Automate routine tasks using PowerShell scripts
  • +
  • Manage over a bizillion servers using SCCM
  • +
+
+
+

Education

+
    +
  • Master's in Data Science - Skewl NYC (June 2022)
  • +
  • Bachelor's in Government - Expensive CT Skool (June 2009)
  • +
+
+ +
+
+ + + \ No newline at end of file diff --git a/student-resumes/geeman-resume/resume.css b/student-resumes/geeman-resume/resume.css new file mode 100644 index 0000000..46ed830 --- /dev/null +++ b/student-resumes/geeman-resume/resume.css @@ -0,0 +1,39 @@ +* { + margin: 0; + padding: 2; + box-sizing: border-box; +} +body { + background-color: rgb(255, 255, 255); + display: flex; + justify-content: center; + align-items: center; +} +.full { + width: 55%; + max-width: 1000px; + min-height: 100px; + background-color: rgb(245, 239, 231); + margin: 0px; + display: grid; + grid-template-columns: 2fr 4fr; +} +.left { + position: initial; + background-color: rgb(120, 120, 120); + padding: 20px; + +} +.right { + position: initial; + background-color: rgb(190, 190, 206); + padding: 20px; + +} +.image, .Contact, .Skills, .Language, .Hobbies, .title, +.Summary, .Experience, .Education, .project { + margin-bottom: 30px; +} +.h2 { + background-color: rgb(4, 96, 150); +} \ No newline at end of file