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

+ +

Clinical practitioner

+

May 2020 - May 2022

+ +

Training and development lead

+

December 2020 - May 2022

+ +

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

+ +
+
+
+

Education

+
+

BSc in Physiotherapy

+

Completed with honours in 2016.

+

Additional courses in Physiotherapy

+ +

Software development training so far

+ +
+
+ + + 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; +} + +