diff --git a/Gemfile.lock b/Gemfile.lock index 4400f20..40209aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) eventmachine (1.2.7) - ffi (1.16.3) + ffi (1.17.0) forwardable-extended (2.6.0) http_parser.rb (0.6.0) i18n (1.7.0) diff --git a/_data/people.json b/_data/people.json index 0988468..2e402d3 100644 --- a/_data/people.json +++ b/_data/people.json @@ -413,5 +413,13 @@ "lastname": "Mildner", "role": "RA", "src": "/assets/img/square/terje.jpeg" - } + }, + { + "prefix": "", + "firstname": "Paul", + "lastname": "Francis", + "role": "RA", + "link": "http://www.linkedin.com/in/paulfrancis02", + "src": "/assets/img/square/paul.JPG" + }, ] \ No newline at end of file diff --git a/assets/img/square/paul.JPG b/assets/img/square/paul.JPG new file mode 100644 index 0000000..e23e12c Binary files /dev/null and b/assets/img/square/paul.JPG differ