From 3c7090944e57cacebb4d3e173cb32fdc6bbf7b33 Mon Sep 17 00:00:00 2001 From: Mufi90 Date: Tue, 16 Apr 2024 11:12:40 +0100 Subject: [PATCH] Adds Uurhuss Resume directory and files --- student-resumes/uurhus-resume/ben_resume.html | 79 +++++++++++++++++++ student-resumes/uurhus-resume/style.css | 31 ++++++++ 2 files changed, 110 insertions(+) create mode 100644 student-resumes/uurhus-resume/ben_resume.html create mode 100644 student-resumes/uurhus-resume/style.css diff --git a/student-resumes/uurhus-resume/ben_resume.html b/student-resumes/uurhus-resume/ben_resume.html new file mode 100644 index 0000000..f4776bf --- /dev/null +++ b/student-resumes/uurhus-resume/ben_resume.html @@ -0,0 +1,79 @@ + + + + + + Life so far + + + +
+

Ben U M

+

Physiotherapist

+
+
+

What have I done so far?

+
+

Clinical director

+

May 2022 - present

+
    +
  • Organise and manage all the business activity.
  • +
  • Keep company accounts in check.
  • +
  • Maintain and manage compliance for a healthcare business.
  • +
  • Work with insurance companies and remain compliant with the contracts.
  • +
  • Treat and manage client cases and keep detailed reports on progress and work.
  • +
  • In charge or marketing and all the relevant aspects of the business.
  • +
  • Stock and supply management.
  • +
+

Clinical practitioner

+

May 2020 - May 2022

+
    +
  • Diagnose and assess patients and refer to the rigth service.
  • +
  • Manage patients in clinic if appropriate to minimise waiting lists and strain on the healthcare system.
  • +
  • Triage and recognise urgent cases and conditions to appropriate services.
  • +
  • Leading, managing and contributing to service delivery.
  • +
  • Ensuring care is proactive, preventive in focus and population base, wtih an emphasis on early intervention.
  • +
  • Providing learning opportunities for the whole multi professinal team within primary care.
  • +
  • Exercising professional judgement, makin, justifying and taking responsiblity for decisions in unpredictable situations, including in the context of incomplete/contradictory information.
  • +
+

Training and development lead

+

December 2020 - May 2022

+
    +
  • Mentoring and inducting junior team members.
  • +
  • Providing training and managing clinical progression of junior team members.
  • +
  • Providing pre-employment practical interviews for newcomers and potential candidates.
  • +
+

And many, many more...the coolest roles?

+
    +
  • European chapter of the NBA in 2019.
  • +
  • Redbull extreme urban sports in 2018.
  • +
  • Various national teams in professional Mountain biking between 2016 to 2019.
  • +
  • National rugby teams from 2014 up until 2023.
  • +
+
+
+
+

Education

+
+

BSc in Physiotherapy

+

Completed with honours in 2016.

+

Additional courses in Physiotherapy

+
    +
  • Neurorehabilitation training (to treat people with brain injuries and disorders).
  • +
  • Orthopaedic diagnostics module I-VII.
  • +
  • Dry needling courses.
  • +
  • First aid training.
  • +
  • Business fundamentals and legislation course.
  • +
+

Software development training so far

+
    +
  • Harvard CS50
  • +
  • The Odin Project
  • +
+
+
+ + + diff --git a/student-resumes/uurhus-resume/style.css b/student-resumes/uurhus-resume/style.css new file mode 100644 index 0000000..f1653a2 --- /dev/null +++ b/student-resumes/uurhus-resume/style.css @@ -0,0 +1,31 @@ +body { + font-family: 'Roboto'; + margin: 50px; + padding: 0; + line-height: 1.6; + border: 2px solid #000; +} + +header, section, footer { + padding: 25px +} + +header h1, header p { + margin: 0; +} + +h1 { + line-height: 1.6; + border-bottom: 1px solid black; + margin-bottom: 10px; +} + +.experience h2, .education h2 { + color: orange; +} + +article h3 { + margin-top: 0; +} + +